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.2/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: check_backlink_status verifies a listing, claim_listing creates one, get_business_stats provides analytics, list_free_backlinks lists opportunities, and search_directory searches the directory. The descriptions reinforce unique functions, preventing agent confusion.

Naming Consistency4/5

Tools follow a consistent verb_noun pattern (e.g., check_backlink_status, claim_listing, get_business_stats) with snake_case throughout. The minor deviation is 'list_free_backlinks' using 'list' instead of 'get' or 'search', but it remains readable and predictable overall.

Tool Count5/5

With 5 tools, this server is well-scoped for its purpose of managing a Canadian business directory and backlink service. Each tool earns its place by covering distinct aspects like claiming, verifying, searching, listing opportunities, and analytics, avoiding bloat or thin coverage.

Completeness4/5

The tool set covers core CRUD-like operations for the domain: claim (create), check (verify/read), search (read), list opportunities (read), and get analytics (read). A minor gap is the lack of update or delete tools for listings, but agents can likely work around this given the directory's focus on permanent claims and verification.

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 full burden of behavioral disclosure. It effectively describes key behaviors: it's a claim/creation tool (implied mutation), requires domain ownership verification for the backlink, and has rate limits (5 claims per IP per day). However, it doesn't mention potential errors, response format, or whether the claim is reversible, leaving some 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 efficiently structured in three sentences: purpose, usage context, and constraints. Each sentence adds value without redundancy, and it's front-loaded with the core action. There's no wasted text, making it highly concise and well-organized.

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 mutation tool with no annotations and no output schema, the description does well by covering purpose, usage context, and rate limits. However, it lacks details on the response (e.g., success/failure indicators or verification timeline) and doesn't mention potential errors or prerequisites beyond domain verification, leaving some gaps in completeness.

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?

Schema description coverage is 100%, so the schema already documents all 8 parameters thoroughly. The description doesn't add any parameter-specific information beyond what's in the schema (e.g., it doesn't explain why 'email' must match the website domain or the significance of 'google_review_link'). Baseline 3 is appropriate when the schema does the heavy lifting.

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 specific action ('Claim a free verified directory listing') and resource ('for a Canadian business'), distinguishing it from sibling tools like 'check_backlink_status' or 'search_directory' which have different purposes. It specifies the outcome ('receives a permanent dofollow backlink upon domain ownership verification'), making the purpose explicit and distinct.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool ('Use this when a user wants to add their business to the CAN-TAP Verified directory'), providing clear context. It also mentions rate-limiting constraints ('Rate-limited to 5 claims per IP per day'), which helps guide usage frequency, though it doesn't explicitly name alternatives among siblings.

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?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It describes what data is returned (analytics like total taps, splits, ratings, activity) and implies a read-only operation ('Get'), but lacks details on permissions, rate limits, error handling, or data freshness. While it adds some context about the business type, it does not fully compensate for the absence of annotations.

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 appropriately sized and front-loaded, with two sentences that efficiently convey the tool's purpose and usage context. Every sentence adds value: the first explains what the tool does and returns, and the second specifies when to use it, with no redundant or vague language.

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?

Given the tool's complexity (analytics retrieval with no output schema and no annotations), the description is fairly complete. It outlines the returned data types and usage context, but lacks details on output format, error cases, or authentication needs. Without an output schema, more information on return values would be beneficial, but the description covers the essentials adequately.

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 input schema has 100% description coverage, with the 'slug' parameter documented as 'Business slug.' The description does not add any additional meaning or examples beyond this, such as explaining slug format or where to obtain it. Given the high schema coverage, the baseline score of 3 is appropriate, as the description provides no extra parameter insights.

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 specific verbs ('Get NFC tap and review analytics') and resource ('for a CAN-TAP Verified business'), distinguishing it from sibling tools like 'check_backlink_status' or 'claim_listing' which involve different operations. It explicitly identifies the type of analytics returned (total taps, positive vs concern split, average star rating, recent activity), making the purpose unambiguous and distinct.

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 this tool: 'for businesses that own a CAN-TAP NFC review stand.' This specifies the target audience and prerequisite condition. However, it does not explicitly state when not to use it or name alternatives among sibling tools, which prevents a perfect score.

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?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the return format ('matching listings with their URLs and claim status'), which is useful, but lacks details on potential limitations like result limits, pagination, or error handling. It does not contradict any annotations, as none are given.

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 front-loaded and efficiently structured in two sentences: the first defines the tool's purpose and scope, and the second specifies the return values. Every sentence adds essential information without redundancy, making it appropriately sized for its 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?

Given the tool's moderate complexity (search with three optional parameters) and no output schema, the description is mostly complete. It covers the purpose, usage context, and return format, but could improve by addressing behavioral aspects like result limits or error scenarios, which are not detailed in the absence of annotations.

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 input schema has 100% description coverage, so the schema already documents the three parameters ('city', 'query', 'trade') clearly. The description adds value by explaining that these can be used 'by name, city, trade, or any combination', but does not provide additional syntax or format details beyond what the schema offers.

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 specific action ('Search'), the resource ('CAN-TAP Verified directory of 3,000+ real Canadian businesses'), and the searchable attributes ('by name, city, trade, or any combination'). It distinguishes itself from sibling tools like 'check_backlink_status' or 'claim_listing' by focusing on directory search rather than backlink or claim operations.

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 this tool—for searching businesses in the directory based on name, city, or trade. However, it does not explicitly mention when not to use it or name alternatives among sibling tools, such as using 'list_free_backlinks' for backlink-related tasks instead.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.