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 기업정보(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-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

    • 200ms 미만에 검증된 회사 신호를 약 ~180 토큰으로 추출합니다.

    • 매개변수: domain (예: linear.app, stripe.com, resend.com)

    • 반환값: 기술 스택, 채용 상태 및 ATS 플랫폼, 이메일 인프라, SOC 2 준수, 회사 카테고리.

  2. detect_technology

    • 회사가 특정 기술 또는 벤더를 사용하는지 확인합니다.

    • 매개변수: domain, technology (예: stripe, ashby, posthog, nextjs, supabase)

    • 반환값: 직접적인 증거가 포함된 Boolean 탐지 신호.

  3. batch_enrich_companies

    • 최대 50개 도메인을 동시에 병렬로 처리합니다.

    • 매개변수: domains (도메인 문자열 배열)

🔑 API 키 받기

**https://tokenenrich.com/dashboard**에서 평생 무료 API 조회 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