Skip to main content
Glama
barnsbytarquin

TokenEnrich MCP Server

TokenEnrich MCP サーバー 🚀

npm version License: MIT MCP Protocol Latency

TokenEnrich.com 向けの Model Context Protocol (MCP) サーバー — 約180〜240トークンで決定的なB2B企業シグナルを提供します。

見込み企業のドメインを、検証済みのテックスタック(500以上のシグネチャ)、アクティブな採用ATS(Ashby、Greenhouse、Lever)、DNSメール基盤(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トークンのクリーンなデータ)

25,000トークンの生の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

    • 約180トークン・約200ms未満で検証済みの企業シグナルを抽出します。

    • パラメータ: 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回分のルックアップを即座に取得できます。クレジットカードは不要です。


📄 ライセンス

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