Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Direct MCP candidate from lists

io.github.jonahthan433/cortexcloud

Discovered from lists; probed directly as a possible remote MCP endpoint.

Uptime
100.0%
1 direct probes · 30d
Response
1144ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

cortex_estimate_optimization

Analyze an optimization problem for free — returns a machine-readable decision block: recommended mode/backend, estimated runtime, USDC price, benchmark evidence. Always call this before paying for co…

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 successful run: classical $0.05, hybrid $0.10, quantum $1.503 (exact price q…

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 live availability and verified flag. Free — check before choosing a mode.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "direct_mcp_candidate_from_lists": {
      "url": "https://api.cortexcloud.org/mcp",
      "transport": "streamable-http"
    }
  }
}