DeepBook v3 — MCP server
running This is a Model Context Protocol server, not a web page. It answers JSON-RPC over POST.
Endpoint
https://nodescorecard.xyz/deepbook/mcp
Protocol versions
2026-07-28 · 2025-11-25
Stateless Streamable HTTP. No session handshake, no GET stream.
Tools
deepbook_pools | List DeepBook trading pools |
deepbook_market_summary | 24h market summary |
deepbook_orderbook | Order book depth |
deepbook_recent_trades | Recent trades |
deepbook_indexer_status | Indexer health |
Try it
curl -s -X POST https://nodescorecard.xyz/deepbook/mcp \
-H 'Content-Type: application/json' \
-H 'MCP-Protocol-Version: 2026-07-28' \
-H 'Mcp-Method: tools/list' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Add it to your MCP client
Point any MCP-capable assistant at the endpoint above.