Skip to main content
Glama
barnsbytarquin

TokenEnrich MCP Server

TokenEnrich MCP Server 🚀

npm version License: MIT MCP Protocol Latency

面向 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-mcp

Related 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 工具

  1. enrich_company

    • 在 200 毫秒内提取 ~180 个 token 的已验证公司信号。

    • 参数domain(例如 linear.appstripe.comresend.com

    • 返回:技术栈、招聘状态与 ATS 平台、邮件基础设施、SOC 2 合规性、公司类别。

  2. detect_technology

    • 检查一家公司是否使用了特定技术或供应商。

    • 参数domaintechnology(例如 stripeashbyposthognextjssupabase

    • 返回:带有直接证据的布尔检测信号。

  3. batch_enrich_companies

    • 并行解析最多 50 个域名。

    • 参数domains(域名字符串数组)


🔑 获取你的 API 密钥

https://tokenenrich.com/dashboard 立即获得 50 次终身免费 API 查询。无需信用卡。


📄 许可证

MIT 许可证。由 TarquinBarnsby.comTokenEnrich.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