← Registry

AI & Machine Learning

cortexcloud.org

Provides OpenAI-compatible APIs for chat, embeddings, models, and image generation.

x402 supported1 endpoint10 known toolsFirst detected August 7, 2026Last detected September 20, 2026

ENDPOINT 1

https://api.cortexcloud.org/mcp

No auth detected

MCP server metadata

Name
cortexcloud
Version
0.4.0
Capabilities
tools.listChanged

Known tools 10

cortex_estimate_optimization

Analyze an optimization problem for free — returns a machine-readable decision block: recommended mode/backend, estimated runtime, USDC price, benchmark evidence.

Inferred read-only
cortex_optimize

Solve a QUBO/Ising optimization problem (x402-paid, USDC on Base).

Inferred read-only
cortex_get_job

Poll an optimization job by id.

Inferred read-only
cortex_list_backends

List solver backends (classical/hybrid/quantum) with live availability and verified flag.

Inferred read-only
cortex_token_price

Spot price (USD) for an ERC-20 token by contract address or CoinGecko id.

Inferred read-only
cortex_wallet_balances

ERC-20 token balances (USD-valued) for an EOA address.

Inferred read-only
cortex_research_search

Web search via /v1/research/search (x402-paid).

Inferred read-only
cortex_ai_chat

Single-turn chat completion via /v1/ai/chat (x402-paid).

Inferred read-only
cortex_automation_transform

Shape arbitrary JSON via pick/omit/rename/set rules (x402-paid, automation).

Inferred read-only
cortex_automation_http_request

Outbound SSRF-guarded HTTP via /v1/automation/http-request (x402-paid, automation).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cortexcloud]
url = "https://api.cortexcloud.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cortexcloud": {
      "type": "http",
      "url": "https://api.cortexcloud.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cortexcloud
Remote MCP URL: https://api.cortexcloud.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cortexcloud": {
      "url": "https://api.cortexcloud.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cortexcloud": {
      "type": "http",
      "url": "https://api.cortexcloud.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cortexcloud",
  "transport": "streamable-http",
  "url": "https://api.cortexcloud.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for cortexcloud.org was fetched 2026-08-09T04:26:20.553Z and is being refreshed.

Trust status Trusted

cortexcloud.org is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.