Connects Claude to a Canadian business directory with 3,000+ verified listings and exposes five tools: search the directory by city or trade, claim a free dofollow backlink for your business, check if your backlink is live and dofollow, read NFC tap analytics, and list backlink opportunities by location. Built on Cloudflare Workers with sub-50ms response times worldwide. No auth required for reads. Useful if you're working with Canadian business data, building local SEO workflows, or need agents to discover and verify directory listings programmatically. Uses standard HTTP transport with JSON-RPC 2.0, so any MCP client can connect directly to the hosted endpoint.
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
| Tool | What it does |
|---|---|
list_free_backlinks | List free dofollow backlink opportunities filtered by Canadian city/trade |
claim_listing | Claim a free verified directory listing for a Canadian business |
check_backlink_status | Verify the backlink is live and dofollow |
get_business_stats | Read NFC tap analytics for a CAN-TAP business |
search_directory | Free-text search across 3,000+ real Canadian businesses |
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"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."
Send a JSON-RPC 2.0 envelope:
curl -X POST https://mcp.can-tap-verified.com \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
src/index.js — Cloudflare Worker source (the MCP server)
wrangler.toml — Cloudflare Workers config
npx wrangler@latest login
npx wrangler@latest deploy
llms.txt manifest: https://api.can-tap-verified.com/llms.txtMIT — use freely.
io.github.infoinlet-marketplace/mcp-observability
betterdb-inc/monitor
com.mcparmory/datadog
thotischner/observability-mcp
io.github.tantiope/datadog-mcp
io.github.us-all/datadog