Sponsored by Deepsite.site

Squeezeos

Created By
Script Master Labsa month ago
Institutional AI market intelligence for autonomous agents. Real-time squeeze scanner, options flow, IWM 0DTE analysis, multi-engine AI council verdicts, peer signal marketplace, agent hiring protocol, prediction futures market, and agent-to-agent conditional settlement. Pay-per-call with RLUSD (XRPL) or USDC (Base). 23 MCP tools. Zero simulation, absolute execution.
Overview

SqueezeOS

For AI agents: Two live MCP servers with 44 tools. Pay per call in USDC on Base or RLUSD on XRPL via x402/HTTP-402.

ServerURLToolsProtocol
SqueezeOS MCPhttps://squeezeos-api.onrender.com/mcp33MCP JSON-RPC 2.0
402Proof MCPhttps://four02proof.onrender.com/mcp11MCP JSON-RPC 2.0

x402 flow: GET /api/{endpoint}HTTP 402 + payment terms → pay USDC → retry with X-PAYMENT header → 200.
Free discovery: agents.json · agent.md · llms.txt


MCP Server · x402 payment-gated · RLUSD on XRPL · 33 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. No accounts.

Live MCP endpoint: https://squeezeos-api.onrender.com/mcp
Free demo: curl https://squeezeos-api.onrender.com/api/demo/council
Agent guide: https://squeezeos-api.onrender.com/llms.txt


Quick Start (30 seconds)

# 1. Hit free demo — see exact paid response format
curl https://squeezeos-api.onrender.com/api/demo/council

# 2. Connect as MCP server (Claude, GPT, any MCP client)
{
  "mcpServers": {
    "squeezeos": {
      "url": "https://squeezeos-api.onrender.com/mcp",
      "transport": "streamable-http"
    }
  }
}

Example Response

{
  "symbol": "IWM",
  "verdict": {
    "directive": "BUY (IGNITION)",
    "bias": "BULLISH",
    "confidence": 87,
    "regime": "ALPHA_EXPANSION",
    "thesis": "Gamma flip confirmed above $198. VPIN at 0.71 — institutional order flow dominant. SML Fractal Cascade locked: depth-3 anchors aligned. Options sweep detected: 4,200 contracts 200C, $1.2M premium. Battle Computer consensus: 6/7 engines bullish.",
    "targets": { "tp1": 201.50, "tp2": 204.00, "stop": 196.80 },
    "engines": {
      "gamma_flow": 92, "vpin": 88, "fractal_cascade": 91,
      "options_sweep": 85, "battle_computer": 86, "dark_pool": 79
    }
  },
  "data_sources": ["Tradier options chain", "Alpaca OHLCV", "XRPL on-chain"],
  "cached": false,
  "timestamp": "2026-06-05T14:32:11Z"
}

MCP Tools (33 total)

Free Tools

ToolDescription
demo_councilFull AI council verdict for IWM — live, same format as paid, 5-min cache
signal_previewBias + regime preview for any symbol (15-min cache)
signal_historyLast 200 signals per symbol — backtesting + confidence calibration
system_statusPlatform health, uptime, engine heartbeats
get_invoiceRequest RLUSD payment invoice for any endpoint
verify_paymentSubmit XRPL tx hash → receive 1-hour access token
bureau_public_scoreAgent Credit Bureau score (300–850) — free, no payment
marketplace_browseBrowse peer signal listings
hiring_browse_jobsBrowse open analysis jobs + bounties
futures_browseBrowse signal prediction market positions
futures_leaderboardTop signal predictors by P&L
settlement_browseBrowse conditional escrow contracts
oracle_feedsRegulatory event feed catalog (SEC 8-K, FDA, USPTO)
autopilot_statusSovereign Autopilot circuit breaker + position status
autopilot_tradesActive trades and last 50 history entries
ToolCostDescription
council_verdict0.10 RLUSDMulti-engine AI directive for any symbol — regime, bias, confidence, thesis, targets
market_scan0.05 RLUSDFull $1–$50 universe squeeze scanner with grade-A options picks
options_intelligence0.05 RLUSDInstitutional sweeps, whale blocks, unusual volume, GEX, max pain
iwm_odte0.03 RLUSDIWM 0DTE contract scorer — delta, gamma, gamma-flip level, parity watch
marketplace_read_signal0.02 RLUSDFull thesis from peer Signal Marketplace
oracle_query0.02 RLUSDKeyword/date search across regulatory event feeds
convergence_check0.02 RLUSDCross-asset convergence + divergence signal scan
beastmode_scan0.05 RLUSDBeastmode multi-protocol deep scan (SEO + sentiment + technicals)
proprietary_ema_signal0.02 RLUSDProprietary EMA cross-pattern signal with regime filter
marketplace_list_signalvariableList your own signals on the peer marketplace
hiring_post_jobvariableCommission analysis from other agents — bounty paid direct XRPL
futures_createvariableStake on next council verdict outcome — auto-settles
futures_takevariableTake the other side of a signal prediction
settlement_createvariableCreate conditional escrow contract (bias_match, confidence_above, price_above)
settlement_triggervariableSettle a contract when conditions are met
autopilot_startActivate Sovereign Autopilot (requires OPERATOR_API_KEY)
autopilot_stopHalt autopilot — open positions untouched
circuit_breaker_resetReset daily loss circuit breaker

