mcpbeat Sign in

Clawswap MCP Server

local only

Clawswap runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 27 Feb 2026.

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

Installs per day peak 16 · avg 7 · +50% w/w
a month agotoday
44
Installs / week
npm · @clawswap/mcp-server
2
Stars
0 open issues
27 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Clawswap every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 clawswap -- npx -y @clawswap/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clawswap": {
      "args": [
        "-y",
        "@clawswap/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clawswap]
command = "npx"
args = ["-y", "@clawswap/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "clawswap": {
      "args": [
        "-y",
        "@clawswap/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clawswap": {
      "args": [
        "-y",
        "@clawswap/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SOLANA_PRIVATE_KEY (Base58-encoded Solana private key (required for Solana → Base bridges)), BASE_PRIVATE_KEY (0x-prefixed hex Base/EVM private key (required for Base → Solana bridges)), SOLANA_RPC_URL (Solana RPC endpoint URL), BASE_RPC_URL (Base RPC endpoint URL). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clawswap

same job, measured the same way
I
SolSigs MCP
by gra-kir

23 Solana on-chain data tools for AI agents via x402 micropayments + rug-screen token verdict

97 installs/wk local only
x402 Merchant Check
by gradientdecisions

Pre-payment merchant trust checks for x402 agents on Base and Solana.

1 tools answering
HTTPayer
by httpayer

x402 micropayments for AI agents — credits-based, no wallets, no blockchain.

58 installs/wk local only
Nutriref
by younghef

Pay-per-call USDA nutrition for AI agents (x402 micropayments in USDC on Base).

local only
AgnicPay
by agnicpay-prog

X402 payment MCP for AI agents. Auto-pay 300+ APIs with USDC on Base and Solana.

answering
X402 MCP
by kwizzlesurp10-ctrl

Pay for HTTP APIs and charge for your own: x402 micropayments in USDC on Base.

23 tools answering
DeriveAI x402 APIs
by deriveit33z-ship-it

25 pay-per-request intelligence APIs for AI agents via x402 micropayments (USDC/Base)

25 tools answering
Spraay Solana Gateway
by plagtech

Batch send SOL or any SPL token to 1000+ wallets via x402. AI agent payments on Solana.

4 tools answering

Clawswap — questions

Answers built from our own checks of this server.

Why is there no uptime for Clawswap?
Clawswap 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 @clawswap/mcp-server was installed 44 times last week.
How do I connect Clawswap?
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 @clawswap/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Clawswap?
The npm package @clawswap/mcp-server was installed 44 times in the last week. Week over week that is +50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clawswap open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.