PluginBench
MCP Server

FeedOracle Stablecoin Risk MCP Server

io.github.feedoracle/stablecoin-risk

What is the FeedOracle Stablecoin Risk MCP server?

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

How to install FeedOracle Stablecoin Risk

Copy-paste configuration for popular MCP clients.

transport: sse
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "stablecoin-risk": {
      "url": "https://feedoracle.io/mcp/risk/sse"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "stablecoin-risk": {
      "serverUrl": "https://feedoracle.io/mcp/risk/sse"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "stablecoin-risk": {
      "type": "http",
      "url": "https://feedoracle.io/mcp/risk/sse"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "stablecoin-risk": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://feedoracle.io/mcp/risk/sse"
      ]
    }
  }
}
Claude Code
claude mcp add --transport sse stablecoin-risk https://feedoracle.io/mcp/risk/sse

Related MCP servers

Real-time macroeconomic signals for AI agents. 86 FRED series, regime classification, DeFi rates.

View repository →