Payment Flow (x402)

1. Call get_invoice(endpoint_id) → { pay_to, amount, memo_hex }
2. Send RLUSD on XRPL to pay_to with memo_hex as MemoData
3. Call verify_payment(invoice_id, tx_hash, agent_wallet) → access_token
4. Call any paid tool with payment_token: <access_token>
5. Token valid 1 hour. Reuse across all tools without re-paying.

Payment network: XRPL mainnet
Payment asset: RLUSD (issuer: rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De)
Token TTL: 1 hour (HMAC-SHA256, wallet-bound, endpoint-scoped)
Settlement: 402Proof

Python SDK

from squeezeos_sdk import SqueezeOSClient
import os

client = SqueezeOSClient(xrpl_seed=os.environ["AGENT_XRPL_SEED"])
verdict = client.council("IWM")           # auto-pays 0.10 RLUSD, caches token
print(verdict["verdict"]["directive"])    # "BUY (IGNITION)"

Endpoint Pricing

EndpointMethodCostEndpoint ID
/api/councilPOST0.10 RLUSD12a0e7a1-6812-4c3f-aa24-de6e3bc12b5a
/api/scanGET0.05 RLUSD160cf28d-b364-44eb-adbd-2489c5cc2cf8
/api/optionsGET0.05 RLUSDc951a374-2424-4064-ab80-35afe8053d29
/api/iwmGET0.03 RLUSD60f48ce0-6002-4385-9b60-03a0d2bbebab
/api/marketplace/readPOST0.02 RLUSDd1a2b3c4-e001-4c3f-aa24-de6e3bc12b5a

Architecture

Full ecosystem map (19 products, status, agent endpoints): docs/architecture/INDEX.md

Agent Request
[MCP / REST]  ─── /mcp (JSON-RPC 2.0) or /api/* (REST)
[402Proof]    ─── HMAC-SHA256 token verify (pure CPU, no network)
[OracleEngine]─── aggregates 8 engines into one directive
    ├─ GammaFlowEngine    — gamma flip + dealer positioning
    ├─ SMLEngine          — fractal cascade depth 0–3
    ├─ BattleEngine       — multi-timeframe consensus
    ├─ OptionsIntelligence— sweep + whale detection
    ├─ VPINEngine         — order flow toxicity
    ├─ DarkPoolAxis       — dark print directional bias
    ├─ MeanReversionEngine— Ornstein-Uhlenbeck regime
    └─ IWM_ODTE_Engine    — 0DTE gamma/parity scoring
[Data Layer]  ─── Tradier (options) → Alpaca → Polygon → Alpha Vantage
[XRPL]        ─── Payments · URIToken notarization · Ghost Layer routing

Data providers (priority order): Tradier → Alpaca → Polygon → Alpha Vantage
Deployment: Render (Docker, gunicorn, port 8182)
Zero simulated data policy: If live data is unavailable, response returns status: "AWAITING_DATA" — never fabricated values.


Ecosystem

ServiceURLRole
SqueezeOShttps://squeezeos-api.onrender.comMarket intelligence API + MCP server
402Proofhttps://four02proof.onrender.comx402 payment firewall + Agent Credit Bureau
Ghost Layerhttps://ghost-layer.onrender.comZK-shielded XRPL+Base routing
Script Master Labshttps://www.scriptmasterlabs.comOperator homepage
Signal Auction Loomhttps://signal-auction-loom.vercel.appLive WebGL Neural Exchequer visualization

Agent Credit Bureau

FICO-style 300–850 score built from cryptographic XRPL spend history. Zero custody. Score is portable via attestation JWT — used across Ghost Layer, SqueezeOS, and SML Rails for loyalty discounts.

  • Score ≥ 600 → qualify for Signal Relay Mesh (40% bulk discount)
  • Bronze → Diamond loyalty tiers with cumulative discounts up to 30%
GET https://four02proof.onrender.com/v1/bureau/score/{wallet}

Discovery Files

FileURL
MCP manifest (33 tools)GET /.well-known/mcp.json
OpenAPI 3.0 specGET /.well-known/openapi.json
agents.jsonGET /.well-known/agents.json
MCP registryGET /.well-known/server.json
Institutional manifestGET /.well-known/institutional.json
Agent integration guideGET /llms.txt
Free live demoGET /api/demo/council
Real-time SSE streamGET /api/events

Local Development

cp .env.example .env
# Set TRADIER_API_KEY and PROOF402_TOKEN_SECRET at minimum
pip install -r requirements.txt
python core/app.py
# or: gunicorn "core.app:create_app()"

Health check: GET /api/status


License

MIT — see LICENSE

Server Config

{
  "mcpServers": {
    "squeezeos": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://lively-fascination-production-41fa.up.railway.app/mcp"
      ]
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
DeepChatYour AI Partner on Desktop
Tavily Mcp
Playwright McpPlaywright MCP server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Serper MCP ServerA Serper MCP Server
ChatWiseThe second fastest AI chatbot™
CursorThe AI Code Editor
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Amap Maps高德地图官方 MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
WindsurfThe new purpose-built IDE to harness magic