PluginBench
MCP Server

io.github.nicofains1/onlyswaps MCP Server

io.github.nicofains1/onlyswaps

What is the io.github.nicofains1/onlyswaps MCP server?

DEX meta-aggregator for AI agents. Best prices from 15+ aggregators across 13 chains.

How to install io.github.nicofains1/onlyswaps

Copy-paste configuration for popular MCP clients.

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

    OnlySwaps API URL (default: https://api.onlyswaps.fyi)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "onlyswaps": {
      "command": "npx",
      "args": [
        "-y",
        "@onlyswaps/mcp-server"
      ],
      "env": {
        "ONLYSWAPS_API_URL": "<YOUR_ONLYSWAPS_API_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "onlyswaps": {
      "command": "npx",
      "args": [
        "-y",
        "@onlyswaps/mcp-server"
      ],
      "env": {
        "ONLYSWAPS_API_URL": "<YOUR_ONLYSWAPS_API_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "onlyswaps": {
      "command": "npx",
      "args": [
        "-y",
        "@onlyswaps/mcp-server"
      ],
      "env": {
        "ONLYSWAPS_API_URL": "<YOUR_ONLYSWAPS_API_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "onlyswaps": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@onlyswaps/mcp-server"
      ],
      "env": {
        "ONLYSWAPS_API_URL": "<YOUR_ONLYSWAPS_API_URL>"
      }
    }
  }
}
Claude Code
claude mcp add onlyswaps --env ONLYSWAPS_API_URL=<YOUR_ONLYSWAPS_API_URL> -- npx -y @onlyswaps/mcp-server

Related MCP servers

Ad network for AI agents — monetize MCP servers with contextual ads. 70% revenue share.

View repository →

Multi-agent observability: cascade failure detection, heartbeats, and forensic replay

View repository →