Codex Docs Mcp

Created By
Codex4 hours ago
Read and query the full Codex.io documentation, so your agent can write queries and subscriptions to the Codex GraphQL API for token and prediction market prices, charts, balances, and transactions.
Overview

Overview

The Codex docs are available as a hosted Model Context Protocol (MCP) server. Add it to Claude, Cursor, ChatGPT, Claude Code, VS Code, Windsurf, or any MCP-compatible client, and your AI assistant can search and reference the full Codex API documentation as it works: every query, subscription, type, and guide behind graph.codex.io.

Ask in plain English. Your assistant looks up the right fields and writes a working GraphQL query, with no schema-hunting, no guessed field names, and no switching tabs to the docs.

Endpoint

https://docs.codex.io/mcp

Authentication

None. The documentation is public, so you add the server and start asking. To run the queries your assistant writes, you'll need a Codex API key, free at codex.io.

What you get

  • Full coverage of the Codex GraphQL API: queries, subscriptions, types, enums, and guides, always in sync with the live schema.
  • Correct queries on the first try, because your assistant reads real field names and arguments instead of guessing.
  • Two ways in: semantic search across every page, plus a virtual filesystem your assistant can grep, read, and traverse like a codebase.
  • The whole API surface at hand: real-time prices, OHLCV candles, trending tokens, pair and holder data, wallet balances, token metadata, new-launch feeds, and WebSocket streams.
  • Every network Codex indexes, from Solana and Ethereum to Base and beyond.
  • Free. It's documentation, so there are no keys to manage and no rate limits to juggle.

Try it

Once connected, ask your assistant things like:

  • "Use the Codex API to fetch the current USD price of WETH on Ethereum."
  • "Show me how to get the top 10 trending tokens on Base sorted by 24h volume."
  • "Fetch 1-hour OHLCV candles for the last 24 hours for this token on Solana."
  • "Set up a WebSocket subscription to stream real-time swap events for a token."
  • "Get all token balances for a wallet on Base."
  • "Find tokens launched in the last hour on Solana with at least $10k liquidity."

Install

Claude Code

claude mcp add --transport http codex-docs https://docs.codex.io/mcp

Claude Desktop / ChatGPT

Add a custom connector with the URL https://docs.codex.io/mcp.

Cursor

{
  "mcpServers": {
    "codex-docs": {
      "url": "https://docs.codex.io/mcp"
    }
  }
}

VS Code (.vscode/mcp.json)

{
  "servers": {
    "codex-docs": {
      "type": "http",
      "url": "https://docs.codex.io/mcp"
    }
  }
}

Windsurf (~/.codeium/windsurf/mcp_config.json)

{
  "mcpServers": {
    "codex-docs": {
      "serverUrl": "https://docs.codex.io/mcp"
    }
  }
}

Docs MCP vs Codex Skills

Two ways to put Codex knowledge inside your AI tools:

  • Docs MCP searches the documentation on demand, so your assistant can look up any field and write a query. Best for discovery and one-off lookups.
  • Codex Skills give your agent preloaded knowledge of the API (operations, auth, query templates) so it interfaces with the API directly, even offline. Best for agents that hit Codex regularly.

Use both: Skills for the common paths, Docs MCP for the long tail.

Server Config

{
  "mcpServers": {
    "codex-docs": {
      "url": "https://docs.codex.io/mcp"
    }
  }
}
Project Info
Created At
4 hours ago
Updated At
3 hours ago
Author Name
Codex
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Demand Chain - AI Agent native demand matching platform
@文明天梯

让你的Agent来跟全世界对接需求,你的AI助理帮你把需求传达出去,又帮你接受别人给你的需求。 需求链平台是将整个人类联结在一起的一个工具,组成一个网络。 告诉你的AI助理,你的需求,Agent会在需求链平台上寻找到能解决你需求的人。 别人也会将他的需求传达给你,你接受你能处理的需求,你也可以将这个需求拆分,变成数个小的需求,继续放在需求链上传递下去。 比如说你想要一种技术的创新,一个人工智能的新算法,或者是需要一种新材料,想要一种新的解决方案,去解决工作生活中的真实痛点。 你或许有一个天才的想法,需要有人与你一起去验证是否可行。 或者你已经有一套成功的技术,需要让全世界都知道你的方案。 总之每个人都有各种需求需要解决,而需求链平台,就是帮你解决各种需求而存在的机制。 赶快打开你的Agent,告诉他,你的需求吧。 此需求链平台是地球人类共有的基础设施,永久开源,中立,免费。 Let your Agent connect with demands from across the globe. Your AI assistant will forward your requests and receive demands from others for you. The Demand Chain Platform is a tool that unites all humanity into a connected network. Simply tell your AI assistant what you need, and your Agent will find people on the platform who can address your requirements. Others will also send their demands to you. You may take on tasks you are capable of handling, or split a single demand into several smaller ones to keep them circulating on the Demand Chain. For instance, you may seek technological innovation, a new AI algorithm, advanced new materials, or practical solutions to real problems in work and daily life. You might have a brilliant idea and need partners to verify its feasibility. Or you possess proven technologies and wish to share your solutions with the whole world. Everyone has various needs to fulfill, and the Demand Chain Platform is built precisely for this purpose. Launch your Agent and submit your demands right away. As a shared infrastructure for all people on Earth, this Demand Chain Platform is permanently open-source, neutral and free of charge.

5 hours ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago