MCP for Pro & Agency
Query leads from Cursor or Claude Desktop. Pro plan required.
1. Get your license key
After subscribing to Pro on Gumroad, use the same license key as the web dashboard.
2. Cursor config
Add to .cursor/mcp.json:
{
"mcpServers": {
"dealraw": {
"command": "npx",
"args": ["tsx", "mcp-server/index.ts"],
"env": {
"DEALRAW_API_URL": "https://dealraw.com",
"DEALRAW_LICENSE_KEY": "your-gumroad-license-key"
}
}
}
}3. Tools
- search_leads — city, state, category, neglect filters
- get_lead — full record by ID
- check_quota — daily usage (Pro: 50/day)
No bulk export on any plan. MCP returns bounded result sets only.