Teppi
Server Details
Check what a paid x402 endpoint or MCP server delivered, from probes anyone can repeat.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolscheck_gradeWhat has been verifiedARead-onlyInspect
Return what has been verified about an x402 endpoint or its url: whether it answers, what it charges, and whether that price has moved. Answers unrated rather than guessing when the evidence is thin. Works for endpoints Teppi does not operate.
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_url | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds meaningful behavioral context beyond the annotations: it states that the tool 'Answers unrated rather than guessing when the evidence is thin', disclosing how it handles uncertainty. The readOnlyHint and openWorldHint annotations already cover the read-only and open-world aspects, and the description does not contradict them.
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 compact and front-loaded: the first sentence states what the tool returns, the second explains its uncertainty behavior and scope. Every clause earns its place, with no wasted or redundant phrasing.
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 read-only tool, the description covers the core purpose, the input semantics, the behavioral stance on uncertain evidence, and the applicable endpoint scope. Since there is no output schema, the description still provides enough about the returned verification aspects for an agent to select and invoke the tool 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 schema has 0% description coverage and only exposes the parameter name 'id_or_url', but the description compensates by clarifying that the value is an x402 endpoint or its URL. This gives the agent the domain-specific meaning needed to populate the argument correctly, though it does not elaborate on format nuances beyond the schema's length constraints.
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 verb ('Return') and a specific resource ('what has been verified about an x402 endpoint or its url'), and enumerates the concrete attributes returned: whether it answers, what it charges, and whether the price has moved. It also sets itself apart from typical capability-listing tools by focusing on verification status rather than capabilities, and the 'Works for endpoints Teppi does not operate' clause further scopes the tool.
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 usage context by saying it works for endpoints Teppi does not operate, which helps an agent choose this tool for non-Teppi x402 endpoints. However, it does not explicitly name sibling alternatives or state when not to use this tool, so the routing guidance is present but not fully explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_capabilityOne capability in fullARead-onlyInspect
Full detail for one capability: schemas, pricing, networks, the seller behind it, and every observation recorded against it.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and open-world behavior. The description adds useful behavioral context by specifying exactly what will be returned: schemas, pricing, networks, seller details, and all recorded observations. This is consistent with the annotations and adds value beyond them.
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 immediately states the scope ('Full detail for one capability') followed by a compact, informative list. There is no filler, repetition, or unnecessary prose.
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 read-only get-by-id tool, the description explains the return content well enough, and the annotations cover safety. It could be more complete by explicitly linking the id parameter to the capability being fetched, but the overall definition is sufficient for an agent to select and invoke the 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 has one required parameter, id, with 0% description coverage, yet the description never mentions the id parameter or how to supply it. The pattern in the schema provides format information, but the description itself adds no parameter semantics; the connection to 'one capability' is only indirect.
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 action: retrieve full detail for one capability, and enumerates the included content areas (schemas, pricing, networks, seller, observations). It implicitly distinguishes itself from search_capabilities by emphasizing a single entity, but it does not explicitly contrast with 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?
The intended usage is implied: use this tool when you need comprehensive information about a specific capability, presumably after identifying it through a search. No explicit when-to-use or when-not-to-use guidance is given, and no alternatives are named.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
plan_routePlan a routeARead-onlyInspect
Turn a goal and a budget into an ordered list of paid endpoints that could reach it, with a cost estimate and what has been verified about each step. Moves no money and buys nothing: it returns the plan for you to run yourself.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| min_grade | No | ||
| budget_usd | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description reinforces this by saying it 'Moves no money and buys nothing.' It adds meaningful behavioral context about what the tool returns: ordered list, cost estimate, and verification state per step. This goes beyond the annotations and helps the agent set expectations.
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 only two sentences, front-loaded with the core function and output, followed by a necessary clarification about non-execution. There is no filler or redundancy; every sentence earns its place.
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 there is no output schema, the description does a good job enumerating what the return value contains: ordered paid endpoints, cost estimate, and verified-step details. It also clarifies side-effect behavior. Minor gaps remain around parameter meaning, but the overall tool behavior is sufficiently described for an agent to use it correctly.
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 0%, so the description must compensate, but it only mentions 'goal' and 'budget' at a high level. It does not explain the min_grade parameter at all, nor the budget_usd decimal-string format, nor how goal language or grade filtering affects the plan. This leaves a required and an optional parameter underspecified.
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 verb ('Turn') and resource ('a goal and a budget' into a route), and clearly defines the result as an ordered list of paid endpoints with cost estimate and verification details. It also explicitly distinguishes planning from executing by saying 'returns the plan for you to run yourself.' This is clear and differentiates from the sibling tools around capabilities and grades.
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 clear context: use this when you have a goal and budget and need an ordered plan of paid endpoints. It also implicitly excludes execution by stating 'Moves no money and buys nothing: it returns the plan for you to run yourself.' However, it does not explicitly name alternatives or state when not to use it versus siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_capabilitiesSearch paid capabilitiesARead-onlyInspect
Search paid agent capabilities by task description. Returns the price, the input and output schemas, the networks each one settles on, and what has been verified about it. Sort by verified to put the ones with the most evidence behind them first. Use before paying an x402 endpoint you have not used.
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| query | Yes | ||
| max_usd | No | ||
| network | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true, lowering the burden on the description. The description adds valuable behavioral context by specifying the returned fields (price, schemas, networks, verification) and the verified-first sort behavior. It does not contradict the annotations, though it omits details like pagination or open-world result semantics.
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 four sentences with no filler: purpose, return payload, sort guidance, and usage trigger each occupy one sentence. It is front-loaded and every clause adds information.
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 read-only search tool with no output schema, the description covers the primary use case and return behavior well. However, with five parameters and zero schema-level documentation, the missing explanations for max_usd, network, and limit leave notable gaps for an agent trying to invoke it correctly.
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?
With schema description coverage at 0%, the description must compensate for parameter meaning. It hints at query through 'by task description' and at sort through 'Sort by verified', but leaves limit, max_usd, and network unexplained, including their format constraints.
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 verb ('Search') with a concrete resource ('paid agent capabilities') and a clear search criterion ('by task description'). It also lists what is returned and the scenario where it should be used, making its purpose unambiguous and distinguishable from siblings like get_capability.
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?
Provides an explicit trigger: 'Use before paying an x402 endpoint you have not used.' However, it does not name alternatives or state when not to use it, so it stops short of a perfect 5.
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.
4 tool updates
- First observed
check_grade - First observed
get_capability - First observed
plan_route - First observed
search_capabilities
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
Live x402 endpoint trust/diligence check before you pay it. $0.02/call via x402.
Conformance checker for MCP servers. Free, no key, verdicts recomputable and re-measured daily.
Independent health, price and history for x402/MPP endpoints. Metered over x402; free grade on web.
We buy from x402 endpoints with real USDC and publish delivery outcomes. Check before you spend.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceFree x402 endpoint checker plus paid report and metadata tools. Remote MCP server for agents. Written by AI named Nock, not a human.-

