reachant-mcp
MCP server for Reachant: find and enrich Google Places business leads from Claude Desktop, Claude Code, Cursor or any MCP client.
Setup
- In Reachant, open Settings → Integrations and generate an API key.
- Install uv.
- Add the server to your client.
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"reachant": {
"command": "uvx",
"args": ["reachant-mcp"],
"env": { "REACHANT_API_KEY": "rk_..." }
}
}
}
Claude Code: claude mcp add reachant -e REACHANT_API_KEY=rk_... -- uvx reachant-mcp
Cursor (.cursor/mcp.json): same JSON as Claude Desktop.
Then ask your assistant: "What is my Reachant balance?"
Tools
get_account_status, list_categories, estimate_search, run_search, get_search,
list_searches, list_leads, get_lead, export_leads_csv.
Searches spend your plan's leads and credits. run_search only accepts a token from
estimate_search, so your assistant must show you the price and get your yes first.
Environment
REACHANT_API_KEY— required.REACHANT_API_URL— optional, defaulthttps://app.reachant.com.
Release (maintainers)
cd reachant-mcp
uv build
UV_PUBLISH_TOKEN=pypi-... uv publish
Release files for reachant-mcp 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| reachant_mcp-0.1.0.tar.gz | 7.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| reachant_mcp-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.8 kB
Release files / reachant_mcp-0.1.0.tar.gz
| Download URL | reachant_mcp-0.1.0.tar.gz |
|---|---|
| Size | 7.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
48ecd56063bc7f29fa07b52c7ecac978df92cc6b4e8078e7f62d2e1c97953eb5
|
|
BLAKE2b-256 checksum How to use checksums |
c54e293d2a386e96904d9a2329bf93cc52ee0e9e40cee449f76b37ee6f72da93
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.5.9
|
Release files / reachant_mcp-0.1.0-py3-none-any.whl
| Download URL | reachant_mcp-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b85ec8dfa2beb3b58e9259da3a2dd4e82ad8c57c2c97457dc00834bbd2beae58
|
|
BLAKE2b-256 checksum How to use checksums |
d40eca27bad688a0f62515fa066dfc6227dfe19f9ca3ee126e1cba32227b67bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.5.9
|