Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

MAD Synapse

REMOTE · AGENT.MADDEGEN.ART · SCANNED SEP 25

Agent tool exchange: pump.fun tape, token risk, wallets, tx decode, Meteora DLMM. Pay per call.

65 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability48
  • 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1743 tokens (~102/item across 17 items; 16 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage86
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 59% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 16 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

How do I install the MAD Synapse MCP server?

MAD Synapse is a hosted endpoint at https://agent.maddegen.art/hub/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · agent.maddegen.art

# add to Claude Code
claude mcp add --transport http art-maddegen-agent-synapse 'https://agent.maddegen.art/hub/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "art-maddegen-agent-synapse": {
      "url": "https://agent.maddegen.art/hub/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "art-maddegen-agent-synapse": {
      "type": "http",
      "url": "https://agent.maddegen.art/hub/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.art-maddegen-agent-synapse]
url = "https://agent.maddegen.art/hub/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "art-maddegen-agent-synapse": {
      "type": "remote",
      "url": "https://agent.maddegen.art/hub/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add art-maddegen-agent-synapse --url 'https://agent.maddegen.art/hub/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  art-maddegen-agent-synapse:
    url: "https://agent.maddegen.art/hub/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "art-maddegen-agent-synapse": {
      "Transport": "http",
      "Url": "https://agent.maddegen.art/hub/mcp"
    }
  }
}
# add to Vellum
assistant mcp add art-maddegen-agent-synapse -t streamable-http -u 'https://agent.maddegen.art/hub/mcp'
// mcp.json
{
  "mcpServers": {
    "art-maddegen-agent-synapse": {
      "type": "http",
      "url": "https://agent.maddegen.art/hub/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 65

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Probed https://agent.maddegen.art/hub/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=maddegen.art CN=YE1,O=Let's Encrypt,C=US 20 Sept 2026 19 Dec 2026 ECDSA 256 ECDSA-SHA384 50f8015ebb899b338e1526cb5bccdb13fc0
SANs: agent.maddegen.art, maddegen.art, www.maddegen.art
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of agent.maddegen.art. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
art. present 29485, 32002 8, 8 Verified
maddegen.art. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://agent.maddegen.art/hub/mcp Verified 200
http (plaintext) http://agent.maddegen.art/hub/mcp HTTPS enforced 301 https://agent.maddegen.art/hub/mcp
MCP tools · 16 exposed · ~1,594 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
counterparty_check ~92

One-call verdict on a Solana wallet before you deal with it: serial token launcher, fast dumper, trading bot, or clean. Combines the wallet's pump.fun launch history (graduation rate, how fast it sells its own launches) with its trading profile into a risk level and reasons. Price: $0.005 per call (10 free/day).

NameTypeReqDescription
walletstringyeswallet address

No output schema declared.

No examples provided.

dlmm_pool ~76

State of a Meteora DLMM pool: price, bin step, fees, TVL, 24h volume/fees, APR and fee yield. For LP agents choosing where to provide liquidity. Price: $0.002 per call (10 free/day).

NameTypeReqDescription
poolstringyesDLMM pool (pair) address

No output schema declared.

No examples provided.

dlmm_positions ~95

Open Meteora DLMM positions of any wallet: value, unclaimed fees, PnL, in/out of range — or its closed-position history. Set history=true for closed positions with deposits, withdrawals, fees and PnL per pool. Price: $0.005 per call (10 free/day).

NameTypeReqDescription
historyboolean––
pageinteger––
walletstringyeswallet address

No output schema declared.

No examples provided.

dlmm_whales ~103

Meteora DLMM liquidity providers ranked by measured on-chain edge: net USD, median multiple, win rate, hold time, size, recency. Produced by our own discovery engine, which decodes DLMM liquidity instructions across high-volume and high-yield pools every few hours and scores each wallet's completed round trips. These are the wallets our live copier watches. Price: $0.02 per call (10 free/day).

NameTypeReqDescription
limitinteger––

No output schema declared.

No examples provided.

launch_scan ~108

One call, one verdict on a pump.fun launch: 0-100 score with positives and risks, graduation odds, dev record, snipers, holders, flow. Runs pump_token + pump_dev + pump_odds together (cheaper than calling them separately) and folds them into a single score and verdict an agent can act on: strong / neutral / weak / avoid. Price: $0.025 per call (10 free/day).

NameTypeReqDescription
mintstringyespump.fun token mint

No output schema declared.

No examples provided.

price ~79

USD price, 24h change and liquidity for up to 100 Solana mints; flags illiquid (dead) tokens. Jupiter price data with a liquidity floor: anything under $1,000 of liquidity is flagged dead, because round-trip quotes on dead curves look fine and are not. Price: free.

NameTypeReqDescription
mintsarrayyes–

No output schema declared.

No examples provided.

pump_dev ~82

A creator wallet's launch history: launches, graduation rate, launch cadence, how fast the dev sells, verdict. Looks up every token the wallet created since recording began and replays the dev's own trades on its 15 most recent launches. Price: $0.01 per call (10 free/day).

NameTypeReqDescription
creatorstringyescreator (dev) wallet

No output schema declared.

No examples provided.

pump_launches ~101

The newest pump.fun tokens with dev buy, early buyers/volume, curve progress, market cap and creator launch count. Returns up to 50 of the most recent launches (seconds old) with the first-N-seconds flow already aggregated, so an agent can shortlist without replaying the chain. Price: $0.002 per call (10 free/day).

NameTypeReqDescription
limitinteger––
window_sinteger–early-flow window after creation

No output schema declared.

No examples provided.

pump_odds ~116

Probability a pump.fun launch graduates, from how comparable launches in our tape actually ended — with the lift over the ~3% base rate. Buckets the launch's first 60 seconds (unique buyers, buy SOL, dev buy) and returns the empirical graduation rate of thousands of comparable recent launches whose outcome is known, shrunk toward coarser buckets when samples are thin. Rebuilt every 6 hours. Price: $0.01 per call (10 free/day).

NameTypeReqDescription
mintstringyespump.fun token mint

No output schema declared.

No examples provided.

pump_pulse ~71

Live pump.fun heartbeat: trades/min, launches, graduations, graduation rate, hottest tokens in the last 15 min. Computed from our own live recording of every pump.fun bonding-curve trade. Use it to decide whether the launch market is hot or dead before scanning individual tokens. Price: free.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pump_token ~126

Full bonding-curve forensics for one pump.fun mint: flow, dev buys/sells, launch snipers, top curve holders, peak, graduation, red flags. Aggregates every recorded curve trade of the token: unique wallets, buy/sell SOL, first-60-second flow, whether the dev sold out, non-dev wallets that bought in the launch slots (bundles), top net holders on the curve, peak market cap and post-graduation liquidity. Price: $0.01 per call (10 free/day).

NameTypeReqDescription
mintstringyespump.fun token mint

No output schema declared.

No examples provided.

pump_wallet ~105

Any wallet's pump.fun trading record: realized PnL, win rate, hold time, frequency (bot or human), tokens it launched. Analyses up to the last 20,000 curve trades of the wallet. Use it to judge whether a wallet is smart money, a sniper bot, a serial dumper or a dev. Price: $0.01 per call (10 free/day).

NameTypeReqDescription
limitinteger––
walletstringyeswallet address

No output schema declared.

No examples provided.

smart_money ~156

The pump.fun wallets with the best realized PnL in the last 24 h — and the tokens those wallets are buying right now. Leaderboard of wallets by realized profit on fully-closed curve positions (min 8 closed, rebuilt every 30 min), sortable by PnL, win rate or ROI, plus a live feed of what the top 50 bought in the last N minutes, ranked by how many of them piled in. Price: $0.02 per call (10 free/day).

NameTypeReqDescription
exclude_botsboolean–drop sub-20-second and high-frequency wallets
limitinteger––
sortstring––
window_mininteger–look-back for buying_now

No output schema declared.

No examples provided.

token_risk ~124

0-100 rug-risk score for any Solana token: mint/freeze authority, Token-2022 traps, holder concentration, liquidity depth — plus pump.fun curve flags. Contract state is read live from Solana (authorities, Token-2022 extensions such as transfer fees, hooks, permanent delegate, pausable), holders from the largest accounts, market from DexScreener. For pump.fun mints the curve forensics flags are merged in. Price: $0.005 per call (10 free/day).

NameTypeReqDescription
mintstringyestoken mint

No output schema declared.

No examples provided.

tx_explain ~81

Turns any Solana transaction signature into plain facts: status, fee, programs by name, SOL and token balance changes per owner, a one-line summary. Works for swaps, pump.fun trades, LP moves, transfers and failures (includes the error log lines). Price: $0.003 per call (10 free/day).

NameTypeReqDescription
signaturestringyes–

No output schema declared.

No examples provided.

wallet_holdings ~79

Everything a Solana wallet holds — SOL, SPL and Token-2022 tokens — valued in USD and sorted by value. Reads token accounts from both token programs and prices them in one pass. Empty accounts are counted as reclaimable rent. Price: $0.003 per call (10 free/day).

NameTypeReqDescription
walletstringyeswallet address

No output schema declared.

No examples provided.

Common questions

What is the MAD Synapse MCP server?

MAD Synapse is an MCP server listed in the public MCP registry as art.maddegen.agent/synapse. Agent tool exchange: pump.fun tape, token risk, wallets, tx decode, Meteora DLMM. Pay per call. This page covers its hosted endpoint (https://agent.maddegen.art/hub/mcp).

Is the MAD Synapse MCP server safe to use?

MAD Synapse scores 65 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the MAD Synapse MCP server expose?

MAD Synapse exposes 16 tools: pump_pulse, pump_launches, pump_token, pump_wallet, pump_dev, and 11 more. Their descriptions and schemas cost roughly 1,594 tokens of context every time the server is loaded.

Does the MAD Synapse MCP server require authentication?

No. We connected to MAD Synapse without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the MAD Synapse MCP server still maintained?

MAD Synapse is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.