← Back to Plugins
MCP Server MCP

io.github.WarTech9/clawswap

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @clawswap/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@clawswap/mcp-server",
      "version": "0.1.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base58-encoded Solana private key (required for Solana → Base bridges)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SOLANA_PRIVATE_KEY"
        },
        {
          "description": "0x-prefixed hex Base/EVM private key (required for Base → Solana bridges)",
          "format": "string",
          "isSecret": true,
          "name": "BASE_PRIVATE_KEY"
        },
        {
          "description": "Solana RPC endpoint URL",
          "format": "string",
          "name": "SOLANA_RPC_URL"
        },
        {
          "description": "Base RPC endpoint URL",
          "format": "string",
          "name": "BASE_RPC_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...