TokenEnrich MCP Server
TokenEnrich MCP Server 🚀
Сервер Model Context Protocol (MCP) для TokenEnrich.com — детерминированные B2B-фирмографические сигналы в ~180–240 токенов.
Обогащайте сведения о потенциальных компаниях проверенными сигнатурами технологического стека (500+ сигнатур), активными ATS-порталами для найма (Ashby, Greenhouse, Lever), DNS MX-инфраструктурой почты (Google Workspace, Microsoft 365) и сертификатами доверия SOC 2 Type II — напрямую из Claude Desktop, Cursor IDE, Windsurf и собственных циклов работы ИИ-агентов.
⚡ Быстрый старт за 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 токенов за время менее 200 мс.
Параметры:
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-ключ
Получите мгновенно 50 бесплатных пожизненных API-запросов на странице https://tokenenrich.com/dashboard. Без кредитной карты.
📄 Лицензия
MIT License. Создано 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