Skip to main content
OpenAI Codex CLI supports MCP servers, so you can give it live DEX market data from DexPaprika. The hosted server is keyless, so there is no API key or bearer token to configure.

Add it with one command

This writes the server to ~/.codex/config.toml. Codex connects to it over streamable HTTP on the next run.

Or configure it manually

Add this to ~/.codex/config.toml:
No bearer_token_env_var or OAuth options are needed. The DexPaprika API is keyless.

Verify

Start Codex and ask a question that needs live data:
Codex should call the DexPaprika tools and return current data. List configured servers any time with:

What you get

The server exposes 17 tools covering networks, pools, tokens, OHLCV, transactions, and cross-chain search. See the MCP tools reference for the full list, parameters, and the getCapabilities onboarding tool.

Resources

FAQs

No. The hosted DexPaprika MCP server is keyless, so there is no bearer token or OAuth to configure. A free registered key or Pro plan only raises your rate and monthly quota; see rate limits.
Streamable HTTP. Point Codex at https://mcp.dexpaprika.com/streamable-http. The same server also serves SSE (/sse) for clients that prefer it.
Delete the [mcp_servers.dexpaprika] block from ~/.codex/config.toml, or run codex mcp to manage configured servers.