TokenEnrich MCP Server
TokenEnrich MCP Server 🚀
Servidor del Model Context Protocol (MCP) para TokenEnrich.com — Señales firmográficas B2B deterministas en ~180 a 240 tokens.
Enriquece dominios de empresas prospectivas con huellas de stack tecnológico verificadas (más de 500 firmas), portales de contratación ATS activos (Ashby, Greenhouse, Lever), infraestructura de correo DNS MX (Google Workspace, Microsoft 365) y certificaciones de confianza SOC 2 Tipo II directamente desde Claude Desktop, Cursor IDE, Windsurf y bucles de agentes de IA personalizados.
⚡ Inicio rápido en 1 minuto
1. Configuración de Cursor IDE
Añade lo siguiente a tu .cursor/mcp.json o a la Configuración Global de Cursor:
{
"mcpServers": {
"tokenenrich": {
"command": "npx",
"args": ["-y", "tokenenrich-mcp"],
"env": {
"TOKENENRICH_API_KEY": "YOUR_TOKENENRICH_API_KEY"
}
}
}
}2. Configuración de Claude Desktop
Añade a ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) o %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"tokenenrich": {
"command": "npx",
"args": ["-y", "tokenenrich-mcp"],
"env": {
"TOKENENRICH_API_KEY": "YOUR_TOKENENRICH_API_KEY"
}
}
}
}3. Configuración de Claude Code CLI
claude mcp add tokenenrich -- npx -y tokenenrich-mcpRelated MCP server: mcp-gtm-tech-stack-signal-scraper
📦 Qué recibe el agente (limpio, ~180 tokens)
A diferencia de los raspadores web heredados que devuelven 25,000 tokens de bloat de DOM HTML sin procesar, TokenEnrich devuelve JSON determinista y tipado:
{
"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
}🛠 Herramientas MCP disponibles
enrich_companyExtrae señales de empresa verificadas en ~180 tokens en menos de 200 ms.
Parámetros:
domain(p. ej.linear.app,stripe.com,resend.com)Devuelve: Stack tecnológico, estado de contratación y plataforma ATS, infraestructura de correo, cumplimiento SOC 2, categoría de empresa.
detect_technologyComprueba si una empresa utiliza una tecnología o proveedor específico.
Parámetros:
domain,technology(p. ej.stripe,ashby,posthog,nextjs,supabase)Devuelve: Señal de detección booleana con evidencia directa.
batch_enrich_companiesResuelve hasta 50 dominios de forma concurrente en paralelo.
Parámetros:
domains(matriz de cadenas de dominio)
🔑 Obtén tu clave de API
Obtén 50 consultas de API gratuitas de por vida al instante en https://tokenenrich.com/dashboard. No se requiere tarjeta de crédito.
📄 Licencia
Licencia MIT. Creado por TarquinBarnsby.com para 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