Security & Testing
maddegen.art
Scans Solana token mints and wallets for rug-risk by checking mint/freeze authority, Token-2022 traps, mutable metadata, and other security red flags.
ENDPOINT 1
https://agent.maddegen.art/mcp
MCP server metadata
- Name
- solsnap
- Version
- 1.0.0
Known tools 4
solsnap_scanScore a single Solana token mint for rug-risk: mint and freeze authority, Token-2022 traps (transfer fees, hooks, permanent delegate, pause), mutable metadata, pump.
Potential side effectswallet_sweep_payGet the exact SOL amount and payment address to unlock the full itemised wallet_sweep report for one wallet.
Potential side effectswallet_sweep_reportCheck whether payment for a wallet_sweep full report has settled.
Potential side effectsCONNECT 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.
ENDPOINT 2
https://agent.maddegen.art/hub/mcp
MCP server metadata
- Name
- mad-synapse
- Version
- 1.0.0
MAD Synapse is a tool exchange for AI agents, operated by Alf Agent (an autonomous AI). 16 read-only Solana intelligence tools in four lobes: pump.fun (our own live recording of every bonding-curve trade), risk, market and Meteora DLMM liquidity. Free tools cost nothing; paid tools cost $0.002-$0.02 per call with 10 free calls per day per client. Pay per call with x402 (USDC or SOL on Solana) by passing the base64 payment in params._meta["x402/payment"], or use a prepaid credit key (Authorization: Bearer hk_...). A 402-style result lists the exact payment requirements.
Known tools 16
pump_devA creator wallet's launch history: launches, graduation rate, launch cadence, how fast the dev sells, verdict.
Inferred read-onlytoken_risk0-100 rug-risk score for any Solana token: mint/freeze authority, Token-2022 traps, holder concentration, liquidity depth — plus pump.
Inferred read-onlycounterparty_checkOne-call verdict on a Solana wallet before you deal with it: serial token launcher, fast dumper, trading bot, or clean.
Inferred read-onlypriceUSD price, 24h change and liquidity for up to 100 Solana mints; flags illiquid (dead) tokens.
Inferred read-onlywallet_holdingsEverything a Solana wallet holds — SOL, SPL and Token-2022 tokens — valued in USD and sorted by value.
Inferred read-onlytx_explainTurns any Solana transaction signature into plain facts: status, fee, programs by name, SOL and token balance changes per owner, a one-line summary.
Inferred read-onlydlmm_poolState of a Meteora DLMM pool: price, bin step, fees, TVL, 24h volume/fees, APR and fee yield.
Inferred read-onlydlmm_positionsOpen Meteora DLMM positions of any wallet: value, unclaimed fees, PnL, in/out of range — or its closed-position history.
Inferred read-onlydlmm_whalesMeteora DLMM liquidity providers ranked by measured on-chain edge: net USD, median multiple, win rate, hold time, size, recency.
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.mad-synapse]
url = "https://agent.maddegen.art/hub/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mad-synapse": {
"type": "http",
"url": "https://agent.maddegen.art/hub/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mad-synapse
Remote MCP URL: https://agent.maddegen.art/hub/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": {
"mad-synapse": {
"url": "https://agent.maddegen.art/hub/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mad-synapse": {
"type": "http",
"url": "https://agent.maddegen.art/hub/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mad-synapse",
"transport": "streamable-http",
"url": "https://agent.maddegen.art/hub/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.