TokenEnrich MCP Server

TokenEnrich MCP Server

Enables enrichment of company domains with verified firmographic signals including tech stack, hiring activity, email infrastructure, and SOC 2 compliance, returning compact typed JSON for AI agents.

Category
Visit Server

README

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

📦 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured