Skip to main content
Glama
axelfreeman

TAPAC MCP

by axelfreeman

TAPAC — MCP Server for B2B Contact Finding

Find & verify B2B contacts in real time. Scrapes company websites, Discord, and Telegram — then validates every email via SMTP. Built as a native MCP server, so Claude, ChatGPT, Cursor, and any AI agent can call it directly.

Install in one command:

uvx --from git+https://github.com/axelfreeman/tapac-mcp tapac-mcp

Then ask your agent: "Find 20 VP Sales at US SaaS companies with 50–500 employees."


Why TAPAC

Databases rot. 23% of contacts change jobs every year (ZoomInfo 2025), 40% of emails die within 2 years (NeverBounce). Buy a contact list and a quarter of it is stale before you send a single email.

TAPAC doesn't sell a database. It scrapes live and validates at request time:

TAPAC

Static DBs (Apollo, ZoomInfo, Hunter)

Data source

Real-time scraping

Frozen snapshot

Bounce rate

2–5%

10–35%

Validation

SMTP, in the moment

None / after the fact

MCP / AI agents

✅ native

Discord / Telegram

Pricing

Pay-per-use, $0.10–0.50/contact

$34–$15,000+/mo or /yr


Related MCP server: Bytemine MCP Server - Contact Search & Enrich

Quick Start

1. Install

uvx --from git+https://github.com/axelfreeman/tapac-mcp tapac-mcp

Requires uv (one-liner installer: curl -LsSf https://astral.sh/uv/install.sh | sh).

2. Wire into your agent

The same command + args work everywhere. Pick your agent:

Claude Desktopclaude_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-mcp

Codex (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 (same JSON as Cursor).

DeepSeek — the chat app doesn't register local MCP servers natively. Use DeepSeek through an MCP-capable client (Claude Code / Cursor with the DeepSeek API), or connect to the hosted endpoint https://tapacapi.com/mcp/sse (coming soon).

3. Get your free API key

First run points you to https://tapacapi.com/get-key. Set it once:

export TAPAC_API_KEY=your_key_here

4. Ask for contacts

"Find 20 VP Sales at US SaaS companies with 50–500 employees, verify emails."

The agent asks for the criteria it needs, calls tapac_find_contacts, and returns verified contacts (name, title, company, email, source, verification status).

100 free searches, no credit card.


Tools

tapac_find_contacts

Find and verify B2B contacts.

Param

Type

Description

industry

string

Vertical, e.g. "SaaS", "healthcare", "fintech"

job_titles

string[]

Roles, e.g. ["VP Sales", "CTO"]

company_size

string

"50-500 employees", "startup", "enterprise"

location

string

"US", "Europe", "DACH", "remote"

source

string

website · telegram · discord

limit

int

How many contacts (default 10)

tapac_status

Server version + API-key state.


Status

Beta. The install + tool interface + API-key onboarding are live. The full scrape → SMTP-validation engine is being wired in — it ships next. Until then, tapac_find_contacts captures your target and returns a clear beta response, so you can install and look inside the product today.


License

MIT.

Install Server
A
license - permissive license
A
quality
C
maintenance

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

  • A
    license
    -
    quality
    B
    maintenance
    An 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.
    31
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP 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.
    22
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    MCP 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

View all related MCP servers

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.

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/axelfreeman/tapac-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server