TokenEnrich MCP Server
TokenEnrich MCP サーバー 🚀
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-mcpRelated 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ツール
enrich_company約180トークン・約200ms未満で検証済みの企業シグナルを抽出します。
パラメータ:
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回分のルックアップを即座に取得できます。クレジットカードは不要です。
📄 ライセンス
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