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.

io.github.YuzuKyouma/ponzu

NPM · @PONZU_APP/MCP · SCANNED SEP 20

ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents

Available components

0 this week 67 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security81
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 1.11.4, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 30 of 104 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency6
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1454 tokens (~85/item across 17 items; 17 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "ponzu_deploy" implies "deploy" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 17 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities40
  • Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the io.github.YuzuKyouma/ponzu MCP server?

io.github.YuzuKyouma/ponzu runs locally as an npm package, launched with npx -y @ponzu_app/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @ponzu_app/mcp

# add to Claude Code
claude mcp add yuzukyouma-ponzu -- npx -y @ponzu_app/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "yuzukyouma-ponzu": {
      "command": "npx",
      "args": [
        "-y",
        "@ponzu_app/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "yuzukyouma-ponzu": {
      "command": "npx",
      "args": [
        "-y",
        "@ponzu_app/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add yuzukyouma-ponzu -- npx -y @ponzu_app/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "yuzukyouma-ponzu": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@ponzu_app/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add yuzukyouma-ponzu --command npx --arg -y --arg @ponzu_app/mcp
# ~/.hermes/config.yaml
mcp_servers:
  yuzukyouma-ponzu:
    command: "npx"
    args: ["-y", "@ponzu_app/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "yuzukyouma-ponzu": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@ponzu_app/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add yuzukyouma-ponzu -t stdio -c npx -a -y @ponzu_app/mcp
// mcp.json
{
  "mcpServers": {
    "yuzukyouma-ponzu": {
      "command": "npx",
      "args": [
        "-y",
        "@ponzu_app/mcp"
      ]
    }
  }
}
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.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 8 Sept 26 +1
    • Stability: 0.97 → pass security
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 20 Sept 2026 · Analysed npm/@ponzu_app/mcp@1.0.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 3 findings
ID CVE Severity Vector Fix available
GHSA-345p-7cg4-v4c7 CVE-2026-25536 high CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N yes
GHSA-8r9q-7v3j-jr4g CVE-2026-0621 high yes
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 104 packages
Packages resolved 104
Stale 30
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 17 exposed · ~1,454 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
ponzu_calc_pricing ~99

Calculate the linear pricing curve for a Ponzu presale given a target ETH raise. Returns start price, end price (10x start), and encoded pricing data. Formula: 690,000 tokens sold on a linear curve. Minimum raise: 3 ETH mainnet, 0.1 ETH sepolia.

NameTypeReqDescription
targetEthRaisestringyesTarget ETH raise amount (e.g. "5" for 5 ETH)

No output schema declared.

No examples provided.

ponzu_claim_eth ~67

Claim ETH rewards from a Ponzu presale. Repeatable — can be called multiple times as more ETH flows into the presale from the Distributor.

NameTypeReqDescription
presaleAddressstringyesPresale contract address
tokenIdstringyesPonzuBottle NFT token ID

No output schema declared.

No examples provided.

ponzu_claim_tokens ~81

Claim vested tokens from a Ponzu presale. One-time claim per PonzuBottle NFT. If claimed before vesting completes (10 days), unvested portion goes to Distributor. Burns the PonzuBottle NFT.

NameTypeReqDescription
presaleAddressstringyesPresale contract address
tokenIdstringyesPonzuBottle NFT token ID

No output schema declared.

No examples provided.

ponzu_deploy ~209

Deploy a full Ponzu token system — 9 contracts in one transaction: ERC-20 token, presale, launcher, distributor, farm, project, operator, PonzuBottle NFT, and LiquidityCard NFT. Cost: 0.005 ETH creation fee + optional initial buy. Presale opens immediately after deployment.

NameTypeReqDescription
imageURIstringyesToken image URI — IPFS, Arweave, or https://
initialBuyAmountstringDev buy amount in ETH (default: "0")
metadatastringyesMetadata URI — IPFS, Arweave, or https:// pointing to JSON
targetEthRaisestringTarget ETH raise (default: network minimum — 3 ETH mainnet, 0.1 ETH sepolia)
tokenNamestringyesName of the token (e.g. "My Token")
tokenSymbolstringyesToken ticker symbol (e.g. "MYTKN")

No output schema declared.

No examples provided.

ponzu_farm_claim ~68

Claim primary token rewards from a Ponzu farm. One-time claim per LiquidityCard. After claiming, no further token or ETH claims are possible for this card.

NameTypeReqDescription
cardIdstringyesLiquidityCard NFT ID
farmAddressstringyesFarm contract address

No output schema declared.

No examples provided.

ponzu_farm_claim_eth ~61

Claim WETH rewards from a Ponzu farm. Repeatable — call as rewards accumulate. Cannot claim after primary token claim.

NameTypeReqDescription
cardIdstringyesLiquidityCard NFT ID
farmAddressstringyesFarm contract address

No output schema declared.

No examples provided.

ponzu_farm_stake ~89

Stake LP tokens in a Ponzu farm. Mints a LiquidityCard NFT on first stake. Requires LP token approval first (handled automatically). Early unstake (<7 days) incurs penalty up to 100% LP.

NameTypeReqDescription
farmAddressstringyesFarm contract address
lpAmountstringyesLP token amount to stake (e.g. "1.5")

No output schema declared.

No examples provided.

ponzu_farm_unstake ~89

Unstake LP tokens from a Ponzu farm. Full withdrawal only — burns the LiquidityCard NFT. If staked <7 days, early exit penalty applies (up to 100% LP forfeiture). Half of penalty boosts remaining stakers.

NameTypeReqDescription
cardIdstringyesLiquidityCard NFT ID to unstake
farmAddressstringyesFarm contract address

No output schema declared.

No examples provided.

ponzu_get_addresses ~41

Get all deployed Ponzu protocol contract addresses for the configured network. Returns factory, DEX, router, zap, WETH, and other protocol addresses.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ponzu_get_presale_info ~54

Read the current state of a Ponzu presale contract. Returns tokens available, whether launched, launch time, total sold, and total purchases.

NameTypeReqDescription
presaleAddressstringyesPresale contract address

No output schema declared.

No examples provided.

ponzu_get_skill ~53

Fetch the complete Ponzu skill documentation. Returns the full SKILL.md with instructions for deploying tokens, buying presales, swapping, farming, and all contract interactions. Use this first to understand how Ponzu works.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ponzu_presale_buy ~112

Buy tokens in a Ponzu presale. Sends ETH and receives tokens at the current price on the linear curve. 4% fee: 1% creator, 1% protocol, 1% platform referrer, 1% order referrer.

NameTypeReqDescription
ethAmountstringyesETH amount to spend (e.g. "0.5")
minTokensstringMinimum tokens to receive (slippage protection)
presaleAddressstringyesPresale contract address

No output schema declared.

No examples provided.

ponzu_presale_refund ~84

Refund tokens from a Ponzu presale. Available before launch only. 20% token penalty (stays in presale as pro-rata bonus for holders). 80% of proportional ETH returned.

NameTypeReqDescription
presaleAddressstringyesPresale contract address
tokenAmountstringyesToken amount to refund (e.g. "1000")

No output schema declared.

No examples provided.

ponzu_swap_eth_for_tokens ~107

Buy tokens on PonzuSwap DEX by swapping ETH. 1% swap fee (20% in first hour after launch, decaying linearly). Uses PonzuRouter.swapExactETHForTokens.

NameTypeReqDescription
ethAmountstringyesETH amount to swap (e.g. "0.1")
slippagestringSlippage tolerance as percentage (default "5" for 5%)
tokenAddressstringyesToken contract address to buy

No output schema declared.

No examples provided.

ponzu_swap_tokens_for_eth ~94

Sell tokens on PonzuSwap DEX for ETH. Requires token approval first (handled automatically). Uses PonzuRouter.swapExactTokensForETH.

NameTypeReqDescription
slippagestringSlippage tolerance as percentage (default "5" for 5%)
tokenAddressstringyesToken contract address to sell
tokenAmountstringyesToken amount to sell (e.g. "1000")

No output schema declared.

No examples provided.

ponzu_trigger_launch ~67

Trigger DEX launch for a Ponzu presale that has sold out. Creates the PonzuSwap liquidity pool with all raised ETH + 310,000 tokens. Anyone can call this once presale is sold out.

NameTypeReqDescription
presaleAddressstringyesPresale contract address

No output schema declared.

No examples provided.

ponzu_zap_eth ~79

Convert ETH into LP tokens in one transaction. Splits ETH 50/50 — half buys tokens, half pairs with ETH to create LP. Uses ZapEth contract.

NameTypeReqDescription
ethAmountstringyesETH amount to zap (e.g. "0.5")
tokenAddressstringyesToken address to create LP for

No output schema declared.

No examples provided.

Common questions

What is the io.github.YuzuKyouma/ponzu MCP server?

io.github.YuzuKyouma/ponzu is an MCP server listed in the public MCP registry as io.github.YuzuKyouma/ponzu. ERC-20 token launchpad on Ethereum, deploy, presale, swap, and farm via AI agents. This page covers its npm package (@ponzu_app/mcp).

Is the io.github.YuzuKyouma/ponzu MCP server safe to use?

io.github.YuzuKyouma/ponzu scores 67 out of 100 on VerifyMCP. We recorded 3 known advisories against it as of 20 September 2026. It declares no install or post-install scripts. 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 io.github.YuzuKyouma/ponzu MCP server expose?

io.github.YuzuKyouma/ponzu exposes 17 tools: ponzu_get_skill, ponzu_get_addresses, ponzu_calc_pricing, ponzu_deploy, ponzu_get_presale_info, and 12 more. Their descriptions and schemas cost roughly 1,454 tokens of context every time the server is loaded.

Is the io.github.YuzuKyouma/ponzu MCP server still maintained?

io.github.YuzuKyouma/ponzu is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.YuzuKyouma/ponzu MCP server under?

io.github.YuzuKyouma/ponzu declares the UNLICENSED licence, which is not on the OSI-approved list. Read the terms before using it at work, and note this covers the source only, not the cost of any service it calls.