Skip to main content
Glama
barnsbytarquin

TokenEnrich MCP Server

TokenEnrich MCP Server 🚀

npm version License: MIT MCP Protocol Latency

Model Context Protocol (MCP) server for TokenEnrich.com — Deterministic B2B firmographic signals in ~180 to 240 tokens.

Enrich prospective company domains with verified tech stack footprints (500+ signatures), active ATS hiring portals (Ashby, Greenhouse, Lever), DNS MX mail infrastructure (Google Workspace, Microsoft 365), and SOC 2 Type II trust certifications directly from Claude Desktop, Cursor IDE, Windsurf, and custom AI agent loops.


âš¡ 1-Minute Quickstart

1. Cursor IDE Setup

Add the following to your .cursor/mcp.json or Global Cursor Settings:

{
  "mcpServers": {
    "tokenenrich": {
      "command": "npx",
      "args": ["-y", "tokenenrich-mcp"],
      "env": {
        "TOKENENRICH_API_KEY": "YOUR_TOKENENRICH_API_KEY"
      }
    }
  }
}

2. Claude Desktop Setup

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "tokenenrich": {
      "command": "npx",
      "args": ["-y", "tokenenrich-mcp"],
      "env": {
        "TOKENENRICH_API_KEY": "YOUR_TOKENENRICH_API_KEY"
      }
    }
  }
}

3. Claude Code CLI Setup

claude mcp add tokenenrich -- npx -y tokenenrich-mcp

Related MCP server: mcp-gtm-tech-stack-signal-scraper

📦 What the Agent Receives (Clean ~180 Tokens)

Unlike legacy web scrapers that return 25,000 tokens of raw HTML DOM bloat, TokenEnrich returns deterministic, typed 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
}

🛠 Available MCP Tools

  1. enrich_company

    • Extracts verified company signals in ~180 tokens in sub-200ms.

    • Parameters: domain (e.g. linear.app, stripe.com, resend.com)

    • Returns: Tech stack, hiring status & ATS platform, email infrastructure, SOC 2 compliance, company category.

  2. detect_technology

    • Checks whether a company uses a specific technology or vendor.

    • Parameters: domain, technology (e.g. stripe, ashby, posthog, nextjs, supabase)

    • Returns: Boolean detection signal with direct evidence.

  3. batch_enrich_companies

    • Resolves up to 50 domains concurrently in parallel.

    • Parameters: domains (array of domain strings)


🔑 Get Your API Key

Get 50 free lifetime API lookups instantly at https://tokenenrich.com/dashboard. Zero credit card required.


📄 License

MIT License. Built by TarquinBarnsby.com for 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