Anyway Possible Paid Agent Utilities
Server Details
Paid x402 tools for merchant intelligence, Base payment readiness, and verifiable web evidence.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- anyway-possible/public-api
- GitHub Stars
- 0
Available Tools
8 toolsbase_balanceBase Wallet Balance ($0.001 USDC)ARead-onlyInspect
Read native ETH and Circle USDC balances plus current block height for a Base wallet.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, and the description's verb 'Read' aligns. The description adds useful context by specifying exactly what is read (ETH, USDC, block height) and the network (Base), going slightly beyond annotation coverage. It does not mention cost or failure modes, but the title hints at the fee and the read-only profile is fully covered.
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 with no redundant words. Every element contributes to explaining what the tool does and for whom.
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 one parameter, no output schema, and strong read-only annotations, the description provides the essentials: the input (a Base wallet address) and the expected output components (ETH, USDC, block height). It omits specifics like units or return format, but for a simple read tool these are secondary.
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. It implicitly defines the lone `address` parameter as a Base wallet address via 'for a Base wallet,' adding meaning beyond the schema's bare regex pattern. This is sufficient for a single simple parameter, though it could be more explicit about parameter mapping.
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 ('Read') and precise resources ('native ETH and Circle USDC balances plus current block height') for a defined scope ('a Base wallet'). This clearly distinguishes it from the unrelated sibling tools like check_url and merchant_audit, which operate on different domains.
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 does not explicitly name alternatives or provide when-not-to-use guidance, but the strong contextual cue ('Base wallet') and the unrelated sibling names make the intended use case unambiguous. The context is clear enough that an agent will know this is the correct tool for reading Base wallet balances.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
batch_check_urlsBatch URL Check ($0.01 USDC)ARead-onlyInspect
Check up to ten public URLs in one paid call with isolated results for partial failures.
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| expectedStatus | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish read-only and non-destructive behavior. The description adds meaningful extra context: the call is paid, and partial failures return isolated results. It does not cover rate limits or output details, but the incremental behavioral disclosure is valuable.
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 dense sentence that covers scope, cost, batching, and failure isolation without filler. It is front-loaded with the verb and object, making it easy to scan.
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 two-parameter read-only tool with annotations, the description is mostly functional: it explains the core urls parameter, the batch limit, and the paid nature. However, it leaves expectedStatus meaning, the precise meaning of 'check', and the response shape unspecified, and there is no output schema to fill that gap.
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 for parameter meaning. It adds useful context for urls ('public', 'up to ten'), but it completely omits expectedStatus, including its optionality and meaning. An agent would have to infer expectedStatus from the property name and schema 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 clearly states the action ('Check'), the resource ('up to ten public URLs'), and the batching mode ('in one paid call'). It does not explicitly differentiate from siblings like verify_web_evidence, and 'check' leaves the exact nature of the check somewhat implicit.
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 checking multiple public URLs in a single paid call, which gives useful context. However, it provides no explicit guidance on when not to use it or which sibling tool to choose instead, so the agent must infer the appropriate usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_urlURL Check ($0.001 USDC)ARead-onlyInspect
Check one public URL's reachability, HTTP status, latency, redirects, and content type before using it.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| expectedStatus | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare this as a safe, read-only operation (readOnlyHint=true, destructiveHint=false). The description adds useful behavioral detail by enumerating exactly what is measured: reachability, HTTP status, latency, redirects, and content type. It does not contradict 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?
A single sentence that front-loads the action and enumerates all relevant outputs without filler. Every phrase 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?
The tool is simple, has only two parameters, and no output schema, but the description lists all return-relevant signals and the usage context. It is slightly incomplete around the behavior of expectedStatus, but otherwise an agent has enough 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?
Schema description coverage is 0%, so the description must compensate. It clarifies that the URL must be public and singular, but it never names or explains the expectedStatus parameter, which is a documented input. This leaves one of two parameters semantically unexplained.
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 names the exact resource ('one public URL') and the observable properties it returns (reachability, HTTP status, latency, redirects, content type). It also distinguishes itself from batch_check_urls by saying 'one' URL.
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 phrase 'before using it' gives clear context for when the tool is appropriate, and 'one public URL' implies it is for single-URL checks rather than batch operations. However, it does not explicitly name when-not-to-use conditions or direct the agent to batch_check_urls for multiple URLs.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
merchant_auditx402 Merchant Audit ($0.25 USDC)BRead-onlyInspect
Audit listings, semantic rank, competitor prices, payment reliability, buyer reach, and observed Base USDC activity, then return prioritized revenue fixes.
| Name | Required | Description | Default |
|---|---|---|---|
| payTo | Yes | ||
| queries | Yes | ||
| excludePayers | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds useful context by listing the audit dimensions and the return type. However, it does not disclose rate limits, data freshness, or how the $0.25 USDC cost is handled, though these are not contradicted by 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?
One dense sentence that leads with the verb, lists the audit scope, and ends with the expected output. There is no redundancy 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 paid tool with no output schema and no parameter descriptions in the schema, the description omits critical information: the meaning of required parameters, how to structure queries, the response format, and when to use this instead of merchant_snapshot. The title's price hint is not integrated, so the definition is incomplete for reliable invocation.
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 needed to explain payTo, queries, and excludePayers. It mentions none of these parameters. The listed audit topics only weakly hint that queries might be search terms, and payTo/excludePayers remain completely unexplained.
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 opens with a specific action verb ('Audit') and clearly enumerates the resources and dimensions involved: listings, semantic rank, competitor prices, payment reliability, buyer reach, and observed Base USDC activity. It also states the outcome ('return prioritized revenue fixes'). It does not explicitly contrast with sibling tools like merchant_snapshot, so full sibling differentiation is missing.
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 choose this tool over alternatives. The description explains what the tool does but provides no 'use when' conditions, exclusions, or comparisons to sibling tools such as merchant_snapshot or payment_guard.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
merchant_snapshotx402 Merchant Snapshot ($0.05 USDC)ARead-onlyInspect
Score an x402 merchant's discovery, reliability, buyer signals, and observed Base USDC activity, then identify the largest revenue issue.
| Name | Required | Description | Default |
|---|---|---|---|
| payTo | Yes | ||
| queries | Yes | ||
| excludePayers | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already carry the safety profile (readOnlyHint=true, destructiveHint=false), and the description is consistent with that — 'Score' and 'identify' are pure analysis verbs with no mutation implied. The description adds context by referencing on-chain 'observed Base USDC activity', which aligns with openWorldHint=true, and the title discloses a $0.05 USDC invocation cost — meaningful behavioral context beyond the annotations. It does not describe return behavior in detail, but for a read-only analysis tool the disclosure burden is largely met.
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 front-loaded sentence leads with the verb and resource and lists the scoring dimensions efficiently with zero fluff. The title handles the cost disclosure separately. It is appropriately sized, though the compound outcome ('then identify the largest revenue issue') could have been given slightly more structural emphasis.
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?
There is no output schema, so the description bears the burden of explaining return values; it communicates high-level results (a score and a revenue issue) but not their shape or fields. The biggest completeness gap is the unexplained 'queries' parameter, which an agent must populate to invoke the tool correctly. Rich annotations and the title's cost disclosure help, but the missing parameter semantics and return-format detail leave clear 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?
Schema description coverage is 0%, so the description must compensate, but it never defines what 'queries' means — an agent cannot tell whether these are search terms, merchant aliases, or lookup keys, or what format to use. payTo is self-explanatory from its Ethereum-address pattern and excludePayers is clear from its name, but the required queries field is genuinely ambiguous. The description's mention of 'discovery' and 'buyer signals' hints at the purpose of queries but never states it explicitly.
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 ('Score') and a specific resource ('an x402 merchant'), then enumerates the exact scored dimensions: discovery, reliability, buyer signals, and observed Base USDC activity. It also states a clear second outcome ('identify the largest revenue issue'). This clearly differentiates it from siblings like batch_check_urls and treasury_preflight, which target different resources and outputs.
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 explicit when-to-use guidance and no mention of alternatives. Usage is only implied: because the description says what the tool scores, an agent can infer it is for evaluating merchants, but nothing tells it when to prefer merchant_snapshot over batch_check_urls or treasury_preflight, nor when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
payment_guardx402 Payment Guard ($0.01 USDC)BRead-onlyInspect
Validate a live x402 challenge, price, Base network, USDC asset, recipient, funding, gas reserve, and destination immediately before signing.
| Name | Required | Description | Default |
|---|---|---|---|
| serviceUrl | Yes | ||
| payerAddress | Yes | ||
| expectedPayTo | No | ||
| maxAmountUsdc | Yes | ||
| minGasReserveEth | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context by stating the validation is 'live' and includes funding and gas-reserve checks, implying real-world network state is read. It does not mention failure behavior or edge cases, but it does not contradict 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 a single compact sentence, front-loaded with the action ('Validate') and timing ('immediately before signing'). The nine-item list is dense but free of filler. It could be better structured for readability, but it earns no redundancy penalty.
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?
There is no output schema, no per-parameter documentation, and no mention of what the tool returns or how success/failure is signaled. For a security-sensitive payment guard, the agent needs to know whether the result is a boolean, a report, or a signed payload. The description validates a list of concerns but leaves the outcome and follow-up behavior 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?
With 0% schema description coverage, the description carries the burden of explaining parameters. It gestures at 'price,' 'recipient,' 'funding,' and 'gas reserve,' which loosely map to maxAmountUsdc, expectedPayTo, payerAddress, and minGasReserveEth, but it never explicitly defines each parameter, its requiredness, or its exact meaning. The agent is left to infer the mapping, which is risky for a payment guard.
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 ('Validate') and enumerates the exact scopes: challenge, price, Base network, USDC asset, recipient, funding, gas reserve, and destination, with a clear timing constraint ('immediately before signing'). It does not explicitly differentiate from sibling tools such as treasury_preflight, so it falls short of a 5.
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 phrase 'immediately before signing' gives a clear context for when the tool should be used, but the description provides no exclusions or alternatives. An agent cannot determine when payment_guard is preferable to related sibling tools like treasury_preflight or base_balance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
treasury_preflightBase Payment Preflight ($0.02 USDC)BRead-onlyInspect
Check Base ETH and USDC funding, gas, chain intent, destination type, and common payment hazards before signing.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| expectedChainId | No | ||
| minGasReserveEth | No | ||
| plannedSpendUsdc | No | ||
| destinationAddress | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds meaningful detail about what is checked (funding, gas, chain intent, destination type, hazards) beyond the readOnly and destructive annotations. However, it does not disclose output format, error behavior, or whether results are merely advisory, so behavioral transparency remains partial.
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, front-loaded with the verb and resource, and every listed item adds meaning. There is no 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?
With no output schema and no return-value description, the tool's actual result is left unspecified, which is critical for a preflight/decision-support tool. The optional parameters also lack usage guidance, so an agent knows roughly what the tool does but not exactly what to send or what the response means.
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 for parameter-level detail. It only vaguely maps to the fields (funding/gas ≈ mintGasReserveEtth and plannedSpendUsdc, chain intent ≈ expectedChainId), but it never explains string formats, units, decimal precision, or the relationship between 'address' and 'destinationAddress'.
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?
States a specific verb ('Check') and a clear resource: Base ETH/USDC funding, gas, chain intent, destination type, and payment hazards. It clearly conveys what the tool does, though it does not explicitly distinguish itself from the sibling 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?
Provides useful timing context with 'before signing', which tells an agent when to invoke this preflight check. It does not list exclusions or name alternative tools, but the sibling names are distinct enough that the intended use case is reasonably clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_web_evidenceVerify Web Evidence ($0.01 USDC)BRead-onlyInspect
Verify one public URL and return timestamped status, redirects, metadata, content hash, and a receipt.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| expectedText | No | ||
| expectedStatus | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds useful behavioral context by specifying that results are timestamped and that a receipt is produced, plus the implicit restriction to 'public' URLs. However, the $0.01 USDC cost is a significant behavioral trait that is absent from the description and only appears in the title.
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, efficient sentence that front-loads the action and then lists the return payload. There is no redundancy or filler. It could earn a 5 if it had folded in the cost or usage conditions, but as written it is appropriately tight.
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 description explains what the tool returns, which helps given there is no output schema. But it leaves out critical invocation context: how expectedText/expectedStatus affect verification, when to pick this tool over siblings, and the monetary cost (present only in the title). It is adequate but has clear 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 input schema gives only types/formats for url, expectedText, and expectedStatus, with no semantic descriptions, so schema_description_coverage is essentially zero. The description does not explain what expectedText or expectedStatus mean for the verification, nor how they modify the behavior. Only 'url' is implicitly covered by 'one public URL'.
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 ('Verify') with a concrete resource ('one public URL') and enumerates the outputs (timestamped status, redirects, metadata, content hash, receipt). It is clearly not a generic list or snapshot tool, and the singular 'one public URL' helps separate it from the sibling check_urls, though it never names that sibling explicitly.
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 explicit when-to-use or when-not-to-use guidance, and no alternatives are named. The phrase 'one public URL' implies a scope limit but does not tell the agent when to prefer verify_web_evidence over check_urls, snapshot, or archive. The cost signal lives only in the title, not in the description.
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
- Added
base_balance - Added
check_url - Added
merchant_audit - Added
payment_guard
4 tool updates
- First observed
batch_check_urls - First observed
merchant_snapshot - First observed
treasury_preflight - First observed
verify_web_evidence
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
Paid x402 MCP utilities for Base-USDC balances, blocks, gas, HTTPS headers, and agent profile bios.
Paid KYC, AML, and regulatory risk assessment over MCP via x402 USDC micropayments on Base.
37 paid x402 MCP tools for OSINT, prediction markets, web intel, and agent security on Base USDC.
Twenty-two paid x402 and MPP tools for agent discovery, payment safety, data, and DeFi.
Related MCP Servers
- 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.16-
- AlicenseNot gradedqualityBmaintenanceLets AI agents make automated USDC micro-payments on Base mainnet via x402/MPP to unlock clean structured data from URLs and other pay-per-call tools like Markdown reading, security scans, wallet enrichment, and settlement proof, with no API key or subscription.21MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to access premium web intelligence tools like fetching pages as markdown, web search, structured extraction, and deep research, with x402 micropayments.3MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to use pay-per-use web scraping, Base blockchain analytics, and PDF text extraction tools, monetized via x402 USDC micropayments.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Several tools have overlapping purposes: check_url and verify_web_evidence both inspect URLs, merchant_snapshot and merchant_audit both analyze merchants, and payment_guard and treasury_preflight both do pre-signing checks. Descriptions clarify the differences, but an agent could still misselect between these pairs.
Naming conventions are mixed: some tools start with verbs (check_url, verify_web_evidence), others with nouns (base_balance, merchant_audit, payment_guard). The pattern is not chaotic but lacks a consistent verb_noun or noun_verb structure across the set.
Eight tools is a well-scoped count for a paid agent utility server. Each tool represents a distinct capability area—balance, URL checks, merchant analysis, and payment preflight—without feeling bloated or sparse.
The tool set covers URL verification (single, batch, evidence), merchant assessment (snapshot, audit), and Base payment safety (balance, preflight, guard). Minor gaps exist, such as no tool for checking transaction status or on-chain receipt validation, but core workflows are well covered.