Developer Tools
recoversolrent.com
A service that analyzes Solana accounts to identify recoverable rent and provides pricing, chain support, and methodology details for rent recovery.
ENDPOINT 1
https://recoversolrent.com/mcp
MCP server metadata
- Name
- recover-sol-rent
- Version
- 1.1.0
Use public addresses only. All tools are read-only. Never provide a seed phrase, private key, or wallet password.
Known tools 4
recoversolrent.scan_solanaRead public Solana account state and identify empty token accounts, possible dust balances, possible NFTs, and current rent held by each account.
Inferred read-onlyrecoversolrent.get_pricingReturn the disclosed success fee, referral discount, atomic on-chain revenue split, and whether fee collection is configured.
Inferred read-onlyrecoversolrent.get_supported_chainsReturn the single supported recovery network and its execution boundary.
Inferred read-onlyrecoversolrent.get_methodologyReturn the product safety boundary, exact-versus-estimate policy, and canonical documentation links.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.recover-sol-rent]
url = "https://recoversolrent.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"recover-sol-rent": {
"type": "http",
"url": "https://recoversolrent.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: recover-sol-rent
Remote MCP URL: https://recoversolrent.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"recover-sol-rent": {
"url": "https://recoversolrent.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"recover-sol-rent": {
"type": "http",
"url": "https://recoversolrent.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "recover-sol-rent",
"transport": "streamable-http",
"url": "https://recoversolrent.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.