Provider Trust — Verify a Source or Provider
Server Details
Verify a source or provider before an AI agent trusts it. Evidence only; unknown stays unknown.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
6 toolscheck_historyCheck HistoryCRead-onlyIdempotentInspect
Check privacy-safe historical trust evidence.
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish read-only, idempotent, open-world, and non-destructive behavior, so the description's additional 'privacy-safe' and 'historical' context earns some credit. However, it does not explain what data is consulted, how results are scoped, or what privacy guarantees mean in practice.
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?
One short sentence with no filler and the key behavior front-loaded. It is concise, though it could have used an extra clause to explain the hours parameter or expected result.
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?
With no output schema and an openWorldHint, the description leaves key invocation context unstated: what 'trust evidence' means, how the response is shaped, and what role hours plays. The annotations cover side-effect safety, but not enough for a confident call beyond the default arguments.
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 schema has one parameter, hours, with 0% description coverage, and the description never mentions it. There is no explanation of how hours controls the lookup window or how it relates to 'historical', so the description fails to compensate for the schema gap.
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 names a specific action and resource: it checks historical trust evidence, which distinguishes it from sibling tools that check identity, payment, or status. 'Privacy-safe' adds a qualifier, though 'trust evidence' remains somewhat generic.
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?
There is no guidance about when to use this tool instead of check_identity, check_status, compare_providers, or verify_provider. The historical aspect is implied, but no explicit criteria or exclusions are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_identityCheck IdentityBRead-onlyIdempotentInspect
Check live provider identity evidence.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior. The description adds the 'live' aspect, suggesting real-time or current data, but does not disclose what is returned, whether results vary, or any other behavioral details. No contradiction with annotations.
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 sentence with no filler or repetition. The core action and subject are front-loaded, making it easy to parse quickly.
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?
The tool is simple (no parameters) and the annotations cover safety and idempotency, but the description does not explain the return value or how this differs from verify_provider and other check_* siblings. It provides the core purpose but leaves contextual gaps.
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 tool has zero parameters and schema coverage is 100%, so the schema fully documents the input surface. The baseline of 4 applies; the description does not need to add parameter-level detail.
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 states a clear action ('Check') and a specific resource ('live provider identity evidence'). It is understandable, but it does not differentiate from the sibling verify_provider, and 'identity evidence' is somewhat vague.
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?
No guidance is given about when to use this tool versus alternatives like verify_provider or check_status. The description implies a read-only identity check but provides no context, prerequisites, or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_paymentCheck PaymentARead-onlyIdempotentInspect
Check live x402 contract, readiness, and settlement evidence.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the operation as read-only, idempotent, non-destructive, and open-world. The description adds useful behavioral context by emphasizing 'live', indicating that results reflect current external contract state and readiness rather than cached or static data. It does not contradict the annotations and gives the agent a better sense of what the tool actually does.
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, focused sentence with no filler. It front-loads the core behavior ('Check live x402 contract') and then lists the key result areas concisely, making it easy for an agent to parse quickly.
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 no-input, read-only tool, the description covers the main purpose and key evidence categories. It could add more detail about return format or what 'readiness' specifically entails, but given the low complexity and strong annotations, it 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 has zero parameters, so there is no parameter documentation burden on the description. With 100% schema coverage and no required inputs, the description has nothing to add about parameter semantics; the baseline of 4 applies.
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 names a specific verb ('check') and a specific resource/domain ('live x402 contract, readiness, and settlement evidence'), which clearly distinguishes it from sibling tools like check_history, check_status, and verify_provider. It goes beyond the tautological title 'Check Payment' and tells the agent exactly what aspect of payment is being inspected.
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 when to use the tool: whenever the agent needs live payment contract, readiness, or settlement evidence. However, it does not explicitly state when not to use it or point to a specific alternative, so the usage guidance is implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_statusCheck StatusBRead-onlyIdempotentInspect
Check the authoritative backend status.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so the description doesn't need to repeat safety traits. It adds a small behavioral nuance with 'authoritative', implying this hits the source of truth rather than a cached view, but gives no further details such as response behavior or potential latency.
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 sentence with no waste. Every word earns its place, and the core action and target are 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?
The tool is simple, parameterless, and protected by annotations, but there is no output schema and the description gives no hint of what a status response looks like. An agent knows what the tool does but gets little context about the meaning or format of the status result, leaving some ambiguity given the sibling health/identity/payment checks.
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 tool has zero parameters, so schema coverage is trivially 100%. With no parameters to document, a baseline of 4 is appropriate; the description doesn't need to explain parameter syntax or semantics.
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 ('Check') and resource ('authoritative backend status'), clearly indicating this tool checks overall backend status. It distinguishes from sibling tools like check_history and check_identity by using the qualifier 'authoritative backend status', though it doesn't explicitly name any sibling.
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?
No guidance is given on when to use this tool versus alternatives like check_history, check_identity, or verify_provider. The word 'authoritative' hints that this is the canonical status check, but no explicit when-to-use or when-not-to-use conditions are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_providersCompare ProvidersARead-onlyIdempotentInspect
Compare provider evidence side by side without a fabricated winner or composite score.
| Name | Required | Description | Default |
|---|---|---|---|
| targets | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already convey read-only, idempotent, open-world, and non-destructive behavior. The description adds useful behavioral context by explicitly stating the output will not fabricate a winner or composite score, which informs the agent's expectations beyond the annotations.
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 one concise, front-loaded sentence with no filler. It states the action, object, and a key behavioral constraint efficiently.
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?
The tool is simple, has one parameter, and annotations cover safety and idempotency. However, the description omits the exact meaning of targets and does not describe what the comparison output looks like, so an agent may need additional context to invoke it confidently.
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 only parameter, targets, has no schema description coverage, so the description carries the full burden of explaining it. 'Compare provider evidence' hints that targets refer to providers, but it does not clarify what form targets should take (names, IDs, URLs), leaving the agent to guess.
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 and resource: 'compare provider evidence side by side.' It clearly distinguishes this tool from the sibling verification/checking tools by emphasizing side-by-side comparison, and the phrase 'without a fabricated winner or composite score' adds useful non-evaluative intent.
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 the tool is for comparing provider evidence side by side, but it does not explicitly say when to use it over verify_provider or the check_* tools, nor does it mention any exclusions. Usage is inferable but not stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_providerVerify ProviderARead-onlyIdempotentInspect
Verify a provider before using it. Live evidence only; unknown stays unknown.
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already indicate readOnly, idempotent, openWorld, and non-destructive. The description adds a useful behavioral nuance beyond those flags: 'Live evidence only; unknown stays unknown.' This tells the agent the tool does not fall back to stale data or fabricate a result, which is valuable behavioral context for a verification tool.
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?
Two short sentences carry the full meaning with no filler. The primary instruction is front-loaded, and the behavioral constraint ('Live evidence only; unknown stays unknown') is tightly packed and memorable.
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?
The tool is simple and its annotations cover safety and world semantics, but with no output schema and no parameter documentation, the description should explain what the result looks like or what 'verify' returns. The 'unknown stays unknown' line hints at the outcome, but the agent still lacks a clear picture of the return value and target format.
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 only has one parameter, target, but schema description coverage is 0% and the description does not explain what 'target' should contain (e.g., an address, ID, URL, or name). The tool name and description imply provider identification, but the agent is left to guess the exact format and semantics.
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 states a specific action ('verify') and a resource ('a provider'), and adds a timing constraint ('before using it'). It does not explicitly name or contrast sibling tools, so it misses the top tier for sibling differentiation, but the purpose is 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?
'Verify a provider before using it' gives an explicit context for when to call this tool. It does not enumerate when not to use it or name alternatives like check_history or check_status, but the 'before using it' guidance is a clear enough trigger for an agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
6 tool updates
- First observed
check_history - First observed
check_identity - First observed
check_payment - First observed
check_status - First observed
compare_providers - First observed
verify_provider
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Evidence-first trust verdicts for AI-agent services — query one before you transact.
Independent AI-agent reviews: trust checks, evidence scorecards, incident registry, recommendations.
Source-traced evidence research for AI agents. We organise the evidence; you decide.
Verify AI outputs against real sources. Returns a trust signal and permanent doc number.
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables AI agents to verify technical claims against supplied evidence, identify unsupported assumptions and contradictions, and recommend the smallest next check before acting.5MIT
- AlicenseNot gradedqualityBmaintenanceEnables agents to verify claims with evidence-based truth scores and confidence levels by running a deterministic pipeline of evidence lanes and adversarial checks.22MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to get read-only trust verdicts on knowledge records by evaluating evidence maturity, provenance, intended use, risk level, and scope before deciding whether knowledge may be used.MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to query cryptographically verified facts with zero-knowledge proofs, selective disclosure, and tamper-evident provenance.5851Apache 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each check_* tool targets a distinct evidence domain (history, identity, payment, status), while compare_providers and verify_provider operate at a higher level. There is slight potential for verify_provider to be mistaken as a redundant aggregate of the checks, but the descriptions clarify its live-evidence role.
All tool names follow a consistent verb_noun snake_case convention, such as check_history, check_identity, compare_providers, and verify_provider. There are no mixed naming styles or vague verbs, and each name clearly signals its action and object.
Six tools is well-scoped for a provider-trust verification server. Each check covers a necessary evidence category, and the two higher-level tools add comparison and final verification without unnecessary bloat.
The tool set covers the core verification workflow: historical evidence, identity, payment/contract readiness, backend status, side-by-side comparison, and final provider verification. Agents can complete a full trust-assessment flow without obvious dead ends or missing critical operations.