Loading...

Codex MCP Server provides enriched blockchain data via the Model Context Protocol, enabling integration with compatible clients using an API key.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Codex MCP Server provides enriched blockchain data via the Model Context Protocol, enabling integration with compatible clients using an API key.
The Codex MCP Server is relatively safe for read-only access to blockchain data. The primary risk is the potential compromise of the Codex API key, which could lead to unauthorized data access. Ensure the API key is securely stored and managed.
Performance is dependent on the Codex API's response times and the network connection. Consider caching frequently accessed data to improve performance.
Cost is primarily determined by the usage of the Codex API, which may have associated fees based on data volume and request frequency. Monitor API usage to avoid unexpected costs.
npx @codex-data/codex-mcp{
"mcpServers": {
"codex-data": {
"command": "npx",
"args": ["-y", "@codex-data/codex-mcp"],
"env": {
"CODEX_API_KEY": "<your-codex-api-key>"
}
}
}
}CODEX_API_KEYget_blockchain_dataRetrieves enriched blockchain data from the Codex API.
Read-only operation with no side effects.
API Key
local
The Codex MCP Server is relatively safe for read-only access to blockchain data. The primary risk is the potential compromise of the Codex API key, which could lead to unauthorized data access. Ensure the API key is securely stored and managed.
The server primarily provides read-only access, limiting the scope for autonomous destructive actions. Sandboxing is implicit due to the stdio execution model.
Production Tip
Monitor API usage and ensure the Codex API key is securely managed in a production environment.
It's a server that provides enriched blockchain data from Codex, accessible via the Model Context Protocol.
You can obtain your API key from the Codex Dashboard.
It's relatively safe for read-only access, but ensure your API key is securely managed.
You can access enriched blockchain data, including transaction details, smart contract information, and market data.
No, the server only provides read-only access to blockchain data.
You can configure Claude Desktop by adding a new server configuration in the Developer tab, specifying the command and API key.
The cost depends on your usage of the Codex API, which may have associated fees based on data volume and request frequency.