spraay-solana-gateway
About
Batch send SOL or any SPL token to 1000+ wallets via x402. AI agent payments on Solana.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
TransportHTTP (remote server)
Claude Code
claude mcp add --transport http spraay-solana-gateway https://gateway-solana.spraay.app/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"spraay-solana-gateway","type":"http","url":"https://gateway-solana.spraay.app/mcp"}'
JSON
{
"mcpServers": {
"spraay-solana-gateway": {
"url": "https://gateway-solana.spraay.app/mcp"
}
}
}