Every lead Claude-scored against agent-builder ICP. Real-time signals from SEC EDGAR, Dealroom, and GitHub. MCP-native, x402 micropayments, GDPR Article 30 compliant.
Apollo and ZoomInfo win on volume. We win on curation, niche depth, and agent-native UX.
47% rejection rate before a lead reaches our database. Every survivor has an ICP score, buying intent score, and tech stack signals.
Apollo lags 3-6 months on new EU startups. We surface them on day one. Article 30 register, DPA template, EU-hosted infrastructure.
MCP server, x402 micropayments, idempotency keys, self-revocation, audit log. Built for agents to discover, pay, and operate autonomously.
SEC EDGAR (8-K, S-1, 10-K filings), Dealroom EU dataset, GitHub trending, ProductHunt launches. Every 6 hours.
SIC code whitelist, website reachability check, dedup. 47% of scraped records rejected before enrichment.
Haiku evaluates ICP fit (0-100), buying intent (0-100), tech stack, funding signals, region. Confidence threshold gate at 35.
REST API, MCP server, or webhook delivery. HMAC-signed payloads, idempotency keys, full audit log.
{ "company_name": "Mistral AI", "website": "https://mistral.ai", "industry": "AI", "sub_industry": "Foundation Models", "stage": "Series B+", "estimated_employees": "201-500", "location": { "country": "France", "region": "EU", "city": "Paris" }, "tech_stack_signals": ["PyTorch", "CUDA", "vLLM", "AWS"], "funding_signals": { "last_round_type": "Series B", "estimated_amount": "$6B valuation" }, "buying_signals": { "hiring": true, "recent_funding": true, "product_launch": true }, "icp_score": 92, "buying_intent_score": 78, "icp_tags": ["Foundation model lab", "EU-based", "Series B ready"], "confidence": 88, "data_sources": ["dealroom", "sec_edgar"] }
14 structured fields per lead. Designed for agent tool-use loops — no parsing, no scraping.
For Claude Desktop, Cursor, LangGraph, CrewAI, AutoGen.
claude mcp add lead-enrichment \ --transport http \ --url https://leads.compuute.se/mcp/ \ --header "X-API-Key: lea_..."
Standard JSON over HTTPS. OpenAPI spec at /openapi.json.
curl -X POST .../v1/search \
-H "X-API-Key: lea_..." \
-d '{"criteria":{
"industries":["AI"],
"regions":["EU"],
"min_icp_score":70
}}'
Pay-per-request in USDC on Base L2. No account needed.
curl -X POST .../v1/search/pay # → 402 Payment Required # → Pay $0.015/lead in USDC # → Receive leads
For developers exploring agent stacks.
For teams building agent products.
For autonomous agents with USDC wallets.
Free tier, no credit card. Returns a key you store in X-API-Key.
curl -X POST https://leads.compuute.se/v1/auth/register \
-H "Content-Type: application/json" \
-d '{"email":"you@yourcompany.com"}'
Or grab it via Anthropic MCP Registry · Smithery · mcp.so