TokenEnrich MCP Server
Detects Amazon SES usage in a company's mail delivery infrastructure when enriching a domain.
Detects Google Workspace as a company's email infrastructure provider during domain enrichment.
Detects whether a company is actively hiring through the Greenhouse ATS platform.
Detects whether a company uses Next.js as part of its technology stack.
Detects whether a company uses PostHog as part of its technology stack.
Detects whether a company uses React as part of its technology stack.
Detects whether a company uses Sentry as part of its technology stack.
Detects whether a company uses Stripe as part of its technology stack.
Detects whether a company uses Supabase as part of its technology stack.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TokenEnrich MCP Serverenrich the domain stripe.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpRelated 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
enrich_companyExtracts 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_technologyChecks 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_companiesResolves 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.
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