Mmcp.market

ChangeNOW MCP server

by changenow.io·io.changenow/crypto-swap·v2.1.1

Quote, create and track cross-chain crypto swaps. Non-custodial exchange, no account, no KYC.

C56/100grade C
What users say
No reviews yet
Be the first
Safety scan
C56/100

full report

Adoption
New

Little public usage data yet

Reviews

Write one

Nobody has reviewed ChangeNOW yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

ChangeNOW tools (7, 1 write)

write = sends, deletes, buys or posts
  • check_swap_statusFree

    Follow an existing order by id: where it stands, what the deposit and payout amounts turned out to be, the transaction hashes, and a plain-language explanation of what the current stage means and what happens next. Use it after create_swap, and again whenever the user asks where their swap is.

  • create_swapwrite actionFree

    Create a real swap order and return the deposit address the user has to send funds to. This call moves no money by itself, but the order is real: it exists in support, it can expire, and a fixed rate is locked against it. Quote the swap first, validate the recipient address, and confirm the amount and the address with the user before calling this. If the user has not explicitly approved both, use swap_link instead and let them confirm on the page. The answer names who executes the order, and that has to be relayed: some orders are routed to a partner aggregator rather than ChangeNOW.

  • get_assetFree

    Everything needed to build a swap for one asset: the canonical id, the legacy ticker used in website links, decimals, whether a memo is required and what the receiving side calls it, the address format, the token contract and the warnings to relay to the user. Minimum and maximum amounts are not here because they belong to the pair, not to the asset: get them from quote_swap.

  • list_assetsFree

    Find the assets ChangeNOW can exchange and turn what the user said into a canonical asset id. Search by ticker, name or network, filter by network, by fiat or crypto, and by whether a fixed rate is possible. Always call this before quoting: the same ticker exists on several networks and only the canonical id "ticker.network" identifies one of them. When has_more is false the response is the complete answer and no paging is needed.

  • quote_swapFree

    Ask what a swap would give, in either direction: pass amount_from to learn what the user receives, or amount_to to learn what the user must send. Returns the rate, the pair minimum and maximum, who would execute the order, and the warnings to relay. With rate_type "fixed" it also returns the rate_id that create_swap needs; that lock lasts about two minutes, so quote again right before creating the order. A fixed rate is not offered on every pair and the tool says so rather than quietly falling back to a float rate. Nothing is created and no funds move.

  • swap_linkFree

    Build a changenow.io link with the pair, the amount, the recipient address and the memo already filled in, so the user checks the numbers on the real page and presses Confirm themselves. Opening the link creates nothing. This is the recommended way to finish a swap: the user sees the rate and the address with their own eyes, which no amount of care in a chat transcript can replace. Use create_swap instead only when the user has explicitly approved this exact amount and address.

  • validate_addressFree

    Check a recipient address, and its memo when the asset needs one, against the format the network requires, before any order exists. Call this on every address the user gives. A valid-looking address on the wrong network is the one mistake in a swap that destroys the funds with no way back, so when the address belongs to another network the answer names that network instead of just refusing. A few assets carry no address format in the catalogue; for those the answer says the address could not be checked rather than calling it valid.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

1 high1 low
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 2149ms17/20
  • Tool poisoning7 tool descriptions checked15/15
  • Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
  • Maintenanceno repository listed3/15
  • Maintainer identityverified namespace with website, no repo4/10

Findings (2)

  • highWrite-action tools reachable without authenticationauth.open-write
  • lowNo source repository listedmaint.no-repo
Overall 56/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http crypto-swap https://mcp.changenow.io/mcp
Add to Cursor

ChangeNOW: common questions

Is ChangeNOW MCP server safe?
With care: it is graded C, so read the findings first (56/100). Read the ChangeNOW safety report
How do I install ChangeNOW?
It runs remotely at mcp.changenow.io. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does ChangeNOW need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is ChangeNOW maintained?
The latest release is v2.1.1.
Is ChangeNOW up?
100% of our last 6 checks got an answer. We check remote servers about four times a day.
What can I use instead of ChangeNOW?
Servers from other publishers that do the same job: IronWallet MCP server, AlgoVault — Crypto Quant Trade Calls MCP server and MCP server. Compare all ChangeNOW alternatives.

Alternatives to ChangeNOW

Same job from other publishers: the closest match first, then the best rated.

All ChangeNOW alternatives →
  • IronWallet
    Non-custodial crypto wallet MCP: check balances, sign and send transfers, and swap tokens locally.
    A
  • AlgoVault — Crypto Quant Trade Calls
    The Brain Layer for AI Trading Agents — quant calls + cross-venue arb across perp venues via MCP.
    A
  • MCP
    Crypto derivatives data: funding, open interest, liquidations, options, ETF flows. Free account key.
    B
  • Fee Optimizer MCP
    Compare crypto exchange fees across 18 venues. VIP tiers, funding, spread, fiat rails, app vs PRO.
    A
  • CoinCryptoRank MCP
    Real-time crypto market data, funding rates, arbitrage and trading tools from 60+ exchanges.
    B

More from changenow.io