TAPAC MCP Server

TAPAC ships as a native Model Context Protocol server, so any MCP-capable AI agent — Claude, ChatGPT, Cursor, Codex, Windsurf — can call it directly to find and verify B2B contacts.

Install

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

Requires uv. Then wire the same command into your agent's MCP config (see the repo README for per-agent snippets).

Tools

ToolDescription
tapac_find_contactsFind and verify B2B contacts. Params: industry, job_titles, company_size, location, source (website · telegram · discord), limit. Returns name, title, company, email, source, verification status.
tapac_statusServer version + API-key state.

API key

100 free searches, no credit card. Set TAPAC_API_KEY once — get it at https://tapacapi.com/get-key.

Agent skill (no MCP wiring)

npx skills add axelfreeman/tapac-mcp

Installs a portable SKILL.md that documents the tools for any agent that loads skills.

Transport

The server runs over stdio transport (standard for local MCP servers). The hosted HTTP API is at https://tapacapi.com/api/.

← Back to TAPAC