MCP endpoint

Pegana MCP server

The peg-risk oracle for Solana DeFi — over MCP, for agents.

What this URL is

This is a Model Context Protocol endpoint. It speaks JSON-RPC over HTTP POST, not a website. If you reached it via a browser, you're in the wrong place — visit pegana.xyz/agents for the integration guide.

Tools available

5 free + 3 paid (x402 USDC on Solana mainnet).

Hello world

curl -X POST https://mcp.pegana.xyz/ \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","method":"tools/list","id":1}'

Wire into Claude / Cursor / Codex

{
  "mcpServers": {
    "pegana": {
      "url": "https://mcp.pegana.xyz/"
    }
  }
}

Health + metrics