Clawswap MCP Server

Send, swap, and bridge tokens cross-chain between Solana and Base - gasless, in one tool call. Built for AI agents using the Model Context Protocol (MCP). Its README documents 3 tools, including clawswap_bridge, clawswap_quote, clawswap_status. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-02-27 · ★ 2 · #191 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Clawswap

before you install - you'll need

Set SOLANA_PRIVATE_KEY, BASE_PRIVATE_KEY before connecting.

Claude Code

claude mcp add wartech9-clawswap-mcp -- npx -y @clawswap/mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @clawswap/mcp-server - the @clawswap scope differs from the repo owner (wartech9); confirm it's the project's official package

registry namespace io.github.WarTech9 is GitHub-verified and matches the repo owner

03 · What Clawswap can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 3 documented tools, including clawswap_bridge, clawswap_quote, clawswap_status.

The 3 tools it gives your agent

Extracted from the project's README - what clawswap lets an agent do.

clawswap_bridge
- Bridge tokens between Solana and Base. Handles the entire flow automatically.
clawswap_quote
- Preview a bridge quote without executing. Free, no payment required.
clawswap_status
- Check the status of a previously initiated bridge.

04 · Who maintains Clawswap

clawswap is maintained by wartech9. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
finance - ranked #191 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.WarTech9/clawswap (active, first published 2026-02-27)
packages
npm:@clawswap/mcp-server

06 · Clawswap FAQ

Is Clawswap still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-27. We re-verify nightly.

What can Clawswap do?

An agent gets 3 documented tools, including clawswap_bridge, clawswap_quote, clawswap_status.

How do I install Clawswap?

Run `npx -y @clawswap/mcp-server`. The README documents 2 environment variables (SOLANA_PRIVATE_KEY, BASE_PRIVATE_KEY) to set first. Set SOLANA_PRIVATE_KEY, BASE_PRIVATE_KEY before connecting. You can also paste the ready-made client config above.

Does Clawswap run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Clawswap