Direct MCP candidate from lists
io.github.jonahthan433/cortexcloudDiscovered from lists; probed directly as a possible remote MCP endpoint.
Tools · 4
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…
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…
Poll an optimization job by id. Free — returns status, solution, objective, error.
List solver backends (classical/hybrid/quantum) with live availability and verified flag. Free — check before choosing a mode.
Similar MCP servers embedding-nearest
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"
}
}
}