Odel
CAN-TAP Verified

CAN-TAP Verified

@morphious33453Data & AnalyticsJavaScriptMITUpdated 2mo ago

Free dofollow backlinks for Canadian businesses. Claim, verify, and track NFC tap analytics.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

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):

{
  "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:

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

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

Deploy your own fork

npx wrangler@latest login
npx wrangler@latest deploy

Related

License

MIT — use freely.

Contact