# MAD Synapse (remote · agent.maddegen.art)

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

- Trust score: 65/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `agent.maddegen.art`: 65/100 (this document), [markdown](https://verifymcp.io/servers/art-maddegen-agent-synapse/hub-mcp.md), [page](https://verifymcp.io/servers/art-maddegen-agent-synapse/hub-mcp)

## Channel facts

- Endpoint: `https://agent.maddegen.art/hub/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-25.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 48/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1743 tokens (~102/item across 17 items; 16 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 86/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 59% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 16 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

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

### Claude

```bash
claude mcp add --transport http art-maddegen-agent-synapse 'https://agent.maddegen.art/hub/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "art-maddegen-agent-synapse": {
      "url": "https://agent.maddegen.art/hub/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "art-maddegen-agent-synapse": {
      "type": "http",
      "url": "https://agent.maddegen.art/hub/mcp"
    }
  }
}
```

### Codex

```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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add art-maddegen-agent-synapse --url 'https://agent.maddegen.art/hub/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  art-maddegen-agent-synapse:
    url: "https://agent.maddegen.art/hub/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "art-maddegen-agent-synapse": {
      "Transport": "http",
      "Url": "https://agent.maddegen.art/hub/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add art-maddegen-agent-synapse -t streamable-http -u 'https://agent.maddegen.art/hub/mcp'
```

### Other

```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 recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 65)

First indexed and scored.

## MCP tools (16)

### `pump_pulse` (~71 tokens)

pump.fun market pulse

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.

### `pump_launches` (~101 tokens)

Newest pump.fun launches

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

Input parameters:

- `limit` (integer)
- `window_s` (integer): early-flow window after creation

### `pump_token` (~126 tokens)

pump.fun token forensics

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

Input parameters:

- `mint` (string, required): pump.fun token mint

### `pump_wallet` (~105 tokens)

pump.fun wallet profile

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

Input parameters:

- `limit` (integer)
- `wallet` (string, required): wallet address

### `pump_dev` (~82 tokens)

pump.fun dev track record

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

Input parameters:

- `creator` (string, required): creator (dev) wallet

### `pump_odds` (~116 tokens)

Graduation odds

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

Input parameters:

- `mint` (string, required): pump.fun token mint

### `smart_money` (~156 tokens)

Smart money on pump.fun

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

Input parameters:

- `exclude_bots` (boolean): drop sub-20-second and high-frequency wallets
- `limit` (integer)
- `sort` (string)
- `window_min` (integer): look-back for buying_now

### `token_risk` (~124 tokens)

Token risk score

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

Input parameters:

- `mint` (string, required): token mint

### `launch_scan` (~108 tokens)

Launch scan (bundle)

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

Input parameters:

- `mint` (string, required): pump.fun token mint

### `counterparty_check` (~92 tokens)

Counterparty check

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

Input parameters:

- `wallet` (string, required): wallet address

### `price` (~79 tokens)

Token prices

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.

Input parameters:

- `mints` (array, required)

### `wallet_holdings` (~79 tokens)

Wallet holdings

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

Input parameters:

- `wallet` (string, required): wallet address

### `tx_explain` (~81 tokens)

Explain a transaction

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

Input parameters:

- `signature` (string, required)

### `dlmm_pool` (~76 tokens)

Meteora DLMM pool

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

Input parameters:

- `pool` (string, required): DLMM pool (pair) address

### `dlmm_positions` (~95 tokens)

Wallet DLMM positions

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

Input parameters:

- `history` (boolean)
- `page` (integer)
- `wallet` (string, required): wallet address

### `dlmm_whales` (~103 tokens)

DLMM LP whales

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

Input parameters:

- `limit` (integer)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/art-maddegen-agent-synapse/hub-mcp#diagnostics

## Score history

- 2026-09-25: 65

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

## Links

- Remote endpoint: https://agent.maddegen.art/hub/mcp
- Website: https://agent.maddegen.art/hub
- Changelog RSS feed: https://verifymcp.io/servers/art-maddegen-agent-synapse/hub-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/art-maddegen-agent-synapse/hub-mcp.json
- HTML version of this page: https://verifymcp.io/servers/art-maddegen-agent-synapse/hub-mcp
