TokenEnrich MCP Server
TokenEnrich MCP Server 🚀
面向 TokenEnrich.com 的 Model Context Protocol (MCP) 服务器 — 确定性 B2B 企业画像信号,输出 ~180 到 240 个 token。
为潜在客户的公司域名充实已验证的技术栈足迹(500+ 签名)、活跃的 ATS 招聘门户(Ashby、Greenhouse、Lever)、DNS MX 邮件基础设施(Google Workspace、Microsoft 365)和 SOC 2 Type II 信任认证,并可直接从 Claude Desktop、Cursor IDE、Windsurf 及自定义 AI 智能体循环中调用。
⚡ 1 分钟快速开始
1. Cursor IDE 设置
将以下内容添加到你的 .cursor/mcp.json 或全局 Cursor 设置中:
{
"mcpServers": {
"tokenenrich": {
"command": "npx",
"args": ["-y", "tokenenrich-mcp"],
"env": {
"TOKENENRICH_API_KEY": "YOUR_TOKENENRICH_API_KEY"
}
}
}
}2. Claude Desktop 设置
添加到 ~/Library/Application Support/Claude/claude_desktop_config.json(macOS)或 %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 设置
claude mcp add tokenenrich -- npx -y tokenenrich-mcpRelated MCP server: mcp-gtm-tech-stack-signal-scraper
📦 智能体接收到的内容(~180 个 token 的干净数据)
与返回 25,000 个 token 原始 HTML DOM 臃肿内容的传统网络爬虫不同,TokenEnrich 返回确定性、类型化的 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
}🛠 可用的 MCP 工具
enrich_company在 200 毫秒内提取 ~180 个 token 的已验证公司信号。
参数:
domain(例如linear.app、stripe.com、resend.com)返回:技术栈、招聘状态与 ATS 平台、邮件基础设施、SOC 2 合规性、公司类别。
detect_technology检查一家公司是否使用了特定技术或供应商。
参数:
domain、technology(例如stripe、ashby、posthog、nextjs、supabase)返回:带有直接证据的布尔检测信号。
batch_enrich_companies并行解析最多 50 个域名。
参数:
domains(域名字符串数组)
🔑 获取你的 API 密钥
在 https://tokenenrich.com/dashboard 立即获得 50 次终身免费 API 查询。无需信用卡。
📄 许可证
MIT 许可证。由 TarquinBarnsby.com 为 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