This MCP server facilitates the sending, swapping, and bridging of tokens between Solana and Base in a gasless manner, designed for AI agents using the Model Context Protocol (MCP).
From the registry: Cross-chain swaps between Solana and Base for AI agents paid for via via x402 micropayments.
Please install the `clawswap` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Solana and Base private keys** — Local wallet private keys for both chains
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@clawswap/mcp-server"]
- required environment variables:
- `SOLANA_PRIVATE_KEY`: Base58-encoded Solana private key (example: `<your-solana-private-key>`)
- `BASE_PRIVATE_KEY`: 0x-prefixed hex Base (EVM) private key (example: `<your-base-private-key>`)
Note: Cross-chain token send/swap/bridge between Solana and Base. Gasless. Handles quote → sign → submit → settlement.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.SOLANA_PRIVATE_KEYrequiredBase58-encoded Solana private key for Solana to Base transactions.BASE_PRIVATE_KEYrequired0x-prefixed hex Base/EVM private key for Base to Solana transactions.SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)