← Registry

Developer Tools

baseusdcearn.pythonanywhere.com

Provides a mix of cryptocurrency market data, USDC analytics, JSON repair, and DNS lookup utilities for developers.

x402 supported1 endpoint8 known toolsFirst detected August 18, 2026Last detected August 19, 2026

ENDPOINT 1

https://baseusdcearn.pythonanywhere.com/mcp

No auth detected

MCP server metadata

Name
Crypto Market Pulse & Base USDC Stats
Version
1.4.0
Capabilities
tools

Known 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).

Inferred read-only
usdc_on_base_stats

Real-time USDC-on-Base transfer analytics (transfer count, volume, unique senders/recipients over recent blocks).

Potential side effects
crypto_market_pulse_sample

FREE sample of the paid crypto market pulse output (no payment required).

Potential side effects
json_repair

Deterministically repair malformed JSON from LLM output (strip code fences, fix trailing commas / single quotes / unquoted keys, balance braces).

Inferred read-only
dns_lookup

DNS lookup for a host: A/AAAA records (pure compute).

Inferred read-only
extract_urls

Extract all unique http(s) URLs from arbitrary text.

Inferred read-only
crypto_price

Live USD price + 24h change + market cap for any crypto symbol (btc, eth, sol, usdc, doge, xrp, ada, link, …).

Inferred read-only
base_chain_snapshot

Base mainnet chain snapshot: block height, gas price gwei, network.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.crypto-market-pulse-base-usdc-stats]
url = "https://baseusdcearn.pythonanywhere.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "crypto-market-pulse-base-usdc-stats": {
      "type": "http",
      "url": "https://baseusdcearn.pythonanywhere.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: crypto-market-pulse-base-usdc-stats
Remote MCP URL: https://baseusdcearn.pythonanywhere.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "crypto-market-pulse-base-usdc-stats": {
      "url": "https://baseusdcearn.pythonanywhere.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crypto-market-pulse-base-usdc-stats": {
      "type": "http",
      "url": "https://baseusdcearn.pythonanywhere.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crypto-market-pulse-base-usdc-stats",
  "transport": "streamable-http",
  "url": "https://baseusdcearn.pythonanywhere.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for pythonanywhere.com was fetched 2026-08-19T20:12:29.759Z.

Trust status Trusted

pythonanywhere.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.