← recoversolrent.com

INDIVIDUAL MCP TOOL

recoversolrent.get_methodology

Return the product safety boundary, exact-versus-estimate policy, and canonical documentation links.

recoversolrent.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://recoversolrent.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for recoversolrent.get_methodology and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

recoversolrent.com

CONNECT 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.

Related tools

  • recoversolrent.scan_solana — Read public Solana account state and identify empty token accounts, possible dust balances, possible NFTs, and current rent held by each account.
  • recoversolrent.get_pricing — Return the disclosed success fee, referral discount, atomic on-chain revenue split, and whether fee collection is configured.
  • recoversolrent.get_supported_chains — Return the single supported recovery network and its execution boundary.