← maddegen.art

INDIVIDUAL MCP TOOL

wallet_sweep_pay

Get the exact SOL amount and payment address to unlock the full itemised wallet_sweep report for one wallet.

maddegen.artnone authenticationAvailability not checked

LIVE ENDPOINT

https://agent.maddegen.art/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

maddegen.art

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.solsnap]
url = "https://agent.maddegen.art/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "solsnap": {
      "type": "http",
      "url": "https://agent.maddegen.art/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: solsnap
Remote MCP URL: https://agent.maddegen.art/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": {
    "solsnap": {
      "url": "https://agent.maddegen.art/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "solsnap": {
      "type": "http",
      "url": "https://agent.maddegen.art/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "solsnap",
  "transport": "streamable-http",
  "url": "https://agent.maddegen.art/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • solsnap_scan — Score a single Solana token mint for rug-risk: mint and freeze authority, Token-2022 traps (transfer fees, hooks, permanent delegate, pause), mutable metadata, pump.
  • wallet_sweep — Score every SPL token a Solana wallet holds for rug-risk.
  • wallet_sweep_report — Check whether payment for a wallet_sweep full report has settled.