TAPAC MCP
TAPAC — MCP-Server für die Suche nach B2B-Kontakten
Finden und verifizieren Sie B2B-Kontakte in Echtzeit. Scrapt Unternehmenswebsites, Discord und Telegram — und validiert dann jede E-Mail per SMTP. Als nativer MCP-Server gebaut, sodass Claude, ChatGPT, Cursor und jeder andere KI-Agent ihn direkt aufrufen können.
Installation mit einem Befehl:
uvx --from git+https://github.com/axelfreeman/tapac-mcp tapac-mcpDann fragen Sie Ihren Agenten: „Finde 20 VP Sales bei US-SaaS-Unternehmen mit 50–500 Mitarbeitern.“
Warum TAPAC
Datenbanken veralten. 23% der Kontakte wechseln jedes Jahr den Job (ZoomInfo 2025), 40% der E-Mails sterben innerhalb von 2 Jahren (NeverBounce). Kaufen Sie eine Kontaktliste und ein Viertel davon ist veraltet, bevor Sie eine einzige E-Mail versenden.
TAPAC verkauft keine Datenbank. Es scrapt live und validiert zum Zeitpunkt der Anfrage:
TAPAC | Statische DBs (Apollo, ZoomInfo, Hunter) | |
Datenquelle | Echtzeit-Scraping | Eingefrorener Schnappschuss |
Bounce-Rate | 2–5% | 10–35% |
Validierung | SMTP, im Moment | Keine / nachträglich |
MCP / KI-Agenten | ✅ native | ❌ |
Discord / Telegram | ✅ | ❌ |
Preisgestaltung | Pay-per-use, $0.10–0.50/Kontakt | $34–$15.000+/Monat oder /Jahr |
Related MCP server: Bytemine MCP Server - Contact Search & Enrich
Schnellstart
1. Installieren
uvx --from git+https://github.com/axelfreeman/tapac-mcp tapac-mcpErfordert uv (Einzeiler-Installer: curl -LsSf https://astral.sh/uv/install.sh | sh).
2. Mit Ihrem Agenten verbinden
Die gleichen command + args funktionieren überall. Wählen Sie Ihren Agenten:
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 (gleiches JSON wie Cursor).
DeepSeek — die Chat-App registriert lokale MCP-Server nicht nativ. Verwenden Sie DeepSeek über einen MCP-fähigen Client (Claude Code / Cursor mit der DeepSeek-API) oder verbinden Sie sich mit dem gehosteten Endpunkt https://tapacapi.com/mcp/sse (demnächst verfügbar).
3. Holen Sie sich Ihren kostenlosen API-Schlüssel
Der erste Start leitet Sie zu https://tapacapi.com/get-key. Einmalig setzen:
export TAPAC_API_KEY=your_key_here4. Nach Kontakten fragen
„Finde 20 VP Sales bei US-SaaS-Unternehmen mit 50–500 Mitarbeitern, verifiziere E-Mails.“
Der Agent fragt nach den benötigten Kriterien, ruft tapac_find_contacts auf und gibt verifizierte Kontakte zurück (Name, Titel, Unternehmen, E-Mail, Quelle, Verifizierungsstatus).
100 kostenlose Suchanfragen, keine Kreditkarte.
Werkzeuge
tapac_find_contacts
Finden und verifizieren Sie B2B-Kontakte.
Parameter | Typ | Beschreibung |
| string | Branche, z.B. „SaaS“, „Healthcare“, „Fintech“ |
| string[] | Rollen, z.B. |
| string | Unternehmensgröße, z.B. „50-500 Mitarbeiter“, „Startup“, „Enterprise“ |
| string | Standort, z.B. „USA“, „Europa“, „DACH“, „Remote“ |
| string | Quelle: |
| int | Anzahl der Kontakte (Standard 10) |
tapac_status
Serverversion + API-Schlüsselstatus.
Status
Beta. Die Installations- und Werkzeugschnittstelle sowie das API-Schlüssel-Onboarding sind live. Die vollständige Scrape → SMTP-Validierungs-Engine wird gerade angebunden — sie kommt als nächstes. Bis dahin erfasst tapac_find_contacts Ihr Ziel und gibt eine klare Beta-Antwort zurück, sodass Sie installieren und heute einen Blick ins Produkt werfen könen.
Links
Website: https://tapacapi.com
Deep Research Guide: https://tapacapi.com/deep-research-guide.html
Kostenloses Toolkit (selbst gehostet): https://github.com/axelfreeman/b2b-contact-mining-kit
Autor: Axel Freeman
Lizenz
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