TAPAC MCP
TAPAC — B2B 联系人查找 MCP 服务器
实时查找并验证 B2B 联系人。 抓取公司网站、Discord 和 Telegram —— 然后通过 SMTP 验证每封电子邮件。作为原生 MCP 服务器构建,Claude、ChatGPT、Cursor 以及任何 AI 代理均可直接调用。
一条命令安装:
uvx --from git+https://github.com/axelfreeman/tapac-mcp tapac-mcp然后询问你的代理:"查找 20 位美国 SaaS 公司(50–500 名员工)的销售副总裁,并验证邮箱。"
为什么选择 TAPAC
数据库会腐烂。每年有 23% 的联系人更换工作(ZoomInfo 2025),40% 的电子邮件在 2 年内失效(NeverBounce)。购买一份联系人名单,在你发送第一封邮件之前,已有四分之一过时。
TAPAC 不销售数据库。它实时抓取并在请求时验证:
TAPAC | 静态数据库(Apollo, ZoomInfo, Hunter) | |
数据源 | 实时抓取 | 冻结快照 |
退信率 | 2–5% | 10–35% |
验证 | SMTP,即时验证 | 无 / 事后验证 |
MCP / AI 代理 | ✅ 原生 | ❌ |
Discord / Telegram | ✅ | ❌ |
定价 | 按使用付费,$0.10–0.50/联系人 | $34–$15,000+/月或/年 |
Related MCP server: Bytemine MCP Server - Contact Search & Enrich
快速开始
1. 安装
uvx --from git+https://github.com/axelfreeman/tapac-mcp tapac-mcp需要 uv(一行命令安装:curl -LsSf https://astral.sh/uv/install.sh | sh)。
2. 接入你的代理
相同的 command + args 可在任何环境中使用。选择你的代理:
Claude Desktop — claude_desktop_config.json:
{
"mcpServers": {
"tapac": {
"command": "uvx",
"args": ["--from", "git+https://github.com/axelfreeman/tapac-mcp", "tapac-mcp"]
}
}
}Claude Code(终端):
claude mcp add tapac -- uvx --from git+https://github.com/axelfreeman/tapac-mcp tapac-mcpCodex (OpenAI) — ~/.codex/config.toml:
[mcp_servers.tapac]
command = "uvx"
args = ["--from", "git+https://github.com/axelfreeman/tapac-mcp", "tapac-mcp"]Cursor — .cursor/mcp.json:
{
"mcpServers": {
"tapac": {
"command": "uvx",
"args": ["--from", "git+https://github.com/axelfreeman/tapac-mcp", "tapac-mcp"]
}
}
}Windsurf — ~/.codeium/windsurf/mcp_config.json(与 Cursor 相同的 JSON)。
DeepSeek — 聊天应用原生不支持注册本地 MCP 服务器。通过支持 MCP 的客户端(使用 DeepSeek API 的 Claude Code / Cursor)使用 DeepSeek,或连接到托管端点 https://tapacapi.com/mcp/sse(即将推出)。
3. 获取免费 API 密钥
首次运行将跳转到 https://tapacapi.com/get-key。设置一次:
export TAPAC_API_KEY=your_key_here4. 搜索联系人
"查找 20 位美国 SaaS 公司(50–500 名员工)的销售副总裁,验证邮箱。"
代理会询问所需条件,调用 tapac_find_contacts,并返回已验证的联系人(姓名、职位、公司、邮箱、来源、验证状态)。
100 次免费搜索,无需信用卡。
工具
tapac_find_contacts
查找并验证 B2B 联系人。
参数 | 类型 | 描述 |
| string | 垂直行业,例如 "SaaS"、"healthcare"、"fintech" |
| string[] | 职位,例如 |
| string | "50-500 employees"、"startup"、"enterprise" |
| string | "US"、"Europe"、"DACH"、"remote" |
| string |
|
| int | 返回联系人数量(默认 10) |
tapac_status
服务器版本 + API 密钥状态。
状态
测试版。 安装、工具接口和 API 密钥注册现已上线。完整的抓取 → SMTP 验证引擎正在接入中——即将推出。在此之前,tapac_find_contacts 会捕获你的目标并返回清晰的测试版响应,以便你今天即可安装并了解产品内部。
链接
许可证
MIT。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceAn MCP server providing real-time access to comprehensive B2B company and contact data for lead generation and business intelligence. It enables AI tools to search firmographics, discover key contacts, and automate personalized outreach workflows.31MIT
- Flicense-qualityDmaintenanceBytemine MCP Server – Search 130M+ B2B contacts and enrich profiles with verified emails & phone numbers directly from Claude, Cursor, and other AI assistants via the Model Context Protocol.4
- Alicense-qualityDmaintenanceMCP server giving AI agents real-time web search, page scraping, company intelligence, email discovery, local lead generation, and a persistent knowledge graph. Pay only for what you use, no subscriptions.22MIT
- Alicense-qualityAmaintenanceMCP server that enables AI agents to discover and qualify B2B leads from Leadbay's knowledge base, with tools for lead research, enrichment, and outreach logging.MIT
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
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/axelfreeman/tapac-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server