mcpbeat Sign in

Suwappu MCP Server

by 0xsoftboi Your server? Claim it
local only

Suwappu runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 14 · avg 6 · +87% w/w
a month agotoday
39
Installs / week
npm · @suwappu/mcp-server
4
Stars
67 open issues
14 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted flet-curve/src/assets/mock_wallet.js:25
    "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+PHJlY3Qgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiByeD0iMTQiIGZpbGw9IiM2NzUwQTQiLz48cGF0aCBkPSJNMTQgNDZWMThoOWw5IDE2IDktMTZoOXYyOGgtOFYzMmwtNyAxMmgtNmwtNy0xMnYxNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=";
                open(os.path.join(args.out, f"{tier}_{days}d.svg"), "w").write(svg)
Builds a database query by concatenation nft/position-cards/render.py:315, flet-curve/src/ui/swap.py:619
    _, jit, dens, drop = _field_state(seed)
    step = (18 + seed % 14) / dens
    rot = 30 + seed % 30
Runs an external command packages/sdk/src/cli/ai/backends.ts:17
    const result = spawnSync(bin, ["--version"], { stdio: "ignore" });
Image runs as root api/Dockerfile:2
USER root
Page loads a third-party script terminal/index.html:8, webapp/index.html:9
    <script src="https://telegram.org/js/telegram-web-app.js"></script>
Secret passed into the image build webapp/Dockerfile:35
ENV VITE_ALCHEMY_API_KEY=$VITE_ALCHEMY_API_KEY
Page executes code built at runtime api/static/wallet-probe.html:53
  $("prov").innerHTML = provider.isRobinhoodMobileWallet
Dumps the whole environment flet-curve/tools/build_router.py:139
        env = dict(os.environ)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add suwappu -- npx -y @suwappu/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "suwappu": {
      "args": [
        "-y",
        "@suwappu/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.suwappu]
command = "npx"
args = ["-y", "@suwappu/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "suwappu": {
      "args": [
        "-y",
        "@suwappu/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "suwappu": {
      "args": [
        "-y",
        "@suwappu/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SUWAPPU_API_KEY (Your Suwappu API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Suwappu

same job, measured the same way
Printr
by printrfi

Let AI agents create, discover, and track tokens across chains via Printr.

104 installs/wk local only
Onlyswaps
by nicofains1

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

37 installs/wk local only
Haiku DeFi MCP
by haiku-trading

DeFi execution for AI agents — swap, lend, bridge, and yield across 22 chains.

53 installs/wk local only
Hive Swap
by srotzin

Cross-chain token swaps for autonomous agents on Base L2 and partner rails

1 tools answering
Delora MCP
by deloraprotocol

Delora MCP server for cross-chain quotes, supported chains, tokens, and tools.

68 installs/wk 6 tools answering
Evmscope
by calintzy

EVM blockchain intelligence toolkit for AI agents. 20 tools across 5 chains. Zero config.

43 installs/wk local only
Clawswap
by wartech9

Cross-chain swaps between Solana and Base for AI agents paid for via via x402 micropayments.

44 installs/wk local only
Ophis MCP
by ophis

Gasless, MEV-protected onchain token swaps for AI agents on 14 EVM chains, built on CoW Protocol.

14 tools answering

Suwappu — questions

Answers built from our own checks of this server.

Why is there no uptime for Suwappu?
Suwappu runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @suwappu/mcp-server was installed 39 times last week.
How do I connect Suwappu?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @suwappu/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Suwappu?
The npm package @suwappu/mcp-server was installed 39 times in the last week. Week over week that is +87%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Suwappu open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 4 stars on GitHub and 67 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.