Back to MCP Directory
Codex
Model Context Protocol moderate risk

Codex

Codex MCP Server provides enriched blockchain data via the Model Context Protocol, enabling integration with compatible clients using an API key.

Connections & Capabilities

Connects To

GitHub

Capabilities

read

Quickstart

Install

npx @codex-data/codex-mcp

Config

{
  "mcpServers": {
    "codex-data": {
      "command": "npx",
      "args": ["-y", "@codex-data/codex-mcp"],
      "env": {
        "CODEX_API_KEY": "<your-codex-api-key>"
      }
    }
  }
}

Exposed MCP Tools (1)

safe
get_blockchain_data

Retrieves enriched blockchain data from the Codex API.

Read-only operation with no side effects.

Safety Assessment

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.

  • Read-only access to blockchain data.
  • Requires an API key for authentication.
  • No direct write or delete operations.
  • Runs in stdio mode, limiting external exposure.
  • API key compromise could expose data.
  • Potential for data exfiltration if not properly secured.
  • Reliance on Codex API availability.
  • No explicit rate limiting mentioned, potential for abuse.