ScrapeCheck MCPofficial
AlicenseAqualityBmaintenanceMCP server that verifies scraped web data by re-fetching source pages and returning ed25519-signed pass, fail, or unverifiable verdicts, with x402 in-band payment.3MIT- AlicenseAqualityAmaintenanceMCP server for on-demand network diagnostics, providing DNS lookups with DNSSEC checks, ping, traceroute, TCP port checks, HTTP checks, TLS certificate inspection, WHOIS, and ASN lookups.10MIT
- FlicenseNot gradedqualityBmaintenanceMCP server for creating cryptographically signed and timestamped evidence of public web/API responses, with offline verification of attestations and paid access via x402.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clear primary role: searching, retrieving details, grading endpoints, and route planning. check_grade and get_capability both surface verification data, but the former targets arbitrary endpoint URLs while the latter is for known catalog capabilities, so they are distinguishable.
All tool names follow a consistent verb_noun pattern: check_grade, get_capability, plan_route, search_capabilities. The naming is predictable and clearly signals what each tool does.
Four tools is a focused, well-scoped set for the server's purpose of discovering, evaluating, and planning paid endpoints. Each tool covers a distinct part of the workflow without unnecessary duplication.
The tool surface covers the full read-side workflow: search to discover capabilities, get_capability for deep detail, check_grade for endpoint verification, and plan_route for constructing a budgeted path. The explicit no-execution design is consistent with the stated purpose, so there are no obvious dead ends.