Skip to main content
Glama

CAN-TAP Verified

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
morphious33453/can-tap-verified-mcp
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation4/5

Most tools are clearly distinct: search_directory and list_free_backlinks both return listings but one is general search and the other specifically lists claimable backlink opportunities, which could cause some confusion. The other tools (claim_listing, check_backlink_status, get_business_stats) are unambiguous.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (search_directory, claim_listing, check_backlink_status, list_free_backlinks, get_business_stats). The verbs are clear and the naming style is uniform throughout.

Tool Count5/5

Five tools is an appropriate scope for a directory/backlink service. Each tool serves a distinct purpose in the core workflow: search, list opportunities, claim, verify, and get stats. No tool feels redundant, and the set is easy to grasp.

Completeness4/5

The tool set covers the main workflow: finding backlink opportunities, claiming listings, and verifying the backlink. The addition of search_directory and get_business_stats provides useful supplementary functions. Minor gaps exist, such as no tool to update or unclaim a listing, but these are not critical for the stated purpose.

Available Tools

5 tools
claim_listingAInspect

Claim a free verified directory listing for a Canadian business — receives a permanent dofollow backlink upon domain ownership verification. Use this when a user wants to add their business to the CAN-TAP Verified directory. Rate-limited to 5 claims per IP per day.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityYesPrimary city the business serves
emailYesBusiness email address (must match website domain for fast verification)
phoneNoBusiness phone number (optional)
tradeNoBusiness trade/category (optional)
websiteYesFull URL of the business website (https://...)
provinceYesTwo-letter Canadian province code
business_nameYesLegal or trading name of the business
google_review_linkNoOptional Google review URL — used for the NFC tap-to-review system
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the transparency burden. It discloses key behaviors: the listing is free, verified, earns a permanent dofollow backlink after domain ownership verification, and is rate-limited to 5 claims per IP per day. This is meaningful operational context, though it does not describe failure modes or response behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core purpose and then adding rate-limit and verification context. Every sentence contributes useful information with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a moderately complex tool with 8 parameters and no output schema, the description covers the key context: when to use it, the rate limit, and the verification requirement for the permanent backlink. It omits return-value details, but the selection decision is well supported.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All 8 parameters have schema descriptions (100% coverage), so the schema already provides parameter semantics. The description does not add additional detail about specific parameters beyond the schema, so it earns the baseline score of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Claim') and resource ('free verified directory listing') and states exactly what the tool accomplishes. It also explicitly says 'Use this when a user wants to add their business to the CAN-TAP Verified directory,' which clearly distinguishes it from sibling tools like check_backlink_status and search_directory.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a clear use case: add a business to the CAN-TAP Verified directory. It does not mention when not to use it or name alternatives, but the input context and sibling names make the appropriate usage evident.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_business_statsAInspect

Get NFC tap and review analytics for a CAN-TAP Verified business. Returns total taps, positive vs concern split, average star rating, and recent activity. Use this for businesses that own a CAN-TAP NFC review stand.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesBusiness slug
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the burden of disclosure. It describes what the tool returns (total taps, split, rating, activity) and implies a read-only operation via 'Get,' but it does not explicitly state safety traits like no side effects or authorization requirements, so it provides modest behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the action and resource, and efficiently conveys purpose, return values, and usage context without unnecessary details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (one parameter), lack of output schema, and the siblings' clear differentiation, the description adequately covers the return values (taps, split, rating, activity) and usage context. It is complete enough for an agent to understand what to expect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents the single parameter 'slug' with 100% coverage, so the baseline is 3. The description does not add any additional parameter-specific meaning beyond confirming the tool is for CAN-TAP Verified businesses, which is contextual rather than parameter-level.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with a specific verb ('Get') and resource ('NFC tap and review analytics'), and distinguishes it from sibling tools by focusing on business analytics. It also lists specific data points returned, making the purpose unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context by stating 'Use this for businesses that own a CAN-TAP NFC review stand,' which tells the agent when this tool is appropriate. However, it does not explicitly mention when not to use it or reference alternative tools, so it lacks full exclusion criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_directoryAInspect

Search the CAN-TAP Verified directory of 3,000+ real Canadian businesses by name, city, trade, or any combination. Returns matching listings with their URLs and claim status.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoFilter by city
queryNoFree-text search across business names
tradeNoFilter by trade category
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses that results include URLs and claim status, and implies a read-only search operation. However, it does not describe the output format (e.g., list vs single object), pagination, or behavior when no matches are found, leaving some behavioral gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no wasted words. It covers the main purpose and the return value efficiently, making it easy for an agent to quickly grasp the tool's function.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple 3-parameter search tool with no output schema or annotations, the description covers the essential context: what is searched, the filter dimensions, and what is returned. While it lacks details on pagination or result limits, these are not critical for basic usage and the description is otherwise complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% coverage for all three parameters, so the baseline is 3. The description adds value by explicitly stating that the parameters can be used in any combination, clarifying the relationship between query, city, and trade beyond the individual descriptions in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action ('Search') and a specific resource ('CAN-TAP Verified directory of 3,000+ real Canadian businesses'), and mentions the return value (listings with URLs and claim status). This distinguishes it from sibling tools like check_backlink_status and claim_listing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool (searching businesses by name, city, trade, or combination) but does not explicitly name alternatives or exclusion criteria. Sibling tools are present but not referenced, so the guidance is clear but not exhaustive.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    The owner-verified local business data + service & menu-price layer for AI agents. Owner-authored business profiles where every response carries provenance — verification level, completeness score, freshness timestamps, and upstream sources. * Search & profiles — find businesses by name, category, city, or geo-radius; full profiles with contacts, hours, media, ratings. * Price layer
  • A
    license
    A
    quality
    C
    maintenance
    Provides AI agents with access to real, verifiable businesses with provenance and source URLs, enabling natural-language business search and profile retrieval.
    2
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Digital business cards, lead capture forms, and service listings - built and managed by AI. 63 tools with live browser editing, stock photos, web scraping, and guided tours.
    6
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.