Back to Discover

cortexcloud-mcp

connector

jonahthan433

Pay-per-call AI + on-chain data via x402. Free handshake; each call bills USDC on Base.

View on GitHub
0 starsSynced Aug 7, 2026

Install to Claude Code

/plugin marketplace add jonahthan433/cortexcloud-mcp

README

@cortexcloud/mcp

MCP server for the CortexCloud API — pay-per-call AI generation, data and RPC endpoints through the x402 protocol. No API keys, no subscriptions; every tool call is billed in USDC on Base and settles to the operator's wallet.

Quick start (hosted)

No install required — point any MCP client at the public Streamable HTTP endpoint:

https://api.cortexcloud.org/mcp

Your MCP client handles the x402 payment handshake automatically; each call pays from the wallet your agent is authorized to spend.

Running it yourself

Streamable HTTP server (like the hosted one)

npm run build
EVM_PRIVATE_KEY=0x... node dist/http.js      # signs + pays calls; defaults to port 3200
# listening on http://localhost:3200/mcp
EnvDefaultMeaning
EVM_PRIVATE_KEYWallet that signs + pays each x402 call. Required.
PORT3200HTTP listen port
CORTEXCLOUD_URLhttps://api.cortexcloud.orgUpstream CortexCloud API base
CORTEXCLOUD_PAYTO"0x5a03…ea143"Wallet where call revenue settles

stdio (Claude Desktop / CLI)

{
  "mcpServers": {
    "cortexcloud": {
      "command": "npx",
      "args": ["-y", "@cortexcloud/mcp"],
      "env": { "EVM_PRIVATE_KEY": "0x..." }
    }
  }
}

Tools (22)

AIchat_completions responses embeddings models image_generation text_to_speech Search & newsweb_search search_contents news Market/dataprices coins_search crypto_history fx_list fx_price defi_yields defi_protocols Chainbase_balance base_token_balance eth_balance ethereum_rpc dex_search dex_pairs

Schema for every tool is exposed via MCP's tools/list — no docs drift, what a client sees is what runs.

How x402 works under the hood

Each call performs an x402 HTTP exchange against the CortexCloud API: request → payment challenge → signed TransferWithAuthorization → valid data. The SDK core handles the handshake; @x402/evm builds + signs the transfer; @x402/fetch drives the HTTP loop. Money in is trustless — cold settlement on-chain, no API-key storage, no subscriptions, no per-seat licensing.

License

MIT

Rendered live from jonahthan433/cortexcloud-mcp's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://api.cortexcloud.org/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.