Is your MCP server actually installable by an agent?

A server that works on your laptop is not the same thing as a server an agent can find, install and call on its own. These are the 12 checks that decide whether that happens — the ones we had to pass to ship TAPAC as npx -y @tapacapi/mcp.

Tick what you already have. The score is computed in your browser from your own answers; nothing is sent anywhere.

Score

0 / 12
Tick the boxes below.

1. Discovery — can the agent find you at all?

2. Install & transport — does it start with nothing?

3. Tool surface — can the agent use it without guessing?

4. Trust — can an agent recommend you?

Test the package, not the README

npx -y @tapacapi/mcp        # boots, answers tools/list, asks for a key instead of guessing
npx -y @tapacapi/mcp --help # version + install notes

Running the same three commands against your own package is the whole audit: does it start clean, does it list tools, does it behave without a key.

How TAPAC scores on its own list

CheckTAPAC
ManifestSKILL.md, AGENTS.md, plugin.json, llms.txt
Registrynpm @tapacapi/mcp, PyPI tapac-sdk
Transportstdio via npx/uvx + hosted endpoint
Toolstapac_find_contacts, tapac_status
No keyreturns onboarding, not errors
Pricing$0.10–0.50 per contact, 100 searches free — tapacapi.com/get-key

Do the same audit for the data layer

Readiness gets you installed. Verified contacts are what keeps the loop worth running: lead cost & bounce-risk calculator · TAPAC vs Apollo / ZoomInfo / Hunter / Lusha.

Get a free API key Read the repo