Metadata-Version: 2.4
Name: mcp-smarthub
Version: 0.2.2
Summary: MCP Server for SmartHub
Project-URL: Homepage, https://github.com/squareup/mcp-smarthub
Author-email: Block <mbrown@block.xyz>
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.13
Requires-Dist: mcp>=1.2.0
Description-Content-Type: text/markdown

# SmartHub MCP

MCP server for interacting with SmartHub and analyzing Account Manager books of business.

## Features
- Book analysis and merchant tracking
- Variable compensation metric tracking (GPV Growth 60%, AR Growth 40%)
- Custom analysis templates
- NNRO tracking
- Contract multiplier analysis

## Setup
```bash
# Install using uv
uvx mcp_smarthub

# Or install using pip
pip install mcp_smarthub
