Vouch
Server Details
Vouch — independently measured reliability scores for MCP tools, not self-reported claims.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsvouch_checkVouch: check a toolAInspect
Get an MCP tool's independently measured trust score before relying on it: real invocation trials, not self-reported metadata. Call this before adding a new MCP server to a project, or when deciding between two tools that do similar things. Look up by tool name, package, or server — free text.
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | A tool name, 'server tool', or package name — free text. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It meaningfully explains that the score is based on 'real invocation trials, not self-reported metadata,' and frames the operation as a read-style lookup ('Get,' 'Look up'). It does not describe output format or score scale, but the provenance and non-self-reported nature of the result are well articulated.
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?
Three sentences, each earning its place: the first states the core value and measurement basis, the second gives usage timing, and the third specifies input format. The most important information is front-loaded and there is no redundant 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 simple one-parameter lookup with no output schema, the description covers what the tool does, how the score is obtained, when to call it, and how to provide input. It could mention the returned score's format or range, but the core information an agent needs to invoke it correctly is present.
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 single parameter is already fully described in the schema ('A tool name, 'server tool', or package name — free text'), and the description adds little beyond repeating the same lookup scope. With 100% schema coverage, 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 names a specific action and resource: 'Get an MCP tool's independently measured trust score.' It also grounds the tool's purpose with concrete details ('real invocation trials, not self-reported metadata') and lookup scope ('tool name, package, or server'), which makes it distinct from the sibling tools vouch_compare and vouch_find.
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 gives clear trigger conditions: call this before adding a new MCP server or when deciding between similar tools. It does not explicitly mention when not to use it or directly contrast it with vouch_compare/vouch_find, but the stated use cases are specific enough for an agent to select this tool in the right situations.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
vouch_compareVouch: compare toolsAInspect
Compare 2-5 MCP tools' measured behaviour side by side before picking one. Call this when weighing alternatives for the same task. Never collapses the comparison into a single ranked number — each tool keeps its own score and tier, and a caveat is surfaced when compared tools weren't measured at the same tier.
| Name | Required | Description | Default |
|---|---|---|---|
| tools | Yes | Tool names, packages, or servers — free text, one per tool. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral disclosure burden. It goes beyond a generic 'compare' by explaining that each tool keeps its own score and tier, that results are not collapsed, and that a caveat is surfaced for mismatched tiers. This is meaningful behavioral detail, though it does not describe the exact output format.
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?
Three sentences, all informative and appropriately front-loaded: what the tool does, when to use it, and an important behavioral caveat. There is no redundant filler or repetition of schema details.
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 one-parameter tool with no output schema and no annotations, the description covers purpose, usage, and key behavioral output semantics (per-tool score/tier, caveat on tier mismatch). It is nearly complete, though it leaves the exact response representation unspecified.
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?
Schema coverage is 100% and the only parameter is already well documented in the schema ('Tool names, packages, or servers — free text, one per tool'). The description reinforces the context but does not add new parameter-level meaning beyond what the input schema provides, so the baseline of 3 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 states a specific action ('compare'), a specific resource ('MCP tools'), and a clear scope ('2-5', 'side by side'). It also conveys what the tool intentionally does not do—collapse results into a single ranked number—which sharply differentiates it from the check/find siblings.
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 says when to call the tool: 'Call this when weighing alternatives for the same task.' This gives clear selection context, though it does not explicitly name sibling alternatives or state when not to use it, so it falls just short of full exclusions guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
vouch_findVouch: find toolsAInspect
Search Vouch's independently measured corpus of MCP tools by free-text query. Call this when choosing an MCP tool for a task and you want options ranked by measured reliability rather than popularity — optionally filtered by measurement tier (deep = full behavioural battery, shallow = schema + sample-call only).
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Restrict to tools measured at this tier. | |
| limit | No | ||
| query | Yes | Free-text search — matches tool name, description, or server name. |
TDQS
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 that this is a search operation, that results are ranked by measured reliability, and it defines what the 'deep' and 'shallow' tier filters mean. It does not mention output format, pagination, or side effects, but the essential behavior is clearly conveyed.
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, well-structured sentence that front-loads the core purpose, then provides use-case context and optional filtering details. There is no repetition of schema information and no filler. Every clause adds value.
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 search tool with three flat parameters and no output schema, the description covers the search intent, ranking behavior, and tier filtering. It does not describe the exact output shape, but the phrase 'options ranked by measured reliability' gives a reasonable expectation. A sibling-tool mention would make it more 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 covers 67% of parameters with descriptions, and the tool description adds meaningful context: it explains the query purpose and defines the tier values. The 'limit' parameter lacks description, though its min/max constraints are visible in the schema. The added tier definitions go beyond the schema, justifying a 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 a specific verb ('Search') and a specific resource ('Vouch's independently measured corpus of MCP tools'), clearly distinguishing this from the sibling tools vouch_check and vouch_compare. The emphasis on 'measured reliability rather than popularity' further differentiates it from generic search tools.
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?
It explicitly states when to call this tool: 'when choosing an MCP tool for a task and you want options ranked by measured reliability'. It gives clear usage context but does not name sibling alternatives or state when not to use it, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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 or an account that owns the GitHub organization, then choose Claim with GitHub.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
Trust checks for MCP servers: trust scores, tool-drift detection, signed diligence receipts. Free.
The evidence layer for MCP: live operational grades plus Trust Receipts for every registry server.
Reproducible benchmarks and reliability evidence for agent tools.
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceA continuous, out-of-band trust and reliability layer for the MCP ecosystem. It fingerprints MCP server tool definitions, detects and classifies drift (e.g., rug pulls) via a severity taxonomy, maintains a hash-chained evidence ledger, and gates CI with SARIF—while also acting as an MCP server itself so agents can check a server's safety before binding.Apache 2.0
- AlicenseAqualityCmaintenanceMCP server for measuring, tracking, scoring, and improving AI agent reliability with tools for recording interactions, scoring reliability, analyzing failures, recommending improvements, generating audit reports, and checking MCP health.8MIT
- AlicenseAqualityNot gradedmaintenanceTrustPilot for APIs, built for AI agents. Independent reliability ratings for APIs and MCP servers — look up trust scores, compare providers side by side, and leave reviews from real agent traffic.31

Agent-Townofficial
AlicenseNot gradedqualityCmaintenanceA neutral verification court for AI tools that ranks MCP servers by executing them against ground truth and recording results. Enables agents to consult execution records, contribute verdicts, and challenge claims.Apache 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a distinct role: vouch_check looks up a single tool's score, vouch_compare compares multiple tools side-by-side, and vouch_find searches the corpus. There is slight overlap between vouch_check and vouch_find since both accept free-text queries, but their intended use cases are clearly differentiated.
All tool names follow a consistent vouch_ + verb pattern: vouch_check, vouch_compare, vouch_find. This makes the set predictable and easy to navigate.
Three tools is well-scoped for this server's purpose: search for options, check one, compare alternatives. Each tool has a clear, non-redundant role and the count feels appropriate without being thin or bloated.
The tool surface covers the full workflow an agent needs when evaluating MCP tools: finding candidates, checking a specific tool's trust score, and comparing multiple tools. No obvious gaps exist for the stated domain.