TAPAC MCP
TAPAC — Servidor MCP para encontrar contactos B2B
Encuentra y verifica contactos B2B en tiempo real. Extrae información de sitios web de empresas, Discord y Telegram, y luego valida cada correo electrónico mediante SMTP. Construido como un servidor MCP nativo, para que Claude, ChatGPT, Cursor y cualquier agente de IA puedan usarlo directamente.
Instálalo con un solo comando:
uvx --from git+https://github.com/axelfreeman/tapac-mcp tapac-mcpLuego pregúntale a tu agente: "Encuentra 20 VP de Ventas en empresas SaaS de EE. UU. con 50–500 empleados."
Por qué TAPAC
Las bases de datos se vuelven obsoletas. El 23% de los contactos cambia de trabajo cada año (ZoomInfo 2025), el 40% de los correos electrónicos muere en 2 años (NeverBounce). Compra una lista de contactos y una cuarta parte estará desactualizada antes de enviar un solo correo.
TAPAC no vende una base de datos. Extrae información en vivo y valida en el momento de la solicitud:
TAPAC | Bases de datos estáticas (Apollo, ZoomInfo, Hunter) | |
Fuente de datos | Extracción en tiempo real | Instantánea congelada |
Tasa de rebote | 2–5% | 10–35% |
Validación | SMTP, en el momento | Ninguna / posterior |
MCP / Agentes de IA | ✅ nativo | ❌ |
Discord / Telegram | ✅ | ❌ |
Precio | Pago por uso, $0.10–0.50/contacto | $34–$15,000+/mes o /año |
Related MCP server: Bytemine MCP Server - Contact Search & Enrich
Inicio rápido
1. Instalación
uvx --from git+https://github.com/axelfreeman/tapac-mcp tapac-mcpRequiere uv (instalador de una línea: curl -LsSf https://astral.sh/uv/install.sh | sh).
2. Conéctalo a tu agente
El mismo command + args funciona en todas partes. Elige tu agente:
Claude Desktop — claude_desktop_config.json:
{
"mcpServers": {
"tapac": {
"command": "uvx",
"args": ["--from", "git+https://github.com/axelfreeman/tapac-mcp", "tapac-mcp"]
}
}
}Claude Code (terminal):
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 (mismo JSON que Cursor).
DeepSeek — la aplicación de chat no registra servidores MCP locales de forma nativa. Usa DeepSeek a través de un cliente compatible con MCP (Claude Code / Cursor con la API de DeepSeek), o conéctate al endpoint alojado https://tapacapi.com/mcp/sse (próximamente).
3. Obtén tu clave API gratuita
La primera ejecución te redirige a https://tapacapi.com/get-key. Configúrala una vez:
export TAPAC_API_KEY=your_key_here4. Solicita contactos
"Encuentra 20 VP de Ventas en empresas SaaS de EE. UU. con 50–500 empleados, verifica los correos."
El agente pregunta los criterios que necesita, llama a tapac_find_contacts y devuelve contactos verificados (nombre, cargo, empresa, correo electrónico, fuente, estado de verificación).
100 búsquedas gratuitas, sin necesidad de tarjeta de crédito.
Herramientas
tapac_find_contacts
Encuentra y verifica contactos B2B.
Parámetro | Tipo | Descripción |
| string | Vertical, ej. "SaaS", "healthcare", "fintech" |
| string[] | Roles, ej. |
| string | "50-500 employees", "startup", "enterprise" |
| string | "US", "Europe", "DACH", "remote" |
| string |
|
| int | Cuántos contactos (por defecto 10) |
tapac_status
Versión del servidor + estado de la clave API.
Estado
Beta. La instalación, la interfaz de herramientas y la incorporación de la clave API están activas. El motor completo de extracción → validación SMTP está en proceso de integración; se lanzará próximamente. Hasta entonces, tapac_find_contacts captura tu objetivo y devuelve una respuesta beta clara, para que puedas instalar y explorar el producto hoy mismo.
Enlaces
Sitio web: https://tapacapi.com
Guía de investigación profunda: https://tapacapi.com/deep-research-guide.html
Kit de herramientas gratuito (autoalojado): https://github.com/axelfreeman/b2b-contact-mining-kit
Autor: Axel Freeman
Licencia
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