TokenEnrich MCP Server
TokenEnrich MCP Server 🚀
TokenEnrich.com 용 Model Context Protocol (MCP) 서버 — 결정론적 B2B 기업정보(firmographic) 신호를 약 ~180~240 토큰으로 제공합니다.
Claude Desktop, Cursor IDE, Windsurf 및 커스텀 AI 에이전트 루프에서 직접 잠재 고객사 도메인을 검증된 기술 스택 풋프린트(500개 이상 시그니처), 활성 ATS 채용 포털(Ashby, Greenhouse, Lever), DNS MX 메일 인프라(Google Workspace, Microsoft 365), SOC 2 Type II 신뢰 인증으로 보강하세요.
⚡ 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_company200ms 미만에 검증된 회사 신호를 약 ~180 토큰으로 추출합니다.
매개변수:
domain(예:linear.app,stripe.com,resend.com)반환값: 기술 스택, 채용 상태 및 ATS 플랫폼, 이메일 인프라, SOC 2 준수, 회사 카테고리.
detect_technology회사가 특정 기술 또는 벤더를 사용하는지 확인합니다.
매개변수:
domain,technology(예:stripe,ashby,posthog,nextjs,supabase)반환값: 직접적인 증거가 포함된 Boolean 탐지 신호.
batch_enrich_companies최대 50개 도메인을 동시에 병렬로 처리합니다.
매개변수:
domains(도메인 문자열 배열)
🔑 API 키 받기
**https://tokenenrich.com/dashboard**에서 평생 무료 API 조회 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