← Registry

AI & Machine Learning

cortexcloud.org

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

x402 supported1 endpoint22 known toolsFirst detected August 7, 2026Last detected August 7, 2026

ENDPOINT 1

https://api.cortexcloud.org/mcp

No auth detected

MCP server metadata

Name
cortexcloud
Version
0.2.0
Capabilities
tools.listChanged

Known tools 22

chat_completions

OpenAI-compatible chat completions.

Inferred read-only
responses

OpenAI Responses API (alias of chat).

Inferred read-only
embeddings

OpenAI-compatible text embeddings.

Inferred read-only
models

List available AI models (free, no payment).

Potential side effects
image_generation

AI image generation.

Inferred read-only
text_to_speech

Text-to-speech audio generation.

Inferred read-only
web_search

Web search (Exa AI).

Inferred read-only
search_contents

Fetch full content for Exa search result IDs.

Inferred read-only
news

Recent finance/crypto news via Exa.

Inferred read-only
prices

Crypto prices by coin id.

Inferred read-only
coins_search

Search crypto coins by query.

Inferred read-only
crypto_history

Coin price history over N days.

Inferred read-only
fx_list

List supported fiat currencies/rates.

Inferred read-only
fx_price

FX rate between two currencies.

Inferred read-only
defi_yields

APY/TVL of top DeFi pools.

Inferred read-only
defi_protocols

Categorized DeFi protocols list (OHLCV, categories).

Inferred read-only
base_balance

Base native ETH balance for an address.

Inferred read-only
base_token_balance

ERC-20 token balance on Base for an address.

Inferred read-only
eth_balance

Native ETH balance on Ethereum mainnet.

Inferred read-only
ethereum_rpc

Proxy an Ethereum JSON-RPC call (eth_blockNumber, eth_getBalance.

Inferred read-only
dex_search

Search DEX pairs by query.

Inferred read-only
dex_pairs

DEX pair info by chain and pair (token) address.

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.

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.