MCP-native API for enriching B2B company profiles with structured data.
1. Get an API key from https://lead-enrichment-mcp.agent-infra.workers.dev
2. Use the enrich_lead MCP tool to enrich company domains
3. Pay only for successful enrichments via Stripe metered billing
| Tier | Monthly | Price |
|---|---|---|
| Free | 100 enrichments | $0 |
| Pro | 10,000 enrichments | $49/month |
| Enterprise | Unlimited | Contact us |
Overage: $0.05 per successful, high-confidence enrichment beyond included amount
/mcp
JSON-RPC endpoint for MCP tool calls
/.well-known/mcp-server.json
MCP Server Card for agent discovery
/openapi.json
OpenAPI 3.1 specification
/test/enrich?domain=stripe.com
Test enrichment (requires auth)
Include your API key in the Authorization header:
Authorization: Bearer your-api-key-here
Live base URL: https://lead-enrichment-mcp.agent-infra.workers.dev
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "enrich_lead",
"arguments": {
"domain": "stripe.com",
"attributes": ["firmographic", "technographic", "intent"]
}
}
}