PluginBench
MCP Server

io.github.Ooak21/cortex402 MCP Server

io.github.Ooak21/cortex402

What is the io.github.Ooak21/cortex402 MCP server?

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

How to install io.github.Ooak21/cortex402

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CORTEX402_WALLET_PRIVATE_KEY
    required
    secret

    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.

  • CORTEX402_MAX_PAYMENT_USDC

    Per-call payment ceiling in USDC. Defaults to 5.00 (covers sanctions $0.50, aviation $0.10, property $2.00 with headroom). Raise if calling other x402 endpoints through this server.

Claude Desktop
~/Library/Application Support/Claude/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": "<YOUR_CORTEX402_BASE_URL>",
        "CORTEX402_MAX_PAYMENT_USDC": "<YOUR_CORTEX402_MAX_PAYMENT_USDC>"
      }
    }
  }
}
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": "<YOUR_CORTEX402_BASE_URL>",
        "CORTEX402_MAX_PAYMENT_USDC": "<YOUR_CORTEX402_MAX_PAYMENT_USDC>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cortex402": {
      "command": "npx",
      "args": [
        "-y",
        "cortex402-mcp"
      ],
      "env": {
        "CORTEX402_WALLET_PRIVATE_KEY": "<YOUR_CORTEX402_WALLET_PRIVATE_KEY>",
        "CORTEX402_BASE_URL": "<YOUR_CORTEX402_BASE_URL>",
        "CORTEX402_MAX_PAYMENT_USDC": "<YOUR_CORTEX402_MAX_PAYMENT_USDC>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cortex402": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cortex402-mcp"
      ],
      "env": {
        "CORTEX402_WALLET_PRIVATE_KEY": "<YOUR_CORTEX402_WALLET_PRIVATE_KEY>",
        "CORTEX402_BASE_URL": "<YOUR_CORTEX402_BASE_URL>",
        "CORTEX402_MAX_PAYMENT_USDC": "<YOUR_CORTEX402_MAX_PAYMENT_USDC>"
      }
    }
  }
}
Claude Code
claude mcp add cortex402 --env CORTEX402_WALLET_PRIVATE_KEY=<YOUR_CORTEX402_WALLET_PRIVATE_KEY> --env CORTEX402_BASE_URL=<YOUR_CORTEX402_BASE_URL> --env CORTEX402_MAX_PAYMENT_USDC=<YOUR_CORTEX402_MAX_PAYMENT_USDC> -- npx -y cortex402-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →