🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@suwappu/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@suwappu/mcp-server

MCP server for Suwappu — cross-chain DEX for AI agents. Swap tokens across 7+ chains.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@suwappu/mcp-server

MCP server for Suwappu — cross-chain DEX for AI agents.

Swap tokens across 7+ chains from Claude Desktop, Cursor, Windsurf, or any MCP client.

Quick Start

1. Get an API key

curl -X POST https://api.suwappu.bot/v1/agent/register \
  -H "Content-Type: application/json" \
  -d '{"name": "my-agent"}'

2. Configure Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

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

3. Use it

Ask Claude: "Get me a quote for swapping 0.5 ETH to USDC on Base"

Tools

ToolDescription
get_quoteSwap quotes across 7+ chains
get_portfolioWallet balances across all chains
get_pricesToken prices with 24h change
list_chainsSupported chains
list_tokensTokens per chain
execute_swapExecute a swap from a quote

Environment Variables

VariableRequiredDefault
SUWAPPU_API_KEYYes
SUWAPPU_API_URLNohttps://api.suwappu.bot

License

MIT

Keywords

mcp

FAQs

Package last updated on 08 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts