TokenEnrich MCP Server
TokenEnrich MCP Server 🚀
Model Context Protocol (MCP)-Server für TokenEnrich.com — Deterministische B2B-Firmografiesignale in ~180 bis 240 Tokens.
Reichern Sie potenzielle Unternehmensdomains mit verifizierten Tech-Stack-Fußabdrücken (500+ Signaturen), aktiven ATS-Recruiting-Portalen (Ashby, Greenhouse, Lever), DNS-MX-Mail-Infrastruktur (Google Workspace, Microsoft 365) und SOC-2-Typ-II-Vertrauenszertifizierungen direkt aus Claude Desktop, Cursor IDE, Windsurf und benutzerdefinierten KI-Agenten-Schleifen an.
⚡ 1-Minuten-Schnellstart
1. Cursor-IDE-Einrichtung
Fügen Sie Folgendes zu Ihrer .cursor/mcp.json oder den globalen Cursor-Einstellungen hinzu:
{
"mcpServers": {
"tokenenrich": {
"command": "npx",
"args": ["-y", "tokenenrich-mcp"],
"env": {
"TOKENENRICH_API_KEY": "YOUR_TOKENENRICH_API_KEY"
}
}
}
}2. Claude-Desktop-Einrichtung
Fügen Sie Folgendes zu ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) oder %APPDATA%\Claude\claude_desktop_config.json (Windows) hinzu:
{
"mcpServers": {
"tokenenrich": {
"command": "npx",
"args": ["-y", "tokenenrich-mcp"],
"env": {
"TOKENENRICH_API_KEY": "YOUR_TOKENENRICH_API_KEY"
}
}
}
}3. Claude-Code-CLI-Einrichtung
claude mcp add tokenenrich -- npx -y tokenenrich-mcpRelated MCP server: mcp-gtm-tech-stack-signal-scraper
📦 Was der Agent erhält (Saubere ~180 Tokens)
Im Gegensatz zu veralteten Web-Scraping-Tools, die 25.000 Tokens an rohem HTML-DOM-Ballast zurückgeben, liefert TokenEnrich deterministisches, typisiertes JSON:
{
"domain": "linear.app",
"company_name": "Linear",
"category": "Issue Tracking & Project Management",
"estimated_headcount": "51-250 employees (Growth Stage)",
"tech_stack": [
"Next.js",
"React",
"PostHog",
"Sentry",
"Stripe"
],
"hiring_signals": {
"is_hiring": true,
"ats_platform": "Ashby"
},
"mail_infrastructure": {
"provider": "Google Workspace",
"delivery_tools": ["Amazon SES"]
},
"compliance": {
"soc2_certified": true,
"trust_portal_url": "https://trust.linear.app"
},
"tokens_used": 184
}🛠 Verfügbare MCP-Tools
enrich_companyExtrahiert verifizierte Unternehmenssignale in ~180 Tokens in unter 200 ms.
Parameter:
domain(z. B.linear.app,stripe.com,resend.com)Rückgabe: Tech-Stack, Einstellungsstatus & ATS-Plattform, E-Mail-Infrastruktur, SOC-2-Konformität, Unternehmenskategorie.
detect_technologyPrüft, ob ein Unternehmen eine bestimmte Technologie oder einen bestimmten Anbieter verwendet.
Parameter:
domain,technology(z. B.stripe,ashby,posthog,nextjs,supabase)Rückgabe: Boolesches Erkennungssignal mit direkten Belegen.
batch_enrich_companiesLöst bis zu 50 Domains gleichzeitig parallel auf.
Parameter:
domains(Array von Domain-Strings)
🔑 Holen Sie sich Ihren API-Schlüssel
Erhalten Sie sofort 50 kostenlose lebenslange API-Abfragen unter https://tokenenrich.com/dashboard. Keine Kreditkarte erforderlich.
📄 Lizenz
MIT-Lizenz. Erstellt von TarquinBarnsby.com für TokenEnrich.com.
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceDomain -> company intelligence for AI agents. Look up company name, country, contacts, and social profiles from any MCP-compatible client.5MIT
- AlicenseAqualityAmaintenanceDetects a company's technology stack from its public web presence. Returns structured tech signals for sales targeting and competitive analysis.1991MIT
- AlicenseNot gradedqualityBmaintenanceAccount-based marketing enrichment for AI agents. Enriches people and companies from email, LinkedIn URL, or domain with cited multi-source fields.631MIT
- AlicenseAqualityAmaintenanceEnables enriching company domains into structured firmographics including employee band, industry, HQ, founded year, revenue estimate, logo, and description, with source provenance and data completeness scoring.12301MIT
Related MCP Connectors
Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.
Domain & brand intelligence: company enrichment, tech stack detection, brand research.
Domain intel for AI agents: RDAP registration, DNS, email deliverability, tech stack.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/barnsbytarquin/tokenenrich-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server