Odel
suwappubot

suwappubot

Local
@0xsoftboi3PythonApache-2.0Updated 5 days ago

Cross-chain DEX for AI agents. Swap tokens across 7+ chains.

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@suwappu/mcp-serverv0.1.1

Run

npx -y @suwappu/mcp-server

MCP client config

{
  "mcpServers": {
    "suwappubot": {
      "command": "npx",
      "args": [
        "-y",
        "@suwappu/mcp-server"
      ]
    }
  }
}