Skip to content
Cline

8004swap mcp for Cline

io.github.stakemate369/8004swap-mcp

MCP server exposing 8004Swap (no-KYC agent-to-agent RFQ swap) as tools any MCP agent can call.

client:Cline transport:stdio runtime:npm

Install 8004swap mcp 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": {
    "8004swap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@stakemate/8004swap-mcp-server"
      ],
      "env": {
        "AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
        "RELAY_URL": "<RELAY_URL>",
        "RPC_URL": "<RPC_URL>"
      }
    }
  }
}

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

8004swap mcp in other clients