Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

JSON Repair & Agent Utilities

com.pythonanywhere.cryptopulse/json-repair

Repair malformed JSON, DNS lookup, extract URLs, base64, case, hash, time. Pay per call USDC Base.

Uptime
100.0%
2 direct probes · 30d
Response
591ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

crypto_market_pulse

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.

usdc_on_base_stats

Real-time USDC-on-Base transfer analytics (transfer count, volume, unique senders/recipients over recent blocks). Payment: $0.005 USDC on Base via x402.

crypto_market_pulse_sample

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.

json_repair

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.

dns_lookup

DNS lookup for a host: A/AAAA records (pure compute). Payment: $0.001 USDC on Base via x402.

extract_urls

Extract all unique http(s) URLs from arbitrary text. Payment: $0.001 USDC on Base via x402.

crypto_price

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.

base_chain_snapshot

Base mainnet chain snapshot: block height, gas price gwei, network. Payment: $0.001 USDC on Base via x402.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "json_repair_&_agent_utilities": {
      "url": "https://cryptopulse.pythonanywhere.com/mcp-json",
      "transport": "streamable-http"
    }
  }
}