Connect Exceefy MCP to ChatGPT / Codex

Use the Exceefy MCP with ChatGPT and OpenAI tools to query your crypto data directly.

This guide explains how to connect the Exceefy MCP server to OpenAI tools (ChatGPT and Codex CLI).

Exceefy MCP server URL: https://api.exceefy.com/mcp

ChatGPT (web version)

Connect ChatGPT to Exceefy via connectors to query your portfolio directly from ChatGPT.

1. Enable Developer Mode

Go to chatgpt.com/apps, click on Advanced settings and enable "Developer Mode".

2. Create a new application

Click the "Create application" button that appears, then fill in:

  • Name: Exceefy
  • Connection: select Server URL
  • URL: https://api.exceefy.com/mcp
  • Authentication: enter your Exceefy API key if prompted

3. Save and use

Start asking questions about your portfolio:

"Analyze my Exceefy portfolio and tell me which assets carry the most risk"

Codex CLI (OpenAI)

Codex CLI by OpenAI supports the MCP protocol. The setup is identical to Claude Code run the following command in your terminal:

claude mcp add exceefy \
  --transport http \
  https://api.exceefy.com/mcp

The server will be automatically added to your configuration.

💡 Check out the article Does Exceefy have an MCP server? to discover all compatible tools.