spraay-solana-gateway
Server Details
Batch send SOL or any SPL token to 1000+ wallets via x402. AI agent payments on Solana.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- plagtech/spraay-solana-gateway
- GitHub Stars
- 0
- Server Listing
- spraay-solana-gateway
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 4 of 4 tools scored.
Each tool has a clearly distinct purpose: batch sending SOL, batch sending SPL tokens, getting a quote, and checking transaction status. There is no overlap or ambiguity between them.
All tools share the spraay_solana_ prefix and use snake_case, but 'quote' and 'status' are less explicit than 'get_quote' and 'get_status'. Still, the pattern is predictable and mostly consistent.
Four tools is well-suited for this gateway's purpose. Each tool covers a necessary step in the batch-send workflow without redundancy or bloat.
The tool set covers the full workflow: obtaining a quote before sending, executing batch sends for both native SOL and SPL tokens, and checking the status of a transaction. No obvious gaps exist.
Available Tools
4 toolsspraay_solana_batch_send_solAInspect
Batch send SOL to multiple Solana wallets in one call. Supports up to 1000 recipients. Auto-chunks large batches. Costs $0.01 USDC via x402 protocol.
| Name | Required | Description | Default |
|---|---|---|---|
| recipients | Yes | Array of recipients |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of transparency. It discloses capacity, auto-chunking, and cost via x402, but omits important mutation details such as whether the send is irreversible, failure handling, or that it executes real transfers from the user's wallet. It adds some behavioral context but not enough to fully prepare an agent for side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four short sentences, front-loaded with the action, and includes only essential details (capacity, auto-chunking, cost). No wasted words or redundant schema repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter tool with no output schema, the description covers key operational aspects: batch purpose, recipient limit, auto-chunking, and cost. It could add when to use for SOL vs tokens or confirm the sending wallet context, but it is largely complete for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% as the 'recipients' parameter and its nested properties are fully described. The description only reiterates the max count from the schema and adds the auto-chunking behavior, which is not parameter semantics. Baseline 3 is appropriate since schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool batches SOL sends to multiple wallets, with the verb 'send' and specific resource 'SOL'. It distinguishes itself from siblings like batch_send_token and quote/status by explicitly indicating SOL, not tokens, and batch sending.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context for when to use (sending SOL to many recipients) and adds practical details like up to 1000 recipients and auto-chunking. It does not explicitly exclude alternatives or mention when not to use, but the context is strong enough for an agent to decide.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
spraay_solana_batch_send_tokenAInspect
Batch send any SPL token (USDC, BONK, WIF, JUP, etc.) to multiple Solana wallets. Auto-creates token accounts. Costs $0.01 USDC via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | SPL token mint address (base58) | |
| recipients | Yes | Array of recipients |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry full behavioral disclosure. It discloses the $0.01 USDC cost and token account auto-creation, which are meaningful side effects. But it omits irreversibility, failure behavior, permission requirements, and any rate or size limits beyond schema maxItems, leaving gaps for a mutation tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences front-load the core action, include concrete token examples, and add the practical cost detail. Every word earns its place with no fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no annotations, the description should explain return values and failure modes. It covers the action, cost, and side effect, but not what the agent can expect as a response, whether the operation is synchronous, or how errors are signaled—making it incomplete for a transaction tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%—both 'mint' and 'recipients' have descriptions in the schema. The tool description adds no extra parameter-level meaning beyond what the schema already provides, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function with a specific verb ('Batch send'), identifies the resource ('any SPL token'), and gives concrete examples. It naturally distinguishes from the sibling SOL batch send tool by explicitly targeting token assets.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for SPL token transfers and provides helpful context like cost and auto-account creation. However, it does not explicitly mention alternatives or when-not-to-use, such as 'use batch_send_sol for SOL transfers', so it falls short of explicit exclusion guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
spraay_solana_quoteAInspect
Get a cost estimate for a Spraay batch send on Solana. Returns fees, tx count, and timing. Costs $0.001 USDC via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Token symbol: SOL, USDC, BONK, etc. | |
| recipients | Yes | Number of recipients |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses the return contents (fees, tx count, timing) and importantly reveals the quote costs $0.001 USDC via x402, a key behavioral trait. It doesn't mention auth or side effects, but 'cost estimate' implies no token movement.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the main purpose, and every sentence adds value. The cost disclosure is essential and concise. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given a simple 2-param tool with no output schema and no annotations, the description explains what it returns and the cost. It could explicitly say 'does not send tokens' but 'cost estimate' implies that. Fairly complete for the tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already explains both 'token' and 'recipients'. The description adds no additional parameter-level meaning beyond what the schema provides, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Get a cost estimate') and names the resource ('Spraay batch send on Solana'), clearly distinguishing it from the sibling tools that actually send or check status. It immediately conveys what the tool does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It implies usage context: cost estimate before batch send. It doesn't explicitly name alternatives or exclusions, but 'Get a cost estimate' naturally positions it as a precursor to the batch send tools. Clear context but no explicit when-not-to-use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
spraay_solana_statusAInspect
Check the status of a Solana transaction by its signature. Costs $0.001 USDC via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| txid | Yes | Solana transaction signature |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the cost of $0.001 USDC via x402, which is important behavioral context. However, it does not mention return format, potential errors, or whether it requires authentication, leaving some gaps for a simple read operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with purpose and followed by cost. Every word earns its place, with no fluff or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with one parameter and no output schema. The description covers purpose and cost but does not explain what the response contains (e.g., status value, error handling). Since no output schema exists, the description should carry more weight for return-value expectations, which it lacks.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already fully describes the only parameter (txid as 'Solana transaction signature') with 100% coverage. The description adds no additional parameter semantics beyond what the schema provides, warranting the baseline score of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Check the status of a Solana transaction') and the resource ('by its signature'). This distinguishes it from sibling tools that send tokens or provide quotes. It is specific and actionable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when you need transaction status, but it does not explicitly mention when to use it versus alternative tools. No exclusions or alternative references are provided, so the guidance is implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityFmaintenanceEnables AI agents to make micropayments using USDC on Solana via the x402 protocol, supporting payment requests, on-chain verification, and revenue tracking.MIT
- AlicenseAqualityDmaintenanceEnables AI agents to batch-send ETH or ERC-20 tokens to multiple recipients in one transaction on Base, drastically reducing gas costs.491MIT
- AlicenseAqualityDmaintenanceProvides permissionless wallet infrastructure for AI agents to manage wallets, sign transactions, and handle tokens across Solana and all EVM-compatible chains. It includes 29 specialized tools for on-chain operations, featuring built-in security guards and automated x402 payment processing without KYC requirements.293343MIT
- Alicense-qualityAmaintenanceA budget-bound x402 payment wallet for AI agents: it autonomously pays HTTP 402 payment-gated URLs across every major chain (EVM, Solana, and many non-EVM families). Self-custodial and backendless, your key, your RPC, with spend caps enforced before any on-chain send.7MIT
Your Connectors
Sign in to create a connector for this server.