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.
README
TokenEnrich MCP Server 🚀
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
-
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.
-
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.
-
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
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.