Solana Cleanup
Server Details
Read-only Solana and crypto reserve-recovery scans, pricing, chain facts, and methodology.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Tool Definition Quality
Average 4.1/5 across 5 of 5 tools scored. Lowest: 3.4/5.
The two scan tools are mostly distinct by chain (Solana vs. other chains), but both perform 'scan reserves' style read-only lookups, so an agent might conflate them. The three get_* tools are clearly separated by topic, but overall there is some ambiguity between which scan covers which asset.
All tools use a `recoversolrent.<verb>_<noun>` pattern with verbs like get_ and scan_, which is fairly consistent. The mix of `get_methodology`, `get_pricing`, `get_supported_chains`, `scan_reserves`, and `scan_solana` is readable, though `scan_solana` could be more symmetric with a noun like `scan_accounts`.
Five tools is a compact, focused set for a Solana/reserve-recovery utility. Each tool covers an obvious need: methodology, pricing, supported chains, scanning, and Solana-specific scanning, so none feel superfluous.
The server covers discovery/information and read-only scanning, which matches a 'cleanup' analysis tool, but there is no recovery execution tool or estimate disclaimer tool beyond the methodology. For a cleanup server, the lack of any action/claim step may be a notable gap, though it may be intentionally read-only.
Available Tools
5 toolsrecoversolrent.get_methodologyGet recovery methodologyARead-onlyIdempotentInspect
Return the product safety boundary, exact-versus-estimate policy, and canonical documentation links.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, openWorld, and non-destructive behavior. The description adds useful context by specifying exactly what the caller receives, including canonical documentation links, and does not contradict the annotations.
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?
One tightly written sentence that front-loads the operation and enumerates the exact return content without filler, repetition, or extraneous detail.
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 parameterless, read-only metadata lookup, the description plus annotations cover everything an agent needs to select and invoke the tool. The absence of an output schema is mitigated because the description enumerates the high-level return items.
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?
This tool has zero parameters and schema coverage is 100%, so there is nothing for the description to add about parameter meaning. A no-parameter tool receives a baseline of 4.
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, 'Return', and names three concrete outputs: product safety boundary, exact-versus-estimate policy, and canonical documentation links. This clearly distinguishes it from sibling tools like get_pricing and get_supported_chains.
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 context is implied: use this tool when you need recovery methodology or policy details. However, it does not explicitly state when to use it versus siblings, nor does it name alternative tools or exclusion conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recoversolrent.get_pricingGet Recover SOL Rent pricingARead-onlyIdempotentInspect
Return the disclosed success-fee, referral discount, revenue split, payout threshold, and whether fee collection is configured.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false, so the safety profile is covered. The description adds meaningful behavioral value by specifying exactly what information is returned and emphasizing 'disclosed' rates plus whether fee collection is configured, which helps the agent understand the tool's scope.
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 a single, information-dense sentence with no filler. The verb 'Return' is front-loaded, and the list of specific fields conveys maximum information with minimal 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 the tool has zero parameters, a simple read-only operation, and no output schema, the description is complete enough. It enumerates the exact data points the agent can expect, which compensates for the absent output schema.
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 tool has zero parameters and the schema coverage is 100%, so the baseline for param semantics is 4. The description adds no parameter details, but none are needed because the schema is empty and the tool takes no inputs.
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 ('Return') and names a precise resource ('pricing') plus a concrete list of returned fields (success-fee, referral discount, revenue split, payout threshold, fee collection configured). This clearly distinguishes it from siblings like get_methodology, get_supported_chains, and the scan_* tools.
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 this is the tool to call when pricing or fee configuration is needed, but it does not explicitly state when to use it versus the siblings, nor does it provide exclusion conditions. Sibling names give context, but the guidance is implicit rather than stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recoversolrent.get_supported_chainsList supported recovery chainsBRead-onlyIdempotentInspect
List live and researched crypto reserve-recovery mechanisms, readiness, confidence, and official protocol sources.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already communicate read-only, idempotent, and non-destructive behavior, so the description adds context by mentioning 'live and researched' mechanisms and their readiness, confidence, and sources. It does not clarify what 'supported' means or how current 'live' data actually is, but it does add some behavioral context beyond the annotations.
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 a single compact sentence, front-loaded with the action 'List' and no filler. It is efficient, though the mismatch between 'chains' in the title and 'mechanisms' in the description creates some avoidable ambiguity.
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 zero-parameter, read-only, non-destructive list tool, the description names the main output areas and the annotations cover the operational profile. It could be more complete by explicitly referencing 'supported recovery chains' and explaining the meaning of readiness/confidence, but it is sufficient for an agent to invoke the tool correctly.
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 tool has zero parameters and schema coverage is complete, so there are no parameter semantics that the description needs to explain. This is the appropriate baseline for a no-parameter tool.
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?
Description opens with a specific verb 'List' and identifies the resource as 'crypto reserve-recovery mechanisms' plus their attributes: readiness, confidence, and official protocol sources. It is reasonably distinguishable from sibling scanning tools, though it says 'mechanisms' where the title says 'chains,' which adds slight ambiguity.
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 provides no guidance about when to use this tool versus alternatives such as get_methodology, get_pricing, scan_reserves, or scan_solana. An agent must infer the intended use from the name and title alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recoversolrent.scan_reservesScan recoverable crypto reservesARead-onlyIdempotentInspect
Read public chain state for Algorand, Stellar, XRP Ledger, NEAR, or Sui and return eligible reserve-release candidates. NEAR also requires the fungible-token contract. Results are read-only; NEAR and Sui are estimates.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | ||
| address | Yes | Public mainnet wallet/account address for the selected chain. | |
| contract | No | Required only for NEAR: the NEP-141 fungible-token contract account. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is established. The description adds value beyond annotations by disclosing that NEAR and Sui results are estimates, and that it reads public chain state. This is useful behavioral context not present in the structured fields.
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 three short sentences with no filler. It front-loads the core purpose, then adds the NEAR-specific requirement, then the read-only and estimate caveats. Every sentence earns its place.
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 description covers the core operation, supported chains, the conditional contract parameter, and an important output-estimate caveat. However, there is no output schema, and the description does not expand on what an 'eligible reserve-release candidate' looks like or how results are structured, leaving some ambiguity for the agent.
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 67%: chain has an enum, address has a clear description, and contract has a description. The description mainly restates the contract requirement already present in the schema ('Required only for NEAR'), so it adds limited semantic value beyond what the input schema already provides.
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 names a specific action (read public chain state) and a specific outcome (return eligible reserve-release candidates), and lists the exact chains covered. This clearly differentiates it from sibling recoversolrent.scan_solana, which presumably handles Solana while this tool does not.
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 clearly signals when to use it: for Algorand, Stellar, XRP Ledger, NEAR, or Sui. It also highlights the NEAR-specific contract requirement. It does not explicitly say 'use scan_solana for Solana' or list exclusions, but the chain list makes the intended usage context reasonably clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recoversolrent.scan_solanaScan Solana token accountsARead-onlyIdempotentInspect
Read public Solana account state and identify empty token accounts, possible dust balances, possible NFTs, and current rent held by each account. This never creates or signs a transaction.
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | A base58 Solana public wallet address. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and destructiveHint false. The description adds the explicit safety guarantee that the tool never creates or signs a transaction, which is valuable for an agent deciding to invoke a recovery-related tool. It also lists the categories of findings it produces, adding context beyond the annotations.
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 with no filler. The main action and outputs are front-loaded, and the non-transactional caveat is stated separately and clearly.
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 simple one-parameter read-only tool with strong annotations, the description is nearly complete. It lists the types of accounts and conditions it identifies, which partially compensates for the absent output schema. Minor gaps include no mention of response format or rate limits, but these are not critical given the tool's simplicity.
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 documents the single 'wallet' parameter with 100% coverage, including its base58 format. The description does not add meaning about the parameter beyond saying it reads public account state, which is a general statement rather than parameter-specific guidance. Baseline 3 applies.
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 ('Read') and resource ('public Solana account state'), and enumerates concrete outputs (empty token accounts, dust balances, NFTs, rent). This clearly distinguishes it from siblings like scan_reserves and the meta tools.
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 provides clear context for when to use the tool—whenever you need to read Solana account state and identify token account conditions. It does not explicitly name alternatives or exclusions, but the Solana-specific scope and the tool name make the intended use obvious.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 19 MCP tools.
Free read-only crypto whale-tracking & market-data MCP tools across 14 chains. No auth.
Rug pull risk and on-chain forensics for tokens on Solana, Ethereum, Base and Robinhood.
Crypto rug/scam-risk scans + wallet snapshots (EVM + Solana), paid per call via x402.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceProvides read-only Solana wallet intelligence for evidence-first copy-trading research, enabling exact wallet activity, parsed swaps, transaction evidence, current positions, token snapshots, source-vs-copy comparisons, watchlist scans, and partial Odin-rule classification.
- -licenseNot gradedqualityNot gradedmaintenanceEnables read-only on-chain analysis to spot trending and new memecoin pools, evaluate rug risk, and surface early buyer wallets across Solana, Base, and Ethereum.
- FlicenseAqualityCmaintenanceOn-chain investigation and analysis tools for Solana blockchain, enabling detection of wash trading, funding source tracing, holder concentration analysis, and MEV/bundle activity identification.43
- AlicenseAqualityBmaintenancePaid access to Solana DeFi risk intelligence — rug/honeypot scans, liquidity-pool analysis, and wash-trade-filtered pool rankings. Automatically settles micropayments in USDC via x402.1064MIT