Odel
8004swap

8004swap

Local
@stakemate369TypeScriptMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@stakemate/8004swap-mcp-serverv0.1.0

Run

npx -y @stakemate/8004swap-mcp-server

MCP client config

{
  "mcpServers": {
    "8004swap": {
      "command": "npx",
      "args": [
        "-y",
        "@stakemate/8004swap-mcp-server"
      ]
    }
  }
}