Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Developer Tools
  3. CAN TAP Verified
  4. README

CAN TAP Verified README

The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the CAN TAP Verified listing page.

Back to CAN TAP Verified View source on GitHub

CAN-TAP Verified MCP Server

The first Canadian business directory with native Model Context Protocol support. Free dofollow backlinks for Canadian businesses, agent-discoverable.

Live URL: https://mcp.can-tap-verified.com Protocol: MCP 2024-11-05 over HTTP+JSON-RPC 2.0 Hosted on: Cloudflare Workers (sub-50ms global, $0/mo) Tools: 5

ToolWhat it does
list_free_backlinksList free dofollow backlink opportunities filtered by Canadian city/trade
claim_listingClaim a free verified directory listing for a Canadian business
check_backlink_statusVerify the backlink is live and dofollow
get_business_statsRead NFC tap analytics for a CAN-TAP business
search_directoryFree-text search across 3,000+ real Canadian businesses

Add to Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

config.json
{
  "mcpServers": {
    "can-tap-verified": {
      "url": "https://mcp.can-tap-verified.com"
    }
  }
}

Restart Claude. Then try:

"Find free dofollow backlinks for HVAC businesses in Hamilton."

"Claim a CAN-TAP Verified listing for Joe Plumber, joeplumber.ca, Toronto Ontario, joe@joeplumber.ca."

"Check backlink status for joe-plumber-toronto."

Add to any HTTP MCP client

Send a JSON-RPC 2.0 envelope:

Terminal
curl -X POST https://mcp.can-tap-verified.com \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Why this matters

  • Free permanent dofollow backlink — rare in 2026
  • Agent-native — first Canadian directory built for AI workflows from day one
  • Open API + MCP — no auth required for reads, bearer auth for admin
  • 3,156 verified Canadian businesses in the directory
  • Yelp/BBB compliance pattern — domain ownership verification, manual review, rate limits

Repo layout

Code
src/index.js     — Cloudflare Worker source (the MCP server)
wrangler.toml    — Cloudflare Workers config

Deploy your own fork

Terminal
npx wrangler@latest login
npx wrangler@latest deploy

Related

  • API server: https://api.can-tap-verified.com
  • API source + docs: https://github.com/morphious33453/can-tap-verified-client
  • For agents page: https://can-tap-verified.com/for-agents
  • llms.txt manifest: https://api.can-tap-verified.com/llms.txt
  • OpenAPI spec: https://api.can-tap-verified.com/openapi.json

License

MIT — use freely.

Contact

  • info@can-tap-verified.com
  • https://can-tap-verified.com