Model Context Protocol (MCP) server that exposes enriched blockchain data from Codex.io for use by MCP-compatible clients.
https://github.com/Codex-Data/codex-mcpMost blockchain developers spend their day juggling between Claude for code help and multiple browser tabs for on-chain data. Every time you need to check a transaction, analyze a contract, or validate an address, you're breaking your flow and losing momentum.
The Codex MCP Server changes that completely.
This MCP server connects Claude directly to Codex.io's enriched blockchain data. Instead of copying and pasting transaction hashes or explaining contract behavior from memory, you can ask Claude to analyze transactions, explain contract interactions, or research DeFi protocols with real on-chain context.
The result? Your AI conversations become significantly more useful for blockchain development work.
Smart Contract Analysis: "Claude, analyze this transaction hash and explain what went wrong with the token transfer" - with actual transaction data, not guesswork.
DeFi Research: Ask Claude to compare yield farming strategies while it has access to current TVL data, transaction volumes, and protocol metrics.
Debugging Sessions: Instead of describing error conditions, Claude can examine the actual failed transactions and provide specific insights about gas usage, revert reasons, or state changes.
Protocol Integration Planning: Research integration possibilities with real usage data - transaction patterns, user behavior, and protocol health metrics all accessible within your conversation.
The best part? You can try it right now without installing anything:
{
"mcpServers": {
"codex-data": {
"command": "npx",
"args": ["-y", "@codex-data/codex-mcp"],
"env": {
"CODEX_API_KEY": "<your-codex-api-key>"
}
}
}
}
Add that to your Claude Desktop config, restart, and you're connected. No npm installs, no build steps, no configuration files.
Research Phase: Instead of maintaining separate research documents, have Claude analyze protocols and markets with live data during your planning conversations.
Development: Debug smart contract interactions by having Claude examine actual transaction traces and state changes while you're coding.
Analysis: Analyze competitors, evaluate partnerships, or research market conditions with Claude accessing real on-chain metrics.
Due Diligence: Evaluate protocols or tokens with Claude pulling actual usage statistics, holder distributions, and transaction patterns.
The server runs as a standard MCP service - Claude Desktop sees it as another capability, just like file access or web search. It integrates with your current workflow without requiring changes to your development environment or processes.
Your blockchain development just got more intelligent. The data your AI needs is now part of the conversation, not a separate lookup step.
Get your Codex API key and add five lines to your Claude config. Your next smart contract question will have much better answers.