# Crypto Market Pulse (remote · cryptopulse.pythonanywhere.com)

Pay-per-call crypto data on Base: market pulse, prices, chain snapshot, USDC stats. x402 USDC.

- Trust score: 59/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-21

## Components

- remote · `cryptopulse.pythonanywhere.com`: 59/100 (this document), [markdown](https://verifymcp.io/servers/com-pythonanywhere-cryptopulse-mcp/cryptopulse.md), [page](https://verifymcp.io/servers/com-pythonanywhere-cryptopulse-mcp/cryptopulse)

## Channel facts

- Endpoint: `https://cryptopulse.pythonanywhere.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.4.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-21.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 78/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 446 tokens (~55/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-pythonanywhere-cryptopulse-mcp https://cryptopulse.pythonanywhere.com/mcp
```

### Codex

```toml
[mcp_servers.com-pythonanywhere-cryptopulse-mcp]
url = "https://cryptopulse.pythonanywhere.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-pythonanywhere-cryptopulse-mcp": {
      "type": "remote",
      "url": "https://cryptopulse.pythonanywhere.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-pythonanywhere-cryptopulse-mcp --url https://cryptopulse.pythonanywhere.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-pythonanywhere-cryptopulse-mcp:
    url: "https://cryptopulse.pythonanywhere.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-pythonanywhere-cryptopulse-mcp": {
      "type": "http",
      "url": "https://cryptopulse.pythonanywhere.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-19 (score 58, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-18 (score 57, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-17 (score 57)

First indexed and scored.

## MCP tools (8)

### `crypto_market_pulse` (~69 tokens)

Live crypto market pulse + Base mainnet chain snapshot (BTC/ETH/SOL/USDC prices with 24h change, block height, gas price). Payment: $0.001 USDC on Base via x402.

Input parameters:

- `include` (array): Optional subsets: market, chain

### `usdc_on_base_stats` (~50 tokens)

Real-time USDC-on-Base transfer analytics (transfer count, volume, unique senders/recipients over recent blocks). Payment: $0.005 USDC on Base via x402.

### `crypto_market_pulse_sample` (~45 tokens)

FREE sample of the paid crypto market pulse output (no payment required). Returns a small live subset: BTC/ETH/SOL/USDC prices + Base chain snapshot.

### `json_repair` (~65 tokens)

Deterministically repair malformed JSON from LLM output (strip code fences, fix trailing commas / single quotes / unquoted keys, balance braces). Payment: $0.005 USDC on Base via x402.

Input parameters:

- `text` (string, required): Malformed JSON text to repair.

### `dns_lookup` (~53 tokens)

DNS lookup for a host: A/AAAA records (pure compute). Payment: $0.001 USDC on Base via x402.

Input parameters:

- `host` (string, required): Hostname to resolve (e.g. example.com).

### `extract_urls` (~45 tokens)

Extract all unique http(s) URLs from arbitrary text. Payment: $0.001 USDC on Base via x402.

Input parameters:

- `text` (string, required): Text to extract URLs from.

### `crypto_price` (~80 tokens)

Live USD price + 24h change + market cap for any crypto symbol (btc, eth, sol, usdc, doge, xrp, ada, link, …). Payment: $0.001 USDC on Base via x402.

Input parameters:

- `symbol` (string, required): Crypto symbol, e.g. btc, eth, sol, doge.

### `base_chain_snapshot` (~39 tokens)

Base mainnet chain snapshot: block height, gas price gwei, network. Payment: $0.001 USDC on Base via x402.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-pythonanywhere-cryptopulse-mcp/cryptopulse#diagnostics

## Score history

- 2026-08-21: 59
- 2026-08-20: 59
- 2026-08-19: 58
- 2026-08-18: 57
- 2026-08-17: 57

## Links

- Remote endpoint: https://cryptopulse.pythonanywhere.com/mcp
- Website: https://cryptopulse.pythonanywhere.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-pythonanywhere-cryptopulse-mcp/cryptopulse.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-pythonanywhere-cryptopulse-mcp/cryptopulse.json
- HTML version of this page: https://verifymcp.io/servers/com-pythonanywhere-cryptopulse-mcp/cryptopulse
