FeedOracle Risk MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
git clone https://github.com/feedoracle/-feedoracle-mcp-risk
cd -feedoracle-mcp-risk

Then follow the repository README for any remaining dependency or build steps before continuing.

2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add feedoracle-risk -- node "<FULL_PATH_TO_FEEDORACLE_MCP_RISK>/dist/index.js"

Replace <FULL_PATH_TO_FEEDORACLE_MCP_RISK>/dist/index.js with the actual folder you prepared in step 1.

README.md

Deterministic operational risk scoring for stablecoins.

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.

Tools (13)

risk_assessmentFull 7-signal risk report with verdict
peg_statusCurrent peg deviation
peg_history30-day stability and depeg events
supply_flowMint/burn activity and anomaly detection
holder_dataConcentration, HHI, and whale count
custody_dataCustodian, SIFI status, and attestation
redemption_dataSettlement terms, fees, and friction
cross_chain_dataBridge exposure and chain distribution
leaderboardRisk-ranked stablecoin list
compareSide-by-side comparison of up to 5 tokens
supported_tokensList of all 105+ monitored tokens
methodologyScoring model and data sources
pingHealth check

Configuration

claude_desktop_config.json
{"mcpServers": {"feedoracle-risk": {"command": "claude", "args": ["mcp", "add", "--transport", "sse", "feedoracle-risk", "https://feedoracle.io/mcp/risk/sse"]}}}

Try it

Is USDC safe for settlement right now?
Compare the risk profiles of USDT and EURC for treasury management.
Which stablecoins are currently ranked as the safest on the leaderboard?
Provide a full risk assessment report for RLUSD.
Show me the 30-day peg history and any depeg events for USDT.

Frequently Asked Questions

What are the key features of FeedOracle Risk?

Deterministic 7-signal operational risk scoring. Real-time SAFE/CAUTION/AVOID risk verdicts. Coverage for over 105 stablecoin tokens. Cryptographically signed risk responses. Side-by-side risk comparison for treasury analysis.

What can I use FeedOracle Risk for?

Evaluating stablecoin safety for corporate treasury settlement. Automated risk monitoring for DeFi protocol integrations. Generating audit-ready compliance evidence for MiCA requirements. Comparing liquidity and custody risks between different stablecoin issuers.

How do I install FeedOracle Risk?

Install FeedOracle Risk by running: claude mcp add --transport sse feedoracle-risk https://feedoracle.io/mcp/risk/sse

What MCP clients work with FeedOracle Risk?

FeedOracle Risk works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep FeedOracle Risk docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare