Skip to content
Cline

x402-market for Cline

io.github.asaishota/mcp-server

Let AI agents pay-per-call for any HTTP API via x402 on Base mainnet. One tool: pay_and_call.

client:Cline transport:stdio runtime:npm

Install x402-market in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@x402-market/mcp-server"
      ],
      "env": {
        "MARKET_API_URL": "<MARKET_API_URL>",
        "MCP_BUYER_PRIVATE_KEY": "<MCP_BUYER_PRIVATE_KEY>",
        "BASE_RPC_URL": "<BASE_RPC_URL>",
        "BASE_CHAIN_ID": "<BASE_CHAIN_ID>",
        "MCP_MAX_PRICE": "<MCP_MAX_PRICE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

x402-market in other clients