Merchant Context
Server Details
Check whether a merchant exposes the public files buyer agents need.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ihint/merchant-context
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
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.
Tool Definition Quality
Average 3.9/5 across 3 of 3 tools scored.
Each tool has a clearly distinct purpose: check_merchant provides a readiness score, inspect_merchant offers detailed evidence, and get_service_info describes the service. The description explicitly directs users to inspect_merchant for deeper resource details, eliminating any ambiguity.
All tool names follow a consistent verb_noun pattern (check_merchant, get_service_info, inspect_merchant) with clear, action-oriented verbs. There is no mixing of conventions or vague naming.
Three tools is an ideal size for a focused inspection service. Each tool covers a distinct aspect (score, detailed inspection, service info) without bloat or unnecessary overhead.
The tool set fully covers the domain of merchant readiness inspection: the check tool provides the core result, the inspect tool supplies the underlying evidence, and the service info tool handles onboarding. No obvious missing operations or dead ends.
Available Tools
3 toolscheck_merchantARead-onlyIdempotentInspect
Return a free readiness score and pass/fail checks for one public HTTPS merchant origin. Use inspect_merchant for detailed resource evidence.
| Name | Required | Description | Default |
|---|---|---|---|
| merchant_url | Yes | Public HTTPS merchant URL to check |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds useful context like 'free' and 'public HTTPS' constraints but does not elaborate on rate limits, output formatting, or any edge-case behaviors. This meets the baseline for annotation-backed tools but doesn't go beyond.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description consists of two sentences, front-loaded with the core function ('Return a free readiness score and pass/fail checks') followed by a concise pointer to the alternative. Every word earns its place, with no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter, read-only check tool, the description provides sufficient context: purpose, scope, and a direct alternative. Since there is no output schema, the description's mention of 'readiness score and pass/fail checks' gives a reasonable summary, though it could be more explicit about the score's range or format. Still, given the tool's simplicity, this is nearly complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides 100% coverage with a clear description for 'merchant_url' as 'Public HTTPS merchant URL to check.' The description's phrase 'one public HTTPS merchant origin' reinforces but does not add new meaning beyond the schema. Baseline 3 is appropriate given the schema's completeness.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Return' and clearly identifies the resource: 'a free readiness score and pass/fail checks for one public HTTPS merchant origin.' It distinguishes from siblings by explicitly directing users to 'inspect_merchant for detailed resource evidence,' making this tool's scope unmistakable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 (for a readiness score and pass/fail checks) and names the alternative 'inspect_merchant' for detailed evidence. This provides clear guidance on tool selection, even though it does not mention 'get_service_info' — the primary decision between the two similar sibling tools is addressed.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_service_infoARead-onlyInspect
Describe the Merchant Context service, price, and inspection checks.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=true, and the description aligns with a read-only 'Describe' action. The description adds minimal behavioral context beyond the annotation, such as the specific aspects covered (service, price, inspection checks). No contradictions, but no additional safety or permission details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, direct sentence that conveys the tool's purpose without extraneous words. It is well-structured and front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no parameters and no output schema, the description provides adequate context, listing key aspects of the service. However, terms like 'Merchant Context service' and 'inspection checks' could be further clarified, so a 4 rather than 5.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema is empty with 0 parameters, so schema coverage is effectively 100%. The description doesn't need to explain parameters, and the baseline for 0 params is 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses 'Describe' as a specific verb targeting the Merchant Context service, explicitly listing service, price, and inspection checks. This clearly states the tool's function, though it doesn't differentiate from sibling tools like check_merchant or inspect_merchant, so not a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus sibling tools. It neither mentions alternatives nor specifies scenarios, leaving the agent without usage context. This warrants a low score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
inspect_merchantARead-onlyIdempotentInspect
Inspect one public HTTPS merchant origin for agent discovery and commerce files.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Stable, non-secret identifier for the calling agent | |
| merchant_url | Yes | Public HTTPS merchant URL to inspect |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, open-world, idempotent, and non-destructive behavior. The description adds useful behavioral context by specifying the constraint of 'public HTTPS' and the scope of 'one' origin, which informs the agent about the tool's limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that front-loads the key action and resource. Every word adds value, with no redundant or filler content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple two-parameter tool with rich annotations and complete schema coverage, the description is adequate. It clearly states what the tool inspects and why, though it does not detail return behavior or output structure, which is not strictly necessary here.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers both parameters with clear descriptions (merchant_url and agent_id), totaling 100% coverage. The tool description does not add additional parameter meaning, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly specifies the action ('Inspect'), the resource ('one public HTTPS merchant origin'), and the purpose ('for agent discovery and commerce files'). It distinguishes itself from siblings like 'check_merchant' and 'get_service_info' by focusing on merchant origin inspection.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for inspecting merchant origins, but provides no explicit guidance on when to use this tool versus sibling tools like 'check_merchant' or 'get_service_info'. It lacks exclusions or alternative recommendations.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseBqualityBmaintenanceMachine-readable merchant verification infrastructure for AI shopping agents and agentic commerce systems.Last updated13MIT
- Alicense-qualityBmaintenanceEnables agents to discover OP-verified merchants accepting Bitcoin Lightning, BOLT12, L402, or USDT payments, with tools for search, merchant details, and payment endpoint verification.Last updatedMIT
- Alicense-qualityBmaintenanceEnables AI agents to query merchant operational signals like return rates, fulfillment accuracy, and chargeback ratios published through the Disclose protocol. Provides tools to fetch merchant disclosures and check signal coverage for completeness.Last updatedMIT
- Alicense-qualityBmaintenanceA hosted remote MCP server for assessing merchant readiness in Universal Cart, offering tools to check readiness, classify checkout blockers, explain offer gaps, issue agentic commerce receipts, and export readiness logs.Last updatedMIT