Ascending
Ascending

Setup · auth none
https://apogeemcp.digital/api/mcp — 3000 operations. One-click Cursor; paste the same URL into Claude, ChatGPT, or Grok with authentication set to none.
Live MCP · no API key · 3000 ops
Streamable HTTP. Paste once — search, charts, wallet tracking, analytics, and pons launch prep.
Claude / ChatGPT / Grok: paste https://apogeemcp.digital/api/mcp with auth none. Cursor uses the deeplink.
JSON
{
"mcpServers": {
"apogee": {
"url": "https://apogeemcp.digital/api/mcp"
}
}
}Codex TOML
[mcp_servers.apogee] url = "https://apogeemcp.digital/api/mcp"
Claude Code
claude mcp add --transport http apogee https://apogeemcp.digital/api/mcp
Cursor
.cursor/mcp.json
One-click install, or Settings → MCP
Claude
Connectors
Settings → Connectors → Add custom connector
ChatGPT
Apps & Connectors
Enable Developer Mode, then Add connector
Grok
Connectors
grok.com → Connectors → Add custom connector
Claude Code
CLI
claude mcp add --transport http apogee <url>
VS Code
.vscode/mcp.json
MCP: Add Server
Windsurf
~/.codeium/windsurf/mcp_config.json
Windsurf MCP settings
Codex CLI
~/.codex/config.toml
[mcp_servers.apogee] url = ...
Never paste a seed phrase or private key. Wallet connect uses Phantom (or any EIP-1193 provider) locally. prepare_pons_launch returns an unsigned transaction — you sign it. Apogee does not broadcast unless you sign. Most tools are read-only; launch helpers are not.