JSON Repair & Agent Utilities
Server Details
Repair malformed JSON, DNS lookup, extract URLs, base64, case, hash, time. Pay per call USDC Base.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
8 toolsbase_chain_snapshotAInspect
Base mainnet chain snapshot: block height, gas price gwei, network. Payment: $0.001 USDC on Base via x402.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It discloses a key behavior: a payment of $0.001 USDC is required via x402. However, it does not address other behavioral aspects such as idempotency, rate limits, or whether the snapshot is real-time or cached. The payment disclosure is valuable but incomplete.
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?
Two sentences deliver the essential purpose and a critical constraint (payment). No unnecessary words. The structure front-loads the core function and appends the cost as a succinct second sentence. Every word 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?
For a tool with no parameters and no output schema, the description adequately covers returns (block height, gas price, network) and a key constraint (payment). It does not specify whether the data is current or historical, or describe the response format, but the core functionality is sufficiently captured for most use cases.
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 tool has zero parameters and 100% schema coverage, so no input parameter documentation is needed. The description compensates by listing the output fields (block height, gas price, network), which indirectly informs the agent about what to expect. This adds value beyond the empty schema, meeting the baseline for parameterless tools.
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 it provides a 'Base mainnet chain snapshot' with specific data (block height, gas price in gwei, network). This distinguishes it from sibling tools like crypto_price or dns_lookup, which are unrelated. The verb 'snapshot' implies retrieval, 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 use when Base mainnet chain data is needed, but provides no explicit guidance on when to prefer this tool over alternatives, nor any exclusions or prerequisites. The payment detail hints at a cost constraint, but it's not framed as a usage rule.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
crypto_market_pulseBInspect
Live crypto market pulse + Base mainnet chain snapshot (BTC/ETH/SOL/USDC prices with 24h change, block height, gas price). Payment: $0.001 USDC on Base via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Optional subsets: market, chain |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It does disclose a critical operational detail—payment of $0.001 USDC on Base via x402—and lists the data returned, which adds value. However, it does not explain what happens on payment failure, rate limits, or other runtime behaviors beyond the data content.
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 extremely concise: two sentences. The first sentence front-loads the core purpose and data scope, while the second clearly states the payment requirement. There is no filler or redundant 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 tool with no output schema and no annotations, the description conveys the key return categories (market prices, 24h change, block height, gas price) and the payment prerequisite. It is adequate for an agent to invoke, though it could be more explicit about the exact output structure or potential error conditions. Given the absence of structured metadata, this is a reasonably complete description.
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 already defines the 'include' parameter with full descriptions ('Optional subsets: market, chain'), so schema coverage is 100%. The description adds context by mapping these subsets to the actual data items (prices, block height, gas price), but it does not introduce new parameter semantics beyond what the schema provides.
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 that the tool provides a live crypto market pulse and Base mainnet chain snapshot, listing specific assets and metrics (BTC/ETH/SOL/USDC prices, 24h change, block height, gas price). It distinguishes from siblings by naming these data points, but lacks an explicit imperative verb like 'get' or 'retrieve', making the purpose slightly implied.
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 provided on when to use this tool versus alternatives such as crypto_market_pulse_sample or usdc_on_base_stats. The description does not mention any exclusions, selection criteria, or scenarios where a sibling tool would be more appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
crypto_market_pulse_sampleAInspect
FREE sample of the paid crypto market pulse output (no payment required). Returns a small live subset: BTC/ETH/SOL/USDC prices + Base chain snapshot.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It transparently discloses that no payment is required and that the output is a 'small live subset', conveying the key behavioral trait of being a free, limited sample. It doesn't note data latency or exact limitations beyond 'small', but that's acceptable for a sample.
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 sentence that front-loads the key fact ('FREE sample'), then lists the contents efficiently. Every word contributes value, with no extraneous detail.
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 zero-parameter tool with no output schema, the description adequately states what is returned (prices + Base chain snapshot). It doesn't specify the structure of the snapshot, but given the tool's simplicity, this is a minor gap rather than a major omission.
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 tool has zero parameters, and the schema is empty, so the description doesn't need to explain any. Baseline for 0 params is 4, and the description adds no parameter-related information, which 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 returns a free sample of the paid crypto market pulse output, listing specific assets (BTC/ETH/SOL/USDC) and a Base chain snapshot. It distinguishes itself from the sibling crypto_market_pulse by explicitly labeling itself as the free sample version.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly says 'FREE sample' and 'no payment required', indicating it is the no-cost alternative to the paid crypto_market_pulse. However, it doesn't explicitly exclude other sibling tools like usdc_on_base_stats or mention when not to use it, so some inference is needed.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
crypto_priceAInspect
Live USD price + 24h change + market cap for any crypto symbol (btc, eth, sol, usdc, doge, xrp, ada, link, …). Payment: $0.001 USDC on Base via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Crypto symbol, e.g. btc, eth, sol, doge. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds useful behavioral context beyond annotations: mentions payment requirement of $0.001 USDC via x402, and the scope of data (USD price, 24h change, market cap). Since no annotations are provided, the description carries full burden. While it discloses monetization, it could be more transparent about rate limits, response format, or error handling (e.g., unsupported symbol).
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 with no waste. The first sentence front-loads the core functionality and supported symbols; the second sentence succinctly adds the critical payment detail. Every word 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 the tool's low complexity (1 simple parameter), the description is nearly complete. It covers purpose, supported inputs, and payment. However, it could briefly mention what happens for unsupported symbols or whether pagination/format details exist, but with no output schema and simple data, the current level suffices.
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 has one parameter with 100% description coverage, already explaining 'symbol' with examples. The description adds value by listing supported symbols (btc, eth, sol, etc.) and clarifying the payment mechanism, which isn't in the schema. This exceeds the baseline of 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 verb 'get' implied by 'Live USD price' and specifies the resource: crypto price with 24h change and market cap. It provides an explicit list of supported symbols (btc, eth, sol, etc.), distinguishing it from sibling tools like crypto_market_pulse or base_chain_snapshot which have different focus.
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 needing live price, 24h change, and market cap for a specific crypto symbol. However, it does not explicitly state when not to use it or mention alternatives among siblings, such as using crypto_market_pulse for broader market analysis or usdc_on_base_stats for USDC-specific data.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
dns_lookupAInspect
DNS lookup for a host: A/AAAA records (pure compute). Payment: $0.001 USDC on Base via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Hostname to resolve (e.g. example.com). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral disclosure burden. It explicitly mentions 'pure compute' (implying no side effects) and the payment requirement ($0.001 USDC via x402), which are important behavioral traits. However, it does not describe the return format or error behavior, though the record types are implied.
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 extremely concise: one sentence for purpose and one for payment/behavior. Every word earns its place, and it is front-loaded with the primary action.
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 is largely complete: it states the purpose, the payment, and the nature ('pure compute'). It could benefit from mentioning the output format or failure modes, but given the low complexity, it is sufficiently complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage with a clear description of 'host'. The tool description adds no additional parameter semantics beyond what the schema already provides, 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 performs DNS lookups for a host, specifying the resource (host) and the exact record types (A/AAAA). This distinguishes it from the sibling tools, which are all unrelated (crypto, URLs, JSON).
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 implicitly provides clear usage context: use this tool when you need to resolve a hostname to A/AAAA records. It does not explicitly mention when not to use it or alternatives, but the purpose itself is clear enough given the unrelated sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
extract_urlsAInspect
Extract all unique http(s) URLs from arbitrary text. Payment: $0.001 USDC on Base via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to extract URLs from. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It does disclose a key behavioral trait: payment of $0.001 USDC via x402, which is a significant cost consideration. However, it doesn't mention return format, error handling, or whether the operation is read-only, leaving some gaps.
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 sentences, front-loaded with the core purpose, and the second sentence conveys essential cost information. No fluff or irrelevant 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 covers the main function and the payment requirement. It implies the output is a list of unique URLs but doesn't explicitly state it or handle edge cases, which is a minor 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 coverage is 100% because the only parameter 'text' is fully described. The description's phrase 'arbitrary text' adds little beyond the schema's 'Text to extract URLs from.' Baseline of 3 applies since the schema does the heavy lifting.
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: 'Extract all unique http(s) URLs from arbitrary text.' It uses a specific verb ('extract') and resource ('URLs'), and its purpose is distinct from sibling tools (crypto market data, DNS lookup, JSON repair).
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 for use (extracting URLs from any text), and the sibling tools are obviously different, implying when to choose this tool. However, it does not explicitly state exclusions or alternatives, so it stops 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.
json_repairAInspect
Deterministically repair malformed JSON from LLM output (strip code fences, fix trailing commas / single quotes / unquoted keys, balance braces). Payment: $0.005 USDC on Base via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Malformed JSON text to repair. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses deterministic behavior, the types of malformations addressed, and payment details (USDC on Base via x402). It does not mention failure modes or return format, but the provided transparency 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?
A single, well-structured sentence with front-loaded purpose, followed by specific examples of repairs and payment information. Every clause adds value with no unnecessary words.
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 purpose, usage context, and payment. It omits the return value format and failure behavior, but given the simplicity and lack of output schema, it is nearly complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers 100% of the parameter descriptions ('text' is described as 'Malformed JSON text to repair'). The description adds behavioral details about what repairs are performed but does not add new semantics for the parameter itself. 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 uses a specific verb 'repair' with a clear resource 'malformed JSON' and context 'from LLM output'. It lists concrete operations (strip code fences, fix trailing commas, single quotes, unquoted keys, balance braces), making it easily distinguishable from the unrelated 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?
It explicitly states the intended use case (repairing LLM output) and provides context for when to invoke it. However, it does not mention alternatives or when not to use it, which would warrant a 5. Since siblings are unrelated, the clear context is sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
usdc_on_base_statsAInspect
Real-time USDC-on-Base transfer analytics (transfer count, volume, unique senders/recipients over recent blocks). Payment: $0.005 USDC on Base via x402.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It discloses that data is real-time and comes from recent blocks, and explicitly states the payment requirement ($0.005 USDC via x402), which is important behavioral context. It does not mention rate limits or auth, but the key operational details are 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 highly concise: two sentences, the first front-loads the core purpose and metrics, the second gives the payment detail. 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 simplicity (no parameters, no output schema, no annotations), the description covers the essential aspects: what data is provided, the timeframe, and the cost. It lacks detail on return structure or error behavior, but for this simple query tool it is reasonably complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, so the baseline is 4. The description adds no parameter-specific information, but none is needed since there are no parameters to explain.
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 provides real-time USDC-on-Base transfer analytics with a specific list of metrics (transfer count, volume, unique senders/recipients). This is a specific, actionable purpose that distinguishes it from sibling tools like market pulse or DNS lookup.
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 usage context is implied by the description: use when you need USDC on Base transfer statistics. However, it does not explicitly mention when not to use it or name alternative tools, so guidance is minimal.
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.
2 tool updates
- Added
base_chain_snapshot - Added
crypto_price
6 tool updates
- First observed
crypto_market_pulse - First observed
crypto_market_pulse_sample - First observed
dns_lookup - First observed
extract_urls - First observed
json_repair - First observed
usdc_on_base_stats
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
Pay-per-call agent tools on Base: market pulse, USDC stats, crypto prices, JSON repair, DNS, URLs.
Pay-per-call (x402/USDC-Base) web + crypto data tools for AI agents: audit, extract, crypto, DeFi.
Repair malformed JSON from LLM/agent output; optional JSON Schema coercion. Free + x402 paid.
13 paid x402 micro-tools, USDC on Base: email audit/grade/templates, hash, JWT, UUID, slug, regex.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceAI powered, self healing JSON validator. Pay/callMIT
- AlicenseAqualityCmaintenanceProvides AI agents with 10 pay-per-call utility tools (QR generation, DNS lookup, OCR, etc.) using USDC on Base via the x402 protocol, with agent's private key never leaving the agent.1167MIT
- FlicenseNot gradedqualityBmaintenanceProvides coding agents with 19 pay-per-call developer utilities, npm supply-chain security checks, and Base blockchain lookups, paid via USDC on Base using x402. No API key needed—payment acts as authentication.61-
- AlicenseNot gradedqualityCmaintenanceA hosted MCP service providing 25 deterministic utility tools, each paid per call through Base-USDC x402 and requiring the buyer's own compatible wallet for approval.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct purpose: crypto market data, free sample, DNS lookup, URL extraction, JSON repair, and USDC analytics. Even the two crypto tools are differentiated by the free sample variant.
All tool names follow a consistent snake_case pattern with a noun_verb or descriptive style (e.g., crypto_market_pulse, dns_lookup, extract_urls). No mixed conventions.
Six tools is a reasonable count, though the server covers a wide range of utilities from JSON repair to crypto analytics. The count is appropriate but the scope feels slightly scattered.
For a utility server, the coverage is adequate: it provides core functions like JSON repair, DNS lookup, and URL extraction. Minor gaps exist (e.g., no generic text processing), but the stated utilities are well covered.