Codex.io Docs MCP
MCP to read the Codex crypto data API so agents can write GraphQL queries.
Ads
Overview
> Add the Codex documentation MCP server to your AI coding tools for instant access to API docs. The Codex documentation is available as a Model Context Protocol (MCP) server. Adding it to your AI coding tool lets it search and reference the Codex API docs directly, so you can get accurate answers without leaving your editor. Once connected, your AI tool can search the full Codex API documentation — including queries, subscriptions, types, and guides. It will automatically reference the docs when you ask questions about the Codex API or need help writing queries.
Installation
Installation instructions are not available yet.
Configuration
{
"mcpServers": {
"codex-docs": {
"url": "https://docs.codex.io/mcp"
}
}Capabilities
- Search Codex API docs
Ask your assistant to look up queries, subscriptions, types, or guides from the full Codex documentation via the MCP server.
- Generate GraphQL queries
Have your assistant write queries like `getTokenPrices`, `filterTokens`, or `getBars` by describing the data you need in plain language.
- Build real-time subscriptions
Ask for WebSocket subscriptions, such as `onEventsCreated`, to stream live swap events for a token on a given network.
- Fetch wallet balances
Request token holdings for a wallet using the `balances` query, specifying networks and wallet address.
- Discover new token launches
Use `filterTokens` with filters like liquidity and creation time to find recently launched tokens on supported networks.
Tags
- crypto
- api
- data-analysis
- graph
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.