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.pareen/monad-mcp

NPM · MONAD-MCP · SCANNED SEP 20

Monad blockchain gateway for AI agents: balances, transfers, swaps, DeFi, with Privy signing.

Available components

+1 this week 92 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 Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 44 of 162 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to pareen/monad-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 107 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3640 tokens (~110/item across 33 items; 28 tools + 5 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 81% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "transfer" implies "transfer" 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 30 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
Install

How do I install the io.github.pareen/monad-mcp server?

io.github.pareen/monad-mcp runs locally as an npm package, launched with npx -y monad-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 · monad-mcp

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

  • 19 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 18 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → fail functional
  • 16 Sept 26 +2
    • CVE-2026-82562 no longer affects this package security
    • CVE-2026-82417 no longer affects this package security
    • Known CVEs: fail → pass security
    • Security disclosure: fail → unverified functional
  • 15 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.

  • 13 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.

  • 11 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 10 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/monad-mcp@0.2.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo pareen/monad-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/pareen/monad-mcp/.github/workflows/release.yml@refs/tags/v0.2.1
Rekor log index 1719866174
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:4d1404ffff1238a84dd1f7c817a75682925801f8172421cbe88bf0b119e2666a16f3328595faa60bd1a60d4674489d7012e1fe15946b6a0e0b2ca14b6

Background: How many MCP packages publish verified provenance →

Dependencies 162 packages
Packages resolved 162
Stale 44
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 28 exposed · ~3,266 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
approve_erc20 ~125

Builds an unsigned ERC-20 approve() and returns an approval URL. Typically used before a swap when the router doesn't have allowance yet.

NameTypeReqDescription
amountstringyesAmount in token units. Pass "max" via a very large amount string for unlimited approval.
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.
spenderyesContract authorized to spend tokens (e.g. Uniswap router).
tokenstringyesERC-20 token contract.
ttl_secondsinteger

No output schema declared.

No examples provided.

bridge_execute ~88

Submits the source-chain transaction returned by `bridge_quote`. Currently the server-side submitter only signs on Monad — for cross-chain submission, open the approval URL on a wallet that supports the source chain.

NameTypeReqDescription
chain_idintegeryes
datastringyes
tostringyes
ttl_secondsinteger
value_weistring

No output schema declared.

No examples provided.

bridge_quote ~213

Queries the LiFi aggregator for the cheapest/fastest route from another chain into Monad (chain id 143). Returns the chosen route + transaction request you can submit on the source chain. If Monad isn't yet listed by LiFi, returns a clear error.

NameTypeReqDescription
amountstringyesAmount in source token, decimal e.g. '10'.
from_chain_idintegeryesSource chain ID (e.g. 1=Ethereum, 10=Optimism, 42161=Arbitrum).
from_decimalsinteger
from_tokenstringyesSource token: 0x address, or '0x0000…0000' for native.
recipientstringAddress on Monad to receive bridged tokens. Defaults to the user's wallet.
slippage_bpsintegerDefault 50 bps = 0.5%.
to_tokenstringyesDestination token on Monad (0x address) or 'MON' for native.

No output schema declared.

No examples provided.

check_token ~105

Runs heuristic risk checks on a token address: is it a known canonical token, is it actually a contract, does it have DexScreener liquidity, how old is the deepest pair. Returns a list of flags from `info` → `danger`. Mainnet recommended (DexScreener doesn't index testnet).

NameTypeReqDescription
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.
tokenstringyes

No output schema declared.

No examples provided.

create_user ~82

Provisions a new Privy user and an Ethereum embedded wallet that works on Monad mainnet (143) and testnet (10143). Returns the user_id and wallet address. Server requires PRIVY_APP_ID + PRIVY_APP_SECRET to be configured.

NameTypeReqDescription
emailstringEmail to attach as the user's linked account. If omitted, a placeholder is generated.

No output schema declared.

No examples provided.

decode_return_data ~94

Given an ABI + function name + hex return data, decodes the values. Useful when you have raw eth_call output or a sim trace and want to interpret it.

NameTypeReqDescription
abiyesEither a JSON ABI array (from artifacts) or a human-readable signature like 'function balanceOf(address) view returns (uint256)'.
datastringyesHex-encoded return data.
functionstringyes

No output schema declared.

No examples provided.

get_address ~31

Returns the Monad wallet address currently linked to the authenticated user via Privy. Requires the user to be signed in.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_balance ~99

Returns the native MON balance for an address on Monad. Accepts a 0x address or a '.nad' name (resolved via nad.domains). If no address is provided, uses the authenticated user's wallet.

NameTypeReqDescription
addressstringAddress or '.nad' name to query. Defaults to the authenticated user's wallet.
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.

No output schema declared.

No examples provided.

get_portfolio ~130

Returns native MON + canonical-token balances for an address, priced in USD via DexScreener. Skips tokens with zero balance unless `include_zero` is set. USD totals are best-effort — tokens without a Monad pair on DexScreener are reported with null prices.

NameTypeReqDescription
addressstringHolder address or '.nad' name. Defaults to the authenticated user's wallet.
include_zerobooleanInclude canonical tokens with zero balance in the response.
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.

No output schema declared.

No examples provided.

get_token_balance ~98

Returns the balance of an ERC-20 token for an address on Monad. Also reads the token's symbol and decimals so the output is human-readable.

NameTypeReqDescription
addressstringHolder address or '.nad' name. Defaults to the authenticated user's wallet.
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.
tokenstringyesERC-20 contract address.

No output schema declared.

No examples provided.

get_token_price ~93

Returns the current USD price for a token on Monad, sourced from the deepest-liquidity pair found on DexScreener. Mainnet only — testnet has no price feed.

NameTypeReqDescription
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.
tokenstringyesERC-20 token address (or use resolve_token to look it up).

No output schema declared.

No examples provided.

get_transaction_history ~147

Returns recent ERC-20 Transfer events involving an address by scanning the last N blocks via RPC. For a complete view including native transfers and contract calls, use the explorer URL in the response.

NameTypeReqDescription
addressstringAddress or '.nad' name to query. Defaults to the authenticated user's wallet.
lookback_blocksintegerNumber of blocks back from head to scan for ERC-20 Transfer events involving this address. Scanned in 100-block windows (Monad RPC caps eth_getLogs at 100 blocks). Capped at 50k.
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.

No output schema declared.

No examples provided.

get_tx_receipt ~71

Fetches a transaction receipt by hash. Returns status, gas used, block number, and the explorer URL.

NameTypeReqDescription
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.
tx_hashstringyesTransaction hash to look up.

No output schema declared.

No examples provided.

grant_session_key ~233

Asks the user to authorize a scoped spend cap so the agent can execute write tools (transfers, swaps) WITHOUT a per-tx approval URL — within the grant's envelope. Returns an approval URL. After the user approves, transfers and swaps that fit inside the cap auto-execute and return the tx hash immediately.

NameTypeReqDescription
allowed_selectorsarrayOptional allowlist of 4-byte function selectors (e.g. '0xa9059cbb' for ERC-20 transfer).
allowed_targetsarrayOptional allowlist of recipient/contract addresses. If unset, the grant covers any target.
approval_ttl_secondsinteger
labelstringHuman-readable label.
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.
spend_cap_monstringyesMaximum total MON the agent can spend under this grant, as a decimal string e.g. "1.5".
ttl_secondsintegerHow long this grant stays active, in seconds. Max 30 days.

No output schema declared.

No examples provided.

list_canonical_tokens ~89

Returns the well-known tokens on Monad (MON, WMON, USDC, USDT0, AUSD, WETH, sMON, shMON). For dynamic discovery (new tokens, memes), use `resolve_token` with a name/symbol query.

NameTypeReqDescription
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.

No output schema declared.

No examples provided.

list_session_keys ~21

Lists session-key grants for the authenticated user, newest first.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pay_for_service ~176

Fetches `url`. If the server returns HTTP 402, signs an EIP-3009 USDC transferWithAuthorization via Privy, retries with the X-PAYMENT header, and returns the resulting body. The agent must specify `max_amount_usdc` as a hard ceiling — requests demanding more are refused.

NameTypeReqDescription
bodystringRequest body (POST only).
max_amount_usdcstringyesMaximum USDC the agent may spend on this request, decimal string e.g. "0.10". Hard cap — refuse to pay anything more.
methodstringHTTP method for the resource fetch.
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.
urlstringyesService URL to pay for.

No output schema declared.

No examples provided.

poll_request ~56

Checks the status of a stored transaction request. Returns one of: pending (user hasn't approved yet), approved (with tx hash), rejected, or expired.

NameTypeReqDescription
request_idstringyesThe stored-request ID returned by a write tool.

No output schema declared.

No examples provided.

read_contract ~154

Calls a view/pure function on any Monad contract. Accepts ABI as either a parsed array or a Solidity-signature string (one per line). Args are JSON; uint/int values may be passed as decimal strings to preserve precision.

NameTypeReqDescription
abiyesEither a JSON ABI array (from artifacts) or a human-readable signature like 'function balanceOf(address) view returns (uint256)'.
addressstringyesContract address.
argsarrayPositional args, JSON-coerced.
functionstringyesFunction name to call (must be view/pure).
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.

No output schema declared.

No examples provided.

resolve_name ~127

Resolves Monad names to addresses and back. For '.nad' names, performs an on-chain Nad Name Service (nad.domains) lookup. For 0x addresses, returns the primary '.nad' name if one is set, otherwise passes the address through. Use this before a transfer to confirm where funds will go.

NameTypeReqDescription
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.
querystringyesA '.nad' name (e.g. 'keone.nad') or a 0x address.

No output schema declared.

No examples provided.

resolve_token ~96

Looks up a canonical Monad token by symbol (e.g. 'USDC'), name ('Tether'), or returns an 0x address unchanged. Falls back to DexScreener search for non-canonical tokens.

NameTypeReqDescription
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.
querystringyesSymbol, name, alias, or 0x address.

No output schema declared.

No examples provided.

revoke_session_key ~42

Revokes a grant immediately. Subsequent agent calls fall back to per-tx approvals.

NameTypeReqDescription
grant_idstringyesID returned by `grant_session_key`.

No output schema declared.

No examples provided.

simulate_transaction ~121

Calls eth_call against the latest block to preview the outcome of a transaction. Returns raw return data on success, or the decoded revert reason on failure. Useful before approving a swap, contract call, or bridge to confirm it won't revert.

NameTypeReqDescription
datastring
fromSender address. Defaults to the authenticated wallet, then to zero.
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.
tostringyes
value_weistring

No output schema declared.

No examples provided.

transfer ~183

Builds an unsigned transfer transaction (native MON or ERC-20) and returns an approval URL. The user opens the URL, reviews the transaction in their Privy wallet, and approves or rejects it. After approval, poll the request with `poll_request` to retrieve the tx hash.

NameTypeReqDescription
amountstringyesAmount to send, as a decimal string e.g. "1.5".
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.
tostringyesRecipient — a 0x address or a Nad Name Service name like 'keone.nad' (resolved on-chain).
tokenstringERC-20 token address. Omit to send native MON.
ttl_secondsintegerHow long the approval link stays valid. Defaults to 5 minutes.

No output schema declared.

No examples provided.

uniswap_quote ~150

Quotes an exact-input swap on Uniswap v3 on Monad. Returns amount out, best fee tier, and gas estimate. Read-only — calls QuoterV2 via eth_call.

NameTypeReqDescription
amount_instringyesAmount of tokenIn to sell, e.g. "10".
feenumberUniswap v3 fee tier in bps*100. If omitted, the tool tries each tier and returns the best quote.
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.
token_instringyesAddress of the token being sold.
token_outyesAddress of the token being bought.

No output schema declared.

No examples provided.

uniswap_swap ~231

Builds an unsigned exactInputSingle swap on Uniswap v3 and returns an approval URL. Automatically picks the best fee tier if not specified, applies slippage protection, and instructs the user to also approve the ERC-20 if needed. The user reviews and approves in the Privy wallet UI; poll the request with `poll_request` to get the tx hash.

NameTypeReqDescription
amount_instringyesDecimal amount as a string, e.g. "1.5". Use a string to preserve precision.
feenumberUniswap v3 fee tier. If omitted, the best tier from a quote sweep is used.
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.
slippage_bpsintegerMax slippage in basis points (1bps = 0.01%). Default 50 = 0.5%.
token_instringyes
token_outyes
ttl_secondsintegerHow long the approval link stays valid. Defaults to 5 minutes.

No output schema declared.

No examples provided.

whoami ~33

Returns the authenticated user's id, Monad wallet address, and any active session-key grants. Requires the user to be signed in.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

write_contract ~178

Encodes and sends a transaction to any Monad contract. Auto-executes under a session grant if covered; otherwise returns an approval URL. Use `read_contract` for view functions — this rejects view/pure to avoid wasting a tx.

NameTypeReqDescription
abiyesEither a JSON ABI array (from artifacts) or a human-readable signature like 'function balanceOf(address) view returns (uint256)'.
addressstringyesContract address.
argsarray
functionstringyesFunction name to call (nonpayable or payable).
networkstringMonad network — "mainnet" or "testnet". Defaults to the server's configured network.
ttl_secondsinteger
value_monstringNative MON to attach (decimal string). Required for payable functions; rejected otherwise.

No output schema declared.

No examples provided.

Common questions

What is the io.github.pareen/monad-mcp server?

io.github.pareen/monad-mcp is listed in the public MCP registry as io.github.pareen/monad-mcp. Monad blockchain gateway for AI agents: balances, transfers, swaps, DeFi, with Privy signing. This page covers its npm package (monad-mcp).

Is the io.github.pareen/monad-mcp server safe to use?

io.github.pareen/monad-mcp scores 92 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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.pareen/monad-mcp server expose?

io.github.pareen/monad-mcp exposes 28 tools: get_address, get_balance, get_token_balance, get_transaction_history, get_tx_receipt, and 23 more. Their descriptions and schemas cost roughly 3,266 tokens of context every time the server is loaded.

Is the io.github.pareen/monad-mcp server still maintained?

io.github.pareen/monad-mcp 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.pareen/monad-mcp server under?

io.github.pareen/monad-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.