legit
Server Details
Trust scores and organic demand intelligence for x402 agents
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
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 4 of 4 tools scored.
Each tool has a distinct purpose: check_trust for a single merchant report, compare_merchants for head-to-head comparison, get_badge_url for generating embeddable badges, and leaderboard for top merchants. There is no overlap that would cause an agent to select the wrong tool.
Most tools follow a verb_noun pattern (check_trust, compare_merchants, get_badge_url), but 'leaderboard' is a bare noun, breaking the pattern slightly. The inconsistency is minor and the names remain clear and predictable.
Four tools is an appropriate size for a focused trust-check service. Each tool covers a necessary function without bloat or redundancy.
The tool surface covers the core domain: single trust checks, comparisons, badge generation, and top-merchant discovery. No obvious missing operations for a read-only trust service.
Available Tools
4 toolscheck_trustAInspect
Trust report for one merchant: 0-100 score, letter grade, uptime, median latency and a plain-English explanation. Accepts Algorand, EVM or Solana addresses, or an https URL.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Merchant address (Algorand / EVM / Solana) or https URL |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses the exact output contents (score, grade, uptime, latency, explanation) and input formats, giving a solid account of behavior. However, it does not mention potential error handling or response format, though these are not critical for a simple read-only lookup.
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 two concise sentences. The first sentence front-loads the purpose and output details, while the second specifies input types. Every word contributes useful information, with no redundancy or fluff.
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 single-parameter tool with no output schema, the description provides a complete picture: what it does, what it returns (specific metrics), and what inputs it accepts. It is sufficient for an agent to select and invoke the tool correctly without additional context.
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 description already covers the parameter fully (100% coverage), stating the supported address formats. The tool description adds minimal new meaning—it essentially restates the same formats ('Algorand, EVM or Solana addresses, or an https URL') without additional syntax or usage details. Baseline 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 states the tool produces a 'trust report' for a single merchant, specifying the output metrics (0-100 score, letter grade, uptime, median latency, explanation). This distinguishes it from siblings like 'compare_merchants' (comparison) and 'leaderboard' (ranking), making its purpose unambiguous.
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 a single merchant lookup with 'for one merchant' and lists accepted input types, but does not explicitly contrast with sibling tools or mention when not to use it. The context is clear enough for selection, but lacks explicit exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_merchantsAInspect
Head-to-head trust comparison of 2-5 merchant addresses. Returns the winner address and a one-sentence rationale.
| Name | Required | Description | Default |
|---|---|---|---|
| addresses | Yes | 2-5 merchant addresses to compare |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of disclosing behavior. It states the input (2-5 addresses) and output (winner + rationale), which is useful. However, it does not disclose tie-breaking logic, how trust is computed, error handling, or whether the operation is read-only. Given the absence of annotations, this is a moderate gap, so a score of 3 is appropriate.
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, front-loaded sentence that states the core function and expected output. Every phrase adds value—'head-to-head', '2-5', 'winner address', and 'one-sentence rationale' are all informative. There is no superfluous content, making it highly concise.
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 tool with one parameter and no output schema, the description provides enough context for an agent to invoke it correctly: what to pass (addresses), the count constraints, and what to expect back (winner + rationale). It leaves out minor edge-case behaviors (ties, invalid addresses), but these are not critical for basic usage given the tool's simplicity. The sibling context also helps set expectations.
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 100% of the parameter ('addresses' with min/max items and description). The tool description adds no new information about the parameter beyond what the schema already provides. With high schema coverage, the baseline is 3, and no additional meaning is provided, so it stays at 3.
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 the tool's function: 'Head-to-head trust comparison of 2-5 merchant addresses.' It includes a specific verb ('comparison'), resource ('merchant addresses'), and scope ('2-5'), differentiating it from siblings like check_trust (single check) and leaderboard (ranking). It also mentions the output ('winner address and a one-sentence rationale'), making the purpose unambiguous.
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 this tool: when you need a side-by-side trust comparison of 2-5 addresses and a winner. It does not explicitly reference alternatives or exclusions, but the '2-5' constraint and 'head-to-head' context clearly distinguish it from check_trust (single) and leaderboard (broad ranking). No misleading guidance is present.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_badge_urlAInspect
Embeddable LEGIT trust-badge SVG URL for a merchant, plus a ready-to-paste HTML snippet for the merchant's site.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Merchant address (Algorand / EVM / Solana) or https URL |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It states the return value (URL + snippet) but does not disclose side effects, authentication needs, or error behavior. For a getter, this is acceptable but not fully transparent.
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 that is front-loaded with the core purpose and includes essential return info. No wasted words or redundant 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, the description adequately explains what it returns (URL + HTML snippet). However, it could mention format or error cases, but the simplicity makes it fairly 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?
Schema description coverage is 100% for the single 'address' parameter. The description adds 'merchant' context but does not meaningfully expand on the schema's already-detailed address format description.
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 ('get') and resource ('badge URL') and clearly distinguishes itself from sibling tools like check_trust and leaderboard by mentioning the embeddable SVG URL and HTML snippet.
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 when a merchant needs a trust-badge URL but provides no explicit when-to-use or alternatives. The sibling contexts suggest different purposes, but no exclusions or guidance are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
leaderboardAInspect
Top merchants by trust score, optionally filtered to one network (e.g. base-mainnet, algorand-mainnet, solana-mainnet).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (1-50, default 10) | |
| network | No | Optional exact-match network filter |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden. It only states the core function and gives network examples, but does not disclose output format, default behavior, or any side effects. This is minimal for a tool that returns a list.
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 purpose and includes useful examples. Every word earns its place, with no redundancy.
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?
Given the low complexity and the complete input schema, the description sufficiently covers the main use case. The lack of an output schema and the absence of any description of the return structure leaves a small gap, but it is not critical for this simple read tool.
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 provides 100% coverage for both limit and network. The description adds value beyond the schema by giving concrete network examples (base-mainnet, algorand-mainnet, solana-mainnet), which clarifies valid values for the network parameter.
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 identifies the resource (top merchants) and metric (trust score), which distinguishes it from sibling tools like check_trust and compare_merchants. However, it lacks an explicit verb such as 'list' or 'retrieve', making it a noun phrase rather than a full action statement.
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 network filter examples provide some usage context, but there is no explicit guidance on when to use this tool versus alternatives like check_trust or compare_merchants. The usage is implied rather than clearly stated.
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
- AlicenseAqualityDmaintenanceTrust scoring, scam detection, and EAS attestations for ERC-8004 + x402 agents on Base.Last updated18691MIT
- Alicense-qualityCmaintenanceAgent network intelligence for trust verification, broker discovery, and capability matching. Ed25519 identity, graph-based trust scoring, USDC payments, and MCP tools for agent registration, search, and trust attestation.Last updated3,7315MIT
- Alicense-quality-maintenanceProvides AI agents with trust scoring and reputation management capabilities for secure interactions. Enables agents to check trust scores, rate interactions, and manage disputes before transacting with other agents.Last updated
- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.Last updated16