LEGIT
Server Details
Trust scores and organic demand intelligence for x402 agents: measured merchant behavior across 20 chains, a free leaderboard, and per-call USDC verdicts on Algorand and Base. Created by GONNA.
- 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 clearly distinct purpose: checking a single merchant, comparing merchants, generating a badge, and viewing a leaderboard. No overlap or ambiguity exists between them.
The first three tools follow verb_noun convention (check_trust, compare_merchants, get_badge_url), but 'leaderboard' is a noun-only exception. Minor deviation, but overall predictable.
With only 4 tools, the set is tightly scoped to the server's purpose of providing trust scores and comparisons. Each tool earns its place, and the small count is a strength for clarity.
The domain is merchant trust evaluation and display. The toolset covers all apparent needs: individual trust reports, head-to-head comparison, embeddable badges, and network-filtered leaderboard. No obvious gaps.
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 burden of disclosing behavior. It does disclose the return contents (score, grade, uptime, latency, explanation) and accepted input types. However, it does not mention potential side effects (e.g., read-only nature, network calls, rate limits) or handling of invalid inputs. The transparency is adequate for a simple read operation but not fully comprehensive.
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 essential purpose ('Trust report for one merchant') and enumerates the outputs in a readable list. Every word adds value, 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 simple one-parameter tool with no output schema, the description is largely complete: it states what the tool does, what it returns, and what inputs it accepts. It could be more complete by clarifying the meaning of the score or how to interpret the explanation, but these are not essential for invoking the tool correctly. The sibling context is not explicitly incorporated, but the description stands on its own.
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 description reiterates the parameter's accepted values ('Algorand, EVM or Solana addresses, or an https URL') which matches the schema description exactly. The description adds no new semantic information beyond the schema, so the baseline score 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 states the tool's function: generating a trust report for a single merchant, including specific output components (0-100 score, letter grade, uptime, median latency, explanation). It also specifies accepted input formats (Algorand, EVM, Solana addresses, or https URL), distinguishing it from siblings like compare_merchants (comparison) and leaderboard (ranking).
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 checking a single merchant's trust report but does not explicitly mention when to use this tool versus the sibling tools. There are no alternative names or exclusion criteria provided. The context is clear enough for a basic scenario, but explicit guidance is missing.
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 transparency burden. It discloses the return value (winner address and rationale) but does not explicitly state whether the operation is read-only or if there are side effects, auth requirements, or rate limits. The read-only nature is implied but not stated.
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, tightly worded sentence that front-loads the core purpose and includes the input range and output format. No filler or redundant repetition.
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 (one parameter, no output schema, no nested objects), the description adequately covers the tool's behavior and output. It fully explains what the tool does and what it returns, which is sufficient for this simple comparison 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 schema already describes the single parameter 'addresses' with the same 2-5 range and purpose, so schema coverage is 100%. The description's phrase 'head-to-head trust comparison' adds some semantic color but does not provide meaningful syntax or formatting details beyond the schema.
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 specifies a clear action ('Head-to-head trust comparison') with a clear resource ('2-5 merchant addresses') and distinct output ('winner address and a one-sentence rationale'). This distinguishes it from sibling tools like check_trust (single address) and leaderboard (ranking).
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 2-5 merchants head-to-head, which gives clear context for when to use it. However, it does not explicitly mention when not to use it or name alternatives, 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.
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 must disclose behavioral traits. It mentions output format (URL and HTML snippet) but does not state side effects, authorization needs, or error handling. For a tool named 'get', read-only is implied but not explicitly disclosed.
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 main output (SVG URL) and then the secondary output (HTML snippet). Every word adds value 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?
For a simple one-parameter tool, the description covers both the input and the return values. Since there is no output schema, the description adequately explains what the tool returns. A brief note on error handling would improve completeness, but it is not critical 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 fully describes the 'address' parameter, and the description adds no additional meaning beyond the schema. Baseline 3 is appropriate since schema coverage is 100%.
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: returning an embeddable SVG badge URL and HTML snippet for a merchant. This distinguishes it from sibling tools like check_trust or leaderboard, which serve different purposes.
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 intended use is implied ('for the merchant's site'), but there is no explicit guidance on when to prefer this over alternatives like check_trust, nor any exclusions or prerequisites.
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 carries the transparency burden. It conveys the main behavior (top merchants by trust score, optional network filter) but does not disclose ordering direction explicitly (though 'top' implies descending trust score), read-only nature, or behavior for invalid networks. For a simple read-only list tool, this is adequate but not rich.
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, concise sentence with examples. No wasted words, and the key information is 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 has only two optional parameters and no output schema. The description is adequate for invocation but does not describe the return format or edge-case behavior. Given the low complexity, this is a minor gap rather than a major omission, but it could be improved by stating what the response contains.
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 already describes both parameters (limit and network), so baseline is 3. The description adds value by giving concrete network examples (base-mainnet, algorand-mainnet, solana-mainnet) and clarifying that network is optional, making parameter usage more actionable.
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 returns top merchants ranked by trust score, optionally filtered by network. It distinguishes itself from siblings like check_trust (individual checks), compare_merchants (comparison), and get_badge_url (badge URL generation).
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 viewing a leaderboard and provides network filter examples, but it does not explicitly state when to use this tool over alternatives or mention exclusions. Given the sibling tools have distinct purposes, the use case is inferred rather than explicit.
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
- AlicenseAqualityAmaintenanceGTM signal intelligence suite for AI agents. Six tools: hiring signals, tech stack detection, company-to-LinkedIn resolution, ICP scoring, job board scanning, and a combined signals aggregator. Built for outbound sales workflows.Last updated111111MIT

industrylens-mcpofficial
Flicense-qualityCmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.Last updated
Sociality MCPofficial
Alicense-qualityDmaintenanceSocial media analytics, post insights, and competitor benchmarking for AI agents.Last updated5MIT- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.Last updated1901MIT