Skip to main content
Glama
axelfreeman

TAPAC MCP

by axelfreeman

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TAPAC_API_KEYYesYour TAPAC API key, obtained from https://tapacapi.com/get-key. Required to authenticate requests.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
tapac_find_contactsA

Find and verify B2B business contacts in real time.

Ask the user for these criteria before calling:

  • industry: vertical, e.g. "SaaS", "healthcare", "fintech"

  • job_titles: roles, e.g. ["VP Sales", "CTO", "Head of Growth"]

  • company_size: e.g. "50-500 employees", "startup", "enterprise"

  • location: geography, e.g. "US", "Europe", "DACH", "remote"

  • source: where to search — "website", "telegram", or "discord"

  • limit: how many contacts to return (default 10)

Returns verified contacts (name, title, company, email, source, verification status) as structured data.

tapac_statusA

Check TAPAC server status, version, and API-key state.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools serve completely distinct purposes: one checks server status, the other finds contacts. There is no overlap or ambiguity.

Naming Consistency5/5

Both tools follow a consistent snake_case pattern with the prefix 'tapac_', one describing a state (status) and the other an action (find_contacts). The naming is uniform.

Tool Count3/5

With only two tools, the server feels thin for a contact-finding service, but each tool is clearly defined and serves a necessary function. It is borderline but not excessive.

Completeness4/5

The server covers the core operation of finding and verifying contacts with extensive filtering, plus a status check. Minor gaps like retrieving a specific contact by ID are absent, but the main workflow is complete.

Maintenance

ActivityMaintained
ResponsivenessResponsive