# Crypto Market Intelligence MCP (remote · crypto-intel-mcp-production.up.railway.app)

Crypto prices, market overview, DeFi TVL, whale flows & anomaly scans for trading agents.

- Trust score: 63/100 (medium)
- Change this week: +1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `crypto-intel-mcp-production.up.railway.app`: 63/100 (this document), [markdown](https://verifymcp.io/servers/foundrynet-crypto-intel-mcp/crypto-intel-mcp-production.md), [page](https://verifymcp.io/servers/foundrynet-crypto-intel-mcp/crypto-intel-mcp-production)

## Channel facts

- Endpoint: `https://crypto-intel-mcp-production.up.railway.app/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**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS not yet verified: we couldn't read the response headers to check for it.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but we couldn't connect to verify it.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: 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 foundrynet-crypto-intel-mcp https://crypto-intel-mcp-production.up.railway.app/mcp
```

### Codex

```toml
[mcp_servers.foundrynet-crypto-intel-mcp]
url = "https://crypto-intel-mcp-production.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "foundrynet-crypto-intel-mcp": {
      "type": "remote",
      "url": "https://crypto-intel-mcp-production.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add foundrynet-crypto-intel-mcp --url https://crypto-intel-mcp-production.up.railway.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  foundrynet-crypto-intel-mcp:
    url: "https://crypto-intel-mcp-production.up.railway.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "foundrynet-crypto-intel-mcp": {
      "type": "http",
      "url": "https://crypto-intel-mcp-production.up.railway.app/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-01 (score 63, 0)

- [security regression] Endpoint reachability: reachable → unreachable

### 2026-07-31 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 63, +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-07-27 (score 62, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 61)

First indexed and scored.

## MCP tools (10)

### `price` (~92 tokens)

Get the latest USD price for a cryptocurrency. FREE — the gateway tool
every trading agent needs. Returns the price, 24h change, 24h volume, and
market cap. Accepts a CoinGecko id ("bitcoin") OR a ticker symbol ("BTC").

Input parameters:

- `coin` (string, required): CoinGecko id (e.g. "bitcoin", "ethereum") or symbol (e.g. "BTC").

### `market_overview` (~66 tokens)

Get a snapshot of the crypto market. FREE. Returns the top 20 coins by
market cap (with 24h change), total market cap, BTC dominance, and the
current Fear & Greed index — everything an agent needs to size up sentiment
in one call.

### `price_history` (~172 tokens)

Get the daily price/volume history for a cryptocurrency over the last N
days — for backtesting, charting, and trend analysis.

PAID: $0.01 USDC per query after a daily free allowance. On a 402, pay the
returned Solana memo and re-call with the SAME args plus payment_tx=<signature>.
An Authorization: Bearer fnet_ key bypasses payment.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `coin` (string, required): CoinGecko id (e.g. "bitcoin") or symbol (e.g. "BTC").
- `days`: lookback window in days (1–365, default 30).
- `payment_tx`: Solana tx signature, when re-calling after a 402.

### `whale_alerts` (~199 tokens)

Surface notable crypto flows — coins with unusually large 24h trading
volume and high turnover (volume vs market cap), a proxy for whale activity.
NOTE: this is VOLUME-DERIVED (method="volume_derived"), not raw on-chain
transfer data, which requires a paid whale-tracking API.

PAID: $0.01 USDC per query after a daily free allowance. On a 402, pay the
returned Solana memo and re-call with the SAME args plus payment_tx=<signature>.
An Authorization: Bearer fnet_ key bypasses payment.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `coin`: optional CoinGecko id or symbol to filter to one coin.
- `min_value_usd`: optional minimum 24h volume (USD) floor.
- `payment_tx`: Solana tx signature, when re-calling after a 402.

### `defi_overview` (~183 tokens)

Get DeFi Total Value Locked (TVL) intelligence from DeFiLlama. With a
protocol name, returns that protocol's TVL and 1d/7d changes; otherwise
returns the top protocols by TVL grouped by category, plus total DeFi TVL.

PAID: $0.01 USDC per query after a daily free allowance. On a 402, pay the
returned Solana memo and re-call with the SAME args plus payment_tx=<signature>.
An Authorization: Bearer fnet_ key bypasses payment.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `payment_tx`: Solana tx signature, when re-calling after a 402.
- `protocol`: optional protocol name (e.g. "Aave", "Lido") for a single read.

### `anomaly_scan` (~188 tokens)

Scan the market for anomalies — unusual volume spikes (24h volume vs
market cap), large 24h price moves, and price divergence from the 7d/30d
moving averages. Returns ranked anomalies with a type and severity. The
result carries a MINT provenance attestation so a buyer can verify it.

PAID: $0.02 USDC per query after a daily free allowance. On a 402, pay the
returned Solana memo and re-call with the SAME args plus payment_tx=<signature>.
An Authorization: Bearer fnet_ key bypasses payment.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `coin`: optional CoinGecko id or symbol to scan a single coin (default: market-wide).
- `payment_tx`: Solana tx signature, when re-calling after a 402.

### `token_risk_scan` (~210 tokens)

DeFi Risk Scanner — score any token 0-100 for downside risk by combining
its live price with the broader market read. Flags micro/small-cap risk, thin
liquidity (24h volume vs market cap), extreme volatility (24h move) and an
extreme-fear market regime, then returns a risk_level and a plain-English
recommendation.

PAID: $0.02 USDC per scan after the daily free allowance (50/day). On a 402,
pay the returned Solana memo and re-call with the SAME args plus
payment_tx=<signature>. An Authorization: Bearer fnet_ key bypasses it.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `coin` (string, required): a CoinGecko id (e.g. "bitcoin") or a symbol (e.g. "BTC").
- `payment_tx`: Solana tx signature, when re-calling after a 402.

### `daily_brief` (~246 tokens)

Get the curated daily crypto brief — the biggest 24h gainers and losers,
the Fear & Greed reading, total market cap + BTC dominance, the top DeFi TVL
movers, and flagged anomalies, in one package. Each brief carries a MINT
provenance attestation so a buyer can verify it was produced by this server,
unaltered.

PAID: $15 USDC per brief. Defaults to today (UTC); a brief expires at the next
midnight UTC. On a 402, pay the returned Solana memo and re-call with the SAME
args plus payment_tx=<signature>. An fnet_ Bearer key bypasses payment.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `date`: brief date YYYY-MM-DD (default today, UTC).
- `payment_tx`: Solana tx signature, when re-calling after a 402.
- `stripe_token`: Stripe Checkout Session id (cs_…), when re-calling after paying the Stripe payment link (alternative to x402). Can also be supplied via the X-Stripe-Token header.

### `brief_summary` (~169 tokens)

Get the top 5 signals from today's brief as structured JSON — a cheap
sample of the full daily_brief. Returns the day's highest-priority items
(no prose) so an agent can decide whether to buy the full brief.

PAID: $0.50 USDC (vs the full daily_brief price). Defaults to today (UTC).
On a 402, pay the returned Solana memo and re-call with the SAME args plus
payment_tx=<signature>. An Authorization: Bearer fnet_ key bypasses payment.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `date`: brief date YYYY-MM-DD (default today, UTC).
- `payment_tx`: Solana tx signature, when re-calling after a 402.

### `mint_info` (~54 tokens)

FoundryNet Data Network + MINT Protocol details (FREE). How to attest your
agent's crypto market reads and anomaly analysis on-chain for verifiable proof
of work, and the sibling data servers available across the network.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/foundrynet-crypto-intel-mcp/crypto-intel-mcp-production#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 63
- 2026-07-31: 63
- 2026-07-30: 63
- 2026-07-29: 63
- 2026-07-28: 62
- 2026-07-27: 62
- 2026-07-26: 61

## Links

- Remote endpoint: https://crypto-intel-mcp-production.up.railway.app/mcp
- Repository: https://github.com/FoundryNet/crypto-intel-mcp
- Changelog RSS feed: https://verifymcp.io/servers/foundrynet-crypto-intel-mcp/crypto-intel-mcp-production/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/foundrynet-crypto-intel-mcp/crypto-intel-mcp-production/changelog.json
- HTML version of this page: https://verifymcp.io/servers/foundrynet-crypto-intel-mcp/crypto-intel-mcp-production
