← cryptopulse.pythonanywhere.com

INDIVIDUAL MCP TOOL

crypto_price

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

cryptopulse.pythonanywhere.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://cryptopulse.pythonanywhere.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for crypto_price 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

cryptopulse.pythonanywhere.com

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"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: crypto-market-pulse-base-usdc-stats
Remote MCP URL: https://cryptopulse.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://cryptopulse.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://cryptopulse.pythonanywhere.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crypto-market-pulse-base-usdc-stats",
  "transport": "streamable-http",
  "url": "https://cryptopulse.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).
  • 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.
  • base_chain_snapshot — Base mainnet chain snapshot: block height, gas price gwei, network.