Skip to content

Releases: axelfreeman/tapac-mcp

Release list

TAPAC v0.1.0

Choose a tag to compare

@axelfreeman axelfreeman released this 25 Aug 14:59

TAPAC v0.1.0

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

Highlights

  • Native MCP server — stdio + streamable-HTTP transports; drop into any agent.
  • Real-time scraping — websites, Discord servers, Telegram channels (40k+ indexed).
  • SMTP validation at request time — 2–5% bounce vs 10–35% for static databases.
  • SDKs shippedtapac-sdk (PyPI) + @tapacapi/sdk (npm).
  • Agent-plugins manifest — one-line install for AI agents.

Install

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

Tooling

  • CI lint (ruff) on every push and PR
  • pre-commit auto-formatting
  • MIT licensed