MCP.so
Sign In

Spraay Solana Gateway — Batch Payments For Ai Agents On Solana

@plagtech

About Spraay Solana Gateway — Batch Payments For Ai Agents On Solana

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

plagtech

Submitted by

Plag

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "spraay-solana": {
      "url": "https://gateway-solana.spraay.app/mcp"
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Spraay Solana Gateway — Batch Payments For Ai Agents On Solana?

Spraay Solana Gateway is an x402-powered batch payment infrastructure for AI agents on Solana. It allows any AI agent to batch send SOL, USDC, BONK, or any SPL token to 1,000+ wallets via the x402 payment protocol, with no API keys or accounts required—pay per request.

How to use Spraay Solana Gateway — Batch Payments For Ai Agents On Solana?

Clone the repository, install dependencies, configure environment variables (treasury wallet and private key), and run npm run dev or npm start. Use the provided HTTP endpoints (e.g., POST /solana/batch-send-sol) with an X-PAYMENT header containing a base64 payment proof. An MCP server is also included for AI agent framework integration—run node mcp/spraay-solana-mcp.js to expose tools like spraay_solana_batch_send_sol.

Key features of Spraay Solana Gateway — Batch Payments For Ai Agents On Solana

  • x402 payment protocol with per‑request billing
  • Batch send SOL, USDC, BONK, or any SPL token
  • Send to 1,000+ wallets in a single request
  • No API keys, no accounts required
  • Built‑in MCP server for AI agent frameworks
  • Health check and x402 discovery endpoints

Use cases of Spraay Solana Gateway — Batch Payments For Ai Agents On Solana

  • AI agents distributing rewards to thousands of users
  • Automated airdrops or token distribution campaigns
  • Batching micro‑payments for agent‑to‑agent transactions
  • Paying for services or data across multiple wallets
  • Testing token transfers on Solana devnet with a quote endpoint

FAQ from Spraay Solana Gateway — Batch Payments For Ai Agents On Solana

What tokens can I send with the gateway?

You can batch send SOL, USDC, BONK, or any SPL token. Specify the token mint address when using the /solana/batch-send-token endpoint.

Do I need an account or API key?

No. There are no accounts, no API keys, and no registration. You simply pay per request via the x402 protocol.

How does the x402 payment flow work?

  1. Send a request without payment → gateway returns 402 Payment Required with Solana USDC payment instructions. 2. Send USDC to the treasury address. 3. Retry the request with the payment proof in the X-PAYMENT header. 4. The gateway verifies payment and executes the batch transfer.

What is the cost of using the endpoints?

Batch send endpoints cost $0.01 per request, the quote and status endpoints cost $0.001 per request, and the health check and x402 manifest are free.

Does the gateway integrate with AI agent frameworks?

Yes. An MCP server is included (node mcp/spraay-solana-mcp.js) that exposes tools such as spraay_solana_batch_send_sol, spraay_solana_batch_send_token, spraay_solana_quote, and spraay_solana_tx_status.

Comments

More Other MCP servers