Skip to content

Releases: QuantOracledev/quantoracle

v2.2.0 — Batch, Composite Endpoints

11 Apr 01:07

Choose a tag to compare

What's New

Batch Endpoint

  • POST /v1/batch — Execute up to 100 computations in a single request
  • ~6x throughput improvement vs sequential calls
  • Dynamic x402 pricing (sum of individual endpoint prices)
  • 1 free trial batch per IP, then paid

6 Composite Endpoints (paid-only)

Pre-built workflows that bundle multiple calculations into single calls:

Endpoint Price Replaces
/v1/options/spread-scan $0.05 8-16 options/price calls
/v1/indicators/regime-classify $0.015 technical + regime + realized-vol
/v1/risk/full-analysis $0.04 7 risk/stats calls
/v1/trade/evaluate $0.025 5 sizing/cost/signal calls
/v1/portfolio/health $0.04 6 risk/correlation/stress calls
/v1/pairs/signal $0.025 4 cointegration/hurst/zscore calls

Agent Discovery

  • MCP manifest updated with all composites and batch
  • Usage guidelines for every tool (tells agents when to use each endpoint)
  • Server card and ai-plugin.json updated for registry crawlers

API

  • Endpoint: https://api.quantoracle.dev
  • Free tier: 1,000 calls/day (composites are paid-only)
  • Paid tier: x402 USDC micropayments on Base ($0.002–$0.05/call)
  • 63 core endpoints across 11 categories + 6 composites + batch

v2.1.0 — x402 Payments, MCP Server, 63 Endpoints

06 Apr 20:44

Choose a tag to compare

What's New

  • x402 micropayment flow — USDC on Base, pay-per-call after free tier (1,000/day)
  • MCP server for Claude Desktop, Cursor, Windsurf (npm i -g @quantoracle/mcp-server)
  • 63 quantitative computation endpoints across 11 categories
  • Integration test suite covering all endpoints with response validation
  • Published to ClawHub, Glama, Smithery MCP registries

Categories

Options & Greeks · Exotic Derivatives · Risk Analysis · Portfolio Optimization · Technical Indicators · Statistics (GARCH, Hurst, Cointegration) · Fixed Income · Monte Carlo Simulation · Crypto/DeFi · FX · Macro · Time Value of Money

Install

npm install -g @quantoracle/mcp-server

API