INDIVIDUAL MCP TOOL
crypto_market_pulse
Live crypto market pulse + Base mainnet chain snapshot (BTC/ETH/SOL/USDC prices with 24h change, block height, gas price).
LIVE ENDPOINT
https://cryptopulse.pythonanywhere.com/mcp-json
Connect to this endpoint to inspect the live schema for crypto_market_pulse and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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://cryptopulse.pythonanywhere.com/mcp-json"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crypto-market-pulse-base-usdc-stats": {
"type": "http",
"url": "https://cryptopulse.pythonanywhere.com/mcp-json"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crypto-market-pulse-base-usdc-stats
Remote MCP URL: https://cryptopulse.pythonanywhere.com/mcp-json
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://cryptopulse.pythonanywhere.com/mcp-json"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crypto-market-pulse-base-usdc-stats": {
"type": "http",
"url": "https://cryptopulse.pythonanywhere.com/mcp-json"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crypto-market-pulse-base-usdc-stats",
"transport": "streamable-http",
"url": "https://cryptopulse.pythonanywhere.com/mcp-json"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
usdc_on_base_stats— Real-time USDC-on-Base transfer analytics (transfer count, volume, unique senders/recipients over recent blocks).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.