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).
ping· free · liveness probeget_assets· free · list current tracked assets + stateget_asset_state· free · single-symbol current stateget_methodology· free · per-class peg-mechanism explanationverify_alert· free · fetch audit receipt by UUIDping_paid· $0.001 · x402 smoke testget_asset_history· $0.001 · time-series, up to 50k rowssubscribe_peg_events· $0.0005 · state-transition stream
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
GET /health→ livenessGET /metrics→ Prometheus exposition