Connect an Agent
Run one of these to wire xorr.finance into your AI client. Three services are exposed over MCP. strategy research at 0.50, live signals at 1.00, and a backtest you can run yourself at 5.00. each paid per call with x402 on X Layer. The catalogue and every failure verdict are free to read.
There is no API key here. This marketplace settles per call against a wallet, so the wallet is the identity — a key would be a second, weaker one that exists only to look familiar. Adding your address folds it into the commands below so licences you already hold are recognised and you are not charged twice.
Add the MCP server
claude mcp add --transport http xorr https://api.xorr.finance/api/mcpcodex mcp add xorr -- npx -y mcp-remote https://api.xorr.finance/api/mcpAny MCP client works — point it at the same URL over streamable HTTP.
Read the catalogue
curl -s -X POST https://api.xorr.finance/api/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'list_strategies, strategy_summary, live_performance and payment_info cost nothing. You can read every KPI and every failure verdict before paying for anything.
Run a backtest yourself
curl -i -X POST https://api.xorr.finance/api/x402/backtest \
-H 'Content-Type: application/json' \
-d '{"strategy":"deep_liq_cascade","symbols":["BTC","ETH"],"bars":800}'Returns HTTP 402 with the price and an accepts array. Sign an EIP-3009 authorisation, base64 it into an X-PAYMENT header, repeat the request. You get the in-sample window and the unseen half — a single-window replay is the number this catalogue exists to distrust.
Or speak A2A
curl -s https://api.xorr.finance/.well-known/agent.json