Developer Tools
baseusdcearn.pythonanywhere.com
Provides a mix of cryptocurrency market data, USDC analytics, JSON repair, and DNS lookup utilities for developers.
ENDPOINT 1
https://baseusdcearn.pythonanywhere.com/mcp
MCP server metadata
- Name
- Crypto Market Pulse & Base USDC Stats
- Version
- 1.4.0
Known tools 8
crypto_market_pulseLive crypto market pulse + Base mainnet chain snapshot (BTC/ETH/SOL/USDC prices with 24h change, block height, gas price).
Inferred read-onlyusdc_on_base_statsReal-time USDC-on-Base transfer analytics (transfer count, volume, unique senders/recipients over recent blocks).
Potential side effectscrypto_market_pulse_sampleFREE sample of the paid crypto market pulse output (no payment required).
Potential side effectsjson_repairDeterministically repair malformed JSON from LLM output (strip code fences, fix trailing commas / single quotes / unquoted keys, balance braces).
Inferred read-onlycrypto_priceLive USD price + 24h change + market cap for any crypto symbol (btc, eth, sol, usdc, doge, xrp, ada, link, …).
Inferred read-onlybase_chain_snapshotBase mainnet chain snapshot: block height, gas price gwei, network.
Inferred read-onlyCONNECT 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.
pythonanywhere.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.