tapac
Installation
SKILL.md
TAPAC
TAPAC finds and verifies B2B business contacts in real time — sourcing from public company websites, Discord, and Telegram, with instant email verification. 2–5% bounce rate vs 10–35% for static databases.
Tools
tapac_find_contacts(industry, job_titles, company_size, location, source, limit)→ verified contacts (name, title, company, email, source, verification status)tapac_status()→ server version + API-key state
Setup
- Install and wire the server into your agent — full per-agent instructions (Claude Desktop, Claude Code, Cursor, Codex, Windsurf) are in the README.
- Get a free API key at https://tapacapi.com/get-key and set
TAPAC_API_KEY.
Workflows
- "Find 20 VP Sales at US SaaS companies" →
tapac_find_contacts(industry="SaaS", job_titles=["VP Sales"], company_size="50-500 employees", location="US", limit=20) - "Find leads in a Discord/Telegram community" →
tapac_find_contacts(source="discord" | "telegram", ...) - "Verify these emails" → email verification is built into every
tapac_find_contactscall.