← Index

io.github.Ooak21/cortex402

io.github.Ooak21/cortex402·v0.1.1·Maps & Location
Quality Score
80
/100

Pay-per-call x402 data products on Base mainnet — sanctions, aviation weather, US property.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cortex402": {
      "command": "npx",
      "args": [
        "-y",
        "cortex402-mcp"
      ],
      "env": {
        "CORTEX402_WALLET_PRIVATE_KEY": "<your-cortex402_wallet_private_key>",
        "CORTEX402_BASE_URL": "<cortex402_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cortex402": {
      "command": "npx",
      "args": [
        "-y",
        "cortex402-mcp"
      ],
      "env": {
        "CORTEX402_WALLET_PRIVATE_KEY": "<your-cortex402_wallet_private_key>",
        "CORTEX402_BASE_URL": "<cortex402_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y cortex402-mcp
§02  Environment variables
CORTEX402_WALLET_PRIVATE_KEY
requiredsecret

Private key (hex, 0x-prefixed) for an EVM wallet on Base mainnet holding USDC. Used to sign EIP-3009 transferWithAuthorization for each call. Easiest funding: Coinbase Wallet → Buy → USDC on Base network → debit card (~$5 covers ~50 calls).

CORTEX402_BASE_URL

Override the API base URL. Defaults to https://cortex402.vercel.app — only set this for staging or local development.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Maps & Location