INDIVIDUAL MCP TOOL
usdc_on_base_stats
Real-time USDC-on-Base transfer analytics (transfer count, volume, unique senders/recipients over recent blocks).
LIVE ENDPOINT
https://baseusdcearn.pythonanywhere.com/mcp
Connect to this endpoint to inspect the live schema for usdc_on_base_stats and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
crypto_market_pulse— Live crypto market pulse + Base mainnet chain snapshot (BTC/ETH/SOL/USDC prices with 24h change, block height, gas price).crypto_market_pulse_sample— FREE sample of the paid crypto market pulse output (no payment required).json_repair— Deterministically repair malformed JSON from LLM output (strip code fences, fix trailing commas / single quotes / unquoted keys, balance braces).dns_lookup— DNS lookup for a host: A/AAAA records (pure compute).extract_urls— Extract all unique http(s) URLs from arbitrary text.crypto_price— Live USD price + 24h change + market cap for any crypto symbol (btc, eth, sol, usdc, doge, xrp, ada, link, …).base_chain_snapshot— Base mainnet chain snapshot: block height, gas price gwei, network.