Connects to the Klymax402 company enrichment API to pull firmographic data from domain names. You get company name, social profiles, tech stack, contact emails, phone numbers, and addresses. Uses x402 micropayments in USDC, so you pay per request instead of a flat subscription. The MCP implementation wraps the REST API and streams responses over SSE. Reach for this when you need to enrich lead lists, validate company data, or build prospecting workflows where Claude needs to look up business details on the fly without hitting rate limits on free tier services.
Public tool metadata for what this MCP can expose to an agent.
company_enrich_from_domainEnrich an organization's profile by domain. Alternative to Apollo org-enrich at 5x lower cost. Returns structured JSON with firmographic data, socials, tech stack, and contact info scraped from the we1 paramsEnrich an organization's profile by domain. Alternative to Apollo org-enrich at 5x lower cost. Returns structured JSON with firmographic data, socials, tech stack, and contact info scraped from the we
domainstringCompany enrichment from any domain. Firmographics, socials, tech stack, contact info, address. Built for sales prospecting and CRM. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.
Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.
Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"company-enrichment": {
"url": "https://company-enrichment.api.klymax402.com/mcp"
}
}
}
curl "https://company-enrichment.api.klymax402.com/api/enrich?domain=..."
# -> 402 Payment Required, with an x402 payment challenge in the response body
Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.
| Tool | Method | Path | Price | Description |
|---|---|---|---|---|
company_enrich_from_domain | GET | /api/enrich | $0.01 | Enrich a company from its domain name |
company_enrich_from_domainEnrich an organization's profile by domain. Alternative to Apollo org-enrich at 5x lower cost. Returns structured JSON with firmographic data, socials, tech stack, and contact info scraped from the website.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
domain | string | yes | Domain to enrich (e.g. stripe.com, shopify.com) |
Example response:
{"name":"Stripe","description":"Financial infrastructure for the internet","socials":{"linkedin":"https://linkedin.com/company/stripe","twitter":"https://twitter.com/stripe"},"contactEmail":"info@stripe.com","techStack":["React","Next.js","Cloudflare"],"address":"354 Oyster Point Blvd, South San Francisco, CA"}
When to use: sales outreach, CRM enrichment, competitive research, or account-based marketing. Essential for qualifying leads and enriching organization profiles from just a domain. Drop-in replacement for Apollo company enrichment.
Not for: tech stack only (use website_detect_tech_stack), SEO data (use seo_audit_page), person data (use person_enrich_from_email), domain WHOIS/DNS (use domain_lookup_intelligence).
eip155:8453)100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.
MIT
explorium-ai/vibeprospecting-mcp
io.github.compuute/lead-enrichment
dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper
com.mcparmory/apollo
mambalabsdev/mcp-gtm-tech-stack-signal-scraper
io.github.dingdawg/dingdawg-sales-agent