Skip to main content
Glama
barnsbytarquin

TokenEnrich MCP Server

TokenEnrich MCP Server 🚀

npm version License: MIT MCP Protocol Latency

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-mcp

Related 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

  1. enrich_company

    • Extrae 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.

  2. detect_technology

    • Comprueba 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.

  3. batch_enrich_companies

    • Resuelve 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.

Install Server
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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