# FeedOracle Stablecoin Risk (remote · feedoracle.io)

7-signal stablecoin risk scoring. 13 tools, 28+ tokens, SAFE/CAUTION/AVOID verdicts.

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

## Components

- remote · `feedoracle.io`: 64/100 (this document), [markdown](https://verifymcp.io/servers/feedoracle-stablecoin-risk/mcp-risk-sse.md), [page](https://verifymcp.io/servers/feedoracle-stablecoin-risk/mcp-risk-sse)

## Channel facts

- Endpoint: `https://feedoracle.io/mcp/risk/sse`
- Transports: `sse`
- 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**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 40/100
  - Verified sse transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 492 tokens (~37/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http feedoracle-stablecoin-risk https://feedoracle.io/mcp/risk/sse
```

### Codex

```toml
[mcp_servers.feedoracle-stablecoin-risk]
url = "https://feedoracle.io/mcp/risk/sse"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "feedoracle-stablecoin-risk": {
      "type": "remote",
      "url": "https://feedoracle.io/mcp/risk/sse",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add feedoracle-stablecoin-risk --url https://feedoracle.io/mcp/risk/sse --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  feedoracle-stablecoin-risk:
    url: "https://feedoracle.io/mcp/risk/sse"
```

### Other

```json
{
  "mcpServers": {
    "feedoracle-stablecoin-risk": {
      "type": "http",
      "url": "https://feedoracle.io/mcp/risk/sse"
    }
  }
}
```

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 64, +1)

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

### 2026-08-01 (score 63, +1)

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

### 2026-07-31 (score 62, +4)

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

### 2026-07-30 (score 58, −2)

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

### 2026-07-29 (score 60, +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-28 (score 59, +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-07-27 (score 58, 0)

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

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

First indexed and scored.

## MCP tools (13)

### `ping` (~17 tokens)

Server connectivity test. Returns engine version and status.

Output parameters:

- `result` (string)

### `risk_assessment` (~109 tokens)

Full 7-signal risk report for a stablecoin.
Args:
    symbol: Token symbol (e.g. USDC, USDT, DAI)
    chain: Chain filter or aggregate (default: aggregate)
    use_case: Context for hint generation (settlement, collateral, treasury, payment)
Returns: Complete risk assessment with score, verdict, signals, and operational hint.

Input parameters:

- `chain` (string)
- `symbol` (string, required)
- `use_case` (string)

Output parameters:

- `result` (string)

### `peg_status` (~29 tokens)

Quick peg check for a stablecoin. Shows current price and deviation.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (string)

### `peg_history` (~31 tokens)

30-day peg history. Shows max deviation, depeg events, trend.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (string)

### `supply_flow` (~30 tokens)

Mint/burn flow analysis. Shows 7d supply changes and direction.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (string)

### `holder_data` (~29 tokens)

Holder concentration metrics. Top holder %, HHI index, whale count.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (string)

### `custody_data` (~31 tokens)

Custodian profile. Shows custodians, SIFI status, attestation freshness.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (string)

### `redemption_data` (~29 tokens)

Redemption terms. Settlement time, minimums, fees, institutional restrictions.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (string)

### `cross_chain_data` (~29 tokens)

Cross-chain distribution. Chain count, bridge exposure, primary chain.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (string)

### `leaderboard` (~45 tokens)

Stablecoin risk leaderboard. Ranked by risk score (lowest = safest).
Args:
    limit: Number of results (default 10, max 20)

Input parameters:

- `limit` (integer)

Output parameters:

- `result` (string)

### `compare` (~76 tokens)

Side-by-side comparison of up to 5 stablecoins.
Args:
    symbols: Comma-separated string (e.g. USDC,USDT,DAI) or list of symbols
    use_case: Context (settlement, collateral, treasury, payment)

Input parameters:

- `symbols` (string, required)
- `use_case` (string)

Output parameters:

- `result` (string)

### `supported_tokens` (~17 tokens)

List all supported stablecoins with coverage info.

Output parameters:

- `result` (string)

### `methodology` (~20 tokens)

Explain scoring methodology. Signal weights, verdict thresholds, data sources.

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/feedoracle-stablecoin-risk/mcp-risk-sse#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 63
- 2026-08-01: 63
- 2026-07-31: 62
- 2026-07-30: 58
- 2026-07-29: 60
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 58

## Links

- Remote endpoint: https://feedoracle.io/mcp/risk/sse
- Repository: https://github.com/feedoracle/-feedoracle-mcp-risk
- Website: https://feedoracle.io/
- Changelog RSS feed: https://verifymcp.io/servers/feedoracle-stablecoin-risk/mcp-risk-sse/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/feedoracle-stablecoin-risk/mcp-risk-sse/changelog.json
- HTML version of this page: https://verifymcp.io/servers/feedoracle-stablecoin-risk/mcp-risk-sse
