sseMITupdated 5mo ago
Deterministic operational risk scoring for stablecoins.
What can you do with FeedOracle Stablecoin Risk?
FeedOracle Stablecoin Risk MCP
Deterministic operational risk scoring for stablecoins.
7 signals. 105+ tokens. SAFE / CAUTION / AVOID verdicts.
Website · All MCP Tools · Docs · Main Repo
What this does
Any MCP-compatible AI agent can ask:
- "Is USDC safe for settlement?" → SAFE (6/100)
- "Compare USDC vs USDT for treasury" → Side-by-side risk comparison
- "Which stablecoins are safest now?" → Ranked leaderboard
No opinions. No financial advice. Deterministic, auditable risk classification. Every response cryptographically signed.
Quick start
claude mcp add --transport sse feedoracle-risk https://feedoracle.io/mcp/risk/sse
No API key needed.
7-signal scoring
100-point scale — lower is safer.
| Signal | Weight | Source |
|---|---|---|
| Peg Stability | 25% | DefiLlama + FeedOracle |
| Liquidity Depth | 15% | DefiLlama |
| Mint/Burn Flow | 10% | DefiLlama |
| Holder Concentration | 15% | Etherscan |
| Custody/Counterparty | 15% | Curated Registry |
| Redemption Friction | 10% | Curated Registry |
| Cross-Chain Risk | 10% | DefiLlama |
| Verdict | Score | Meaning |
|---|---|---|
| SAFE | 0-25 | Low operational risk |
| CAUTION | 26-55 | Elevated, review recommended |
| AVOID | 56-100 | High operational risk |
13 tools
| Tool | Description |
|---|---|
risk_assessment |
Full 7-signal risk report with verdict |
peg_status |
Current peg deviation |
peg_history |
30-day stability + depeg events |
supply_flow |
Mint/burn activity, anomaly detection |
holder_data |
Concentration, HHI, whale count |
custody_data |
Custodian, SIFI status, attestation |
redemption_data |
Settlement terms, fees, friction |
cross_chain_data |
Bridge exposure, chain distribution |
leaderboard |
Risk-ranked stablecoin list |
compare |
Side-by-side comparison (up to 5) |
supported_tokens |
All 105+ monitored tokens |
methodology |
Scoring model + data sources |
ping |
Health check |
The FeedOracle ecosystem
| Server | Tools | Purpose |
|---|---|---|
| Compliance Oracle | 27 | MiCA, DORA, evidence packs, audit trail |
| Macro Intelligence | 13 | Fed/ECB indicators, regime classification |
| Stablecoin Risk (this) | 13 | 7-signal operational risk scoring |
FeedOracle turns compliance documents into compliance evidence.
feedoracle.io · Evidence by Design.
Install
Add FeedOracle Stablecoin Risk to your client. Pick the one you use.
claude mcp add --transport sse feedoracle-stablecoin-risk https://feedoracle.io/mcp/risk/ssecodex mcp add feedoracle-stablecoin-risk --url https://feedoracle.io/mcp/risk/sse{
"mcpServers": {
"feedoracle-stablecoin-risk": {
"url": "https://feedoracle.io/mcp/risk/sse"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"feedoracle-stablecoin-risk": {
"type": "sse",
"url": "https://feedoracle.io/mcp/risk/sse"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"feedoracle-stablecoin-risk": {
"url": "https://feedoracle.io/mcp/risk/sse"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"feedoracle-stablecoin-risk": {
"serverUrl": "https://feedoracle.io/mcp/risk/sse"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 166 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Feb 28, 2026 |