Loading...
npx @codex-data/codex-mcp{
"mcpServers": {
"codex-data": {
"command": "npx",
"args": ["-y", "@codex-data/codex-mcp"],
"env": {
"CODEX_API_KEY": "<your-codex-api-key>"
}
}
}
}get_blockchain_dataRetrieves enriched blockchain data from the Codex API.
Read-only operation with no side effects.
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.