Lead Enrichment MCP is a production MCP-native API that enriches company domains with firmographic, technographic, intent, and contact data. It is designed for Claude, Cursor, ChatGPT, and other autonomous agents that need structured B2B data instead of noisy search results.
curl -X POST https://lead-enrichment-mcp.agent-infra.workers.dev/mcp \
-H "Authorization: Bearer your-api-key" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"enrich_lead","arguments":{"domain":"stripe.com"}}}'