CortexCloud-mcp
Pay-per-call QUBO/Ising optimization for AI agents — estimate free, solve per run via x402 (USDC on Base).
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Cortex Estimate Optimization: Analyze an optimization problem for free — returns a decision block: recommended mode/backend, estimated provider cost, USDC price, benchmark evidence. Always call this b
- Cortex Optimize: Solve a QUBO/Ising optimization problem (x402-paid, USDC on Base). Returns a job_id to poll with cortex_get_job. Prices per run: classical $0.05, hybrid $0.10, quantum $0.85 (charged
- Cortex Get Job: Poll an optimization job by id. Free — returns status, solution, objective, error.
What data it sees
Do you need an account
No: the server works without sign-in
Pay-per-call QUBO/Ising optimization for AI agents — estimate free, solve per run via x402 (USDC on Base). No API keys.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| cortex_estimate_optimization | Analyze an optimization problem for free — returns a decision block: recommended mode/backend, estimated provider cost, USDC price, benchmark evidence. Always call this before paying for cortex_optimize. |
| cortex_optimize | Solve a QUBO/Ising optimization problem (x402-paid, USDC on Base). Returns a job_id to poll with cortex_get_job. Prices per run: classical $0.05, hybrid $0.10, quantum $0.85 (charged = max(list, provider cost x 2.0)). Use mode=auto unless you specifically need quantum. |
| cortex_get_job | Poll an optimization job by id. Free — returns status, solution, objective, error. |
| cortex_list_backends | List solver backends (classical/hybrid/quantum) with availability, per-backend estimated provider cost, effective price, and sellable flag. Free — check this before choosing a quantum backend. |