MCP Server · x402 payment-gated · RLUSD on XRPL · 16 tools · Live data only
SqueezeOS is an institutional-grade AI trading intelligence platform for autonomous agents. Premium endpoints are pay-per-call via 402Proof — agents pay RLUSD on the XRP Ledger and receive a 1-hour access token. No API keys, no subscriptions.
Live MCP endpoint: https://lively-fascination-production-41fa.up.railway.app/mcp
Free demo: https://lively-fascination-production-41fa.up.railway.app/api/demo/council
Agent guide: https://lively-fascination-production-41fa.up.railway.app/llms.txt
| Tool | Description |
|---|---|
demo_council |
Full AI council verdict for IWM — live, no payment |
signal_preview |
Bias + regime preview for any symbol (15-min cache) |
signal_history |
Last 200 signals per symbol for backtesting |
system_status |
Platform health and uptime |
| Tool | Cost | Description |
|---|---|---|
council_verdict |
0.10 RLUSD | AI council verdict for any symbol — regime, bias, confidence, thesis |
market_scan |
0.05 RLUSD | Full $1–$50 universe squeeze scanner with options picks |
options_intelligence |
0.05 RLUSD | Institutional sweeps, whale detection, unusual volume |
iwm_odte |
0.03 RLUSD | IWM 0DTE contract scorer with Greeks and parity watch |
get_invoice |
free | Request payment invoice for any endpoint |
verify_payment |
free | Submit XRPL tx hash, receive 1-hour access token |
bureau_public_score |
free | Agent credit score (300–850) — no payment |
bureau_full_report |
0.01 RLUSD | Full credit report for any agent wallet |
bureau_verify_threshold |
0.005 RLUSD | Boolean creditworthiness gate for any wallet |
bureau_get_attestation |
0.01 RLUSD | Signed portable credit JWT (24h TTL) |
bureau_verify_attestation |
free | Verify a credit attestation JWT |
marketplace_browse |
free | Browse peer signal marketplace |
{
"mcpServers": {
"squeezeos": {
"url": "https://lively-fascination-production-41fa.up.railway.app/mcp",
"transport": "streamable-http"
}
}
}Or call directly:
curl -X POST https://lively-fascination-production-41fa.up.railway.app/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'- Call
get_invoicewith the endpoint UUID → receivepay_to+memo_hex - Send RLUSD on XRPL to
pay_towithmemo_hexas MemoData (sub-5s finality) - Call
verify_paymentwith tx hash + your wallet → receiveaccess_token - Call any paid tool with
payment_token: <access_token>
Payment network: XRPL mainnet
Payment asset: RLUSD (issuer: rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De)
Token TTL: 1 hour (HMAC-SHA256, wallet-bound)
Settlement: 402Proof
| Service | URL | Description |
|---|---|---|
| SqueezeOS | https://lively-fascination-production-41fa.up.railway.app |
This service — market intelligence API |
| 402Proof | https://four02proof.onrender.com |
x402 payment firewall + Agent Passport |
| Ghost Layer | https://ghost-layer.onrender.com |
Dual-chain XRPL+Base toll gateway |
| Script Master Labs | https://www.scriptmasterlabs.com |
Operator homepage |
GET /llms.txt— full agent integration guideGET /.well-known/mcp.json— MCP manifest (16 tools)GET /.well-known/server.json— official MCP registry formatGET /.well-known/openapi.json— OpenAPI 3.0 specGET /.well-known/agents.json— agents.json discoveryGET /api/demo/council— free live demo (no auth)GET /api/events— real-time SSE stream (free)
MIT — see LICENSE