Codex.io Docs MCP

by Unknown

Not rated
Website

About

MCP to read the Codex crypto data API so agents can write GraphQL queries.

Details

Author
Unknown
Categories
Developer Tools, Other, API

- 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 likegetTokenPrices,filterTokens, orgetBarsby describing the data you need in plain language.
- Build real-time subscriptions— Ask for WebSocket subscriptions, such asonEventsCreated, to stream live swap events for a token on a given network.
- Fetch wallet balances— Request token holdings for a wallet using thebalancesquery, specifying networks and wallet address.
- Discover new token launches— UsefilterTokenswith filters like liquidity and creation time to find recently launched tokens on supported networks.

Add the Codex documentation MCP server to your AI coding tools for instant access to API docs.

The Codex documentation is available as aModel 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.

This MCP server is for searching the documentation and helping your AI write queries. It does not interface with the Codex API directly — you'll still need to execute queries using your API key via theGraphQL endpointor theSDK.

TheCodex Skillsgives your AI agent preloaded knowledge of the API so it can interface with the API directly. The Docs MCP lets it search the documentation, which can allow it to write GraphQL queries.

Use both together for the best experience: the skill handles query generation and the MCP fills in details when needed.

json theme={null} { "mcpServers": { "codex-docs": { "url": "https://docs.codex.io/mcp" } } }
json theme={null} { "servers": { "codex-docs": { "type": "http", "url": "https://docs.codex.io/mcp" } } }
json theme={null} { "mcpServers": { "codex-docs": { "serverUrl": "https://docs.codex.io/mcp" } } }
 Name: Codex Docs  URL: https://docs.codex.io/mcp`
bash theme={null} claude mcp add --transport http codex-docs https://docs.codex.io/mcp

Once the MCP is connected, you can ask your AI assistant to build features using the Codex API. Here are some examples to get started.

"Use the Codex API to fetch the current USD price of WETH on Ethereum."

Your assistant will look up thegetTokenPricesquery and write something like:

query { getTokenPrices( inputs: [ { address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2" networkId: 1 } ] ) { address priceUsd } }

"Show me how to get the top 10 trending tokens on Base sorted by 24h volume."

query { filterTokens( filters: { network: [8453] } rankings: [{ attribute: volume24, direction: DESC }] limit: 10 ) { results { token { name symbol address } volume24 priceUSD change24 } } }

"Fetch 1-hour OHLCV candles for the last 24 hours for this token on Solana:So11111111111111111111111111111111111111112."

query { getBars( symbol: "So11111111111111111111111111111111111111112:1399811149" from: 1719792000 to: 1719878400 resolution: "60" ) { o h l c volume t } }

"Set up a WebSocket subscription to stream real-time swap events for a token on Ethereum."

subscription { onEventsCreated( address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2" networkId: 1 ) { address networkId events { eventDisplayType timestamp maker token0SwapValueUsd token1SwapValueUsd transactionHash } } }

"Get all token balances for a wallet on Base."

query { balances( input: { walletAddress: "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045" networks: [8453] } ) { items { tokenAddress balance shiftedBalance token { name symbol } } } }

"Find tokens launched in the last hour on Solana with at least $10k liquidity."

query { filterTokens( filters: { network: [1399811149] liquidity: { gte: 10000 } createdAt: { gte: 1719874800 } } rankings: [{ attribute: createdAt, direction: DESC }] limit: 20 ) { results { token { name symbol address } liquidity priceUSD createdAt } } }`

You don't need to memorize any of this — just describe what you want and your AI assistant will look up the right query from the docs. The examples above are just to show what's possible.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Interact with Alchemy's blockchain APIs to query data without writing code.

Provides real-time cryptocurrency pricing data and market information from major exchanges like Binance, Coinbase, and Kraken via the Luzia API. It enables AI assistants to fetch ticker prices, compare exchange rates, and analyze market trends through specialized tools and prompts.

Paid x402 MCP server for Base-USDC balances, blocks, gas prices, URL security headers, and profile bios.

Blockchain data across 100+ chains — wallet balances, token prices, transactions, DEX pairs, and more. REST API, real-time WebSocket with OHLCV price feeds, CLI, and x402 pay-per-request.

AI-powered data matching, enrichment, standardization, and verification APIs. 29 tools for company/name/address deduplication, business intelligence, email trust scoring, and more. Supports x402 crypto micropayments.

62 real-time data tools for AI agents via MCP. Finance, crypto, FMCSA, sanctions, courts, weather, vehicles, cybersecurity. One bearer token, one bill. Free tier available.

Access the NFTGo Developer API for comprehensive NFT data and analytics. Requires an NFTGo API key.

A simple MCP server that grabs prediction market data from polymarket, PredictIt, & Kalshi.

MCP discovery wrapper for an x402-paid SEC crypto filing radar and CSV/markdown data endpoints for agents, payable in Base USDC.

Real-time and historical FX/crypto signal API for AI agents. Pay-per-call via x402 protocol on Base. No subscription, no API key. Correlation, regime, momentum, volatility across 10 instruments.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.