# CryptoPulse Data API (remote · cryptopulse.saascloud.ai)

Pay-per-call crypto market intelligence for AI agents. USDC on Base via x402.

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

## Components

- remote · `cryptopulse.saascloud.ai`: 58/100 (this document), [markdown](https://verifymcp.io/servers/ai-saascloud-cryptopulse/cryptopulse.md), [page](https://verifymcp.io/servers/ai-saascloud-cryptopulse/cryptopulse)

## Channel facts

- Endpoint: `https://cryptopulse.saascloud.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-03.

- **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 11 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1068 tokens (~97/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http ai-saascloud-cryptopulse https://cryptopulse.saascloud.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-saascloud-cryptopulse]
url = "https://cryptopulse.saascloud.ai/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add ai-saascloud-cryptopulse --url https://cryptopulse.saascloud.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-saascloud-cryptopulse:
    url: "https://cryptopulse.saascloud.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-saascloud-cryptopulse": {
      "type": "http",
      "url": "https://cryptopulse.saascloud.ai/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-03 (score 58)

First indexed and scored.

## MCP tools (11)

### `price` (~88 tokens)

[$0.002 USDC per call via x402] Spot prices for one or more cryptocurrencies in any fiat/crypto quote currency. Comma-separated CoinGecko ids.

Input parameters:

- `ids` (string, required): Comma-separated CoinGecko coin ids, e.g. bitcoin,ethereum,solana
- `vs` (string): Quote currency (default usd), e.g. usd, eur, btc

### `trending` (~40 tokens)

[$0.002 USDC per call via x402] Top trending cryptocurrencies right now (most-searched coins, with rank, price and 24h change).

### `fear_greed` (~38 tokens)

[$0.002 USDC per call via x402] Current Crypto Fear & Greed Index value and classification, plus previous day for trend.

### `gas` (~51 tokens)

[$0.002 USDC per call via x402] Live gas price (wei and gwei) for Base or Ethereum mainnet from public RPC.

Input parameters:

- `chain` (string): base (default) or ethereum

### `ohlc` (~111 tokens)

[$0.005 USDC per call via x402] OHLC candlestick data for any CoinGecko coin id (1, 7, 14, 30, 90, 180, 365 days).

Input parameters:

- `days` (string): 1 | 7 | 14 | 30 | 90 | 180 | 365
- `id` (string, required): CoinGecko coin id, e.g. bitcoin
- `vs` (string): Quote currency (default usd)

### `token_pairs` (~72 tokens)

[$0.01 USDC per call via x402] DEX trading data for a token: pairs, price, liquidity, volume, 24h txns/change across DEXes. Search by symbol, name, or contract address.

Input parameters:

- `q` (string, required): Token symbol, name, or contract address

### `token_risk` (~97 tokens)

[$0.02 USDC per call via x402] Token security / rug-pull risk check for any ERC-20 (honeypot, mintable, owner privileges, tax, LP holders). Essential pre-trade safety check for trading agents.

Input parameters:

- `address` (string, required): ERC-20 token contract address (0x...)
- `chain` (string): base | ethereum | bsc | polygon | arbitrum (default base)

### `yields` (~138 tokens)

[$0.02 USDC per call via x402] Top DeFi yield opportunities: highest-APY pools filtered by chain and minimum TVL, with project, symbol, APY breakdown and stablecoin flag. Data from DefiLlama.

Input parameters:

- `chain` (string): Chain name, e.g. Base, Ethereum, Solana, Arbitrum (default Base)
- `limit` (string): Max pools to return (default 10, max 50)
- `min_tvl` (string): Minimum pool TVL in USD (default 1000000)
- `stable_only` (string): true = only stablecoin pools

### `token_score` (~122 tokens)

[$0.05 USDC per call via x402] Composite 0-100 buy-safety score for any token: combines contract security analysis (honeypot, taxes, ownership risks) with live market depth (liquidity, volume, activity) into a single verdict: avoid | high-risk | caution | ok | strong. One call answers 'should my agent touch this token?'

Input parameters:

- `address` (string, required): Token contract address (0x...)
- `chain` (string): base | ethereum | bsc | polygon | arbitrum (default base)

### `screener` (~190 tokens)

[$0.10 USDC per call via x402] Token screener: trending or newly-launched pools on a chain, filtered by minimum liquidity and 24h volume, with optional on-chain safety screening (drops honeypots and balance-modifiable tokens). Returns ranked opportunities with price, liquidity, volume, buys/sells and safety flags.

Input parameters:

- `limit` (string): Max results (default 10, max 20)
- `min_liquidity` (string): Minimum pool liquidity USD (default 50000)
- `min_volume` (string): Minimum 24h volume USD (default 10000)
- `mode` (string): trending (default) or new
- `network` (string): GeckoTerminal network id, e.g. base, eth, solana (default base)
- `safe_only` (string): true = run security screen on Base tokens and drop dangerous ones

### `market_summary` (~59 tokens)

[$0.01 USDC per call via x402] One-call market brief: BTC/ETH/SOL prices with 24h change, Fear & Greed index, and top-5 trending coins. Ideal for agents that need a single snapshot.

## Diagnostics

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

## Score history

- 2026-08-03: 58

## Links

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