{"name":"com.hiddenswap/swap","slug":"hiddenswap-swap","title":"HiddenSwap","description":"No-KYC crypto swaps, no account or email. Read-only quotes, coins, swap links, order status.","url":"https://mcp.market/server/hiddenswap-swap","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"ecommerce","tags":["ecommerce","email","finance"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T20:20:42.401Z","last_ok_at":"2026-09-19T20:20:42.401Z","latency_ms":716},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/hiddenswap/hiddenswap-mcp","website":"https://hiddenswap.com/open-source","version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://hiddenswap.com/mcp"}],"packages":[],"tools":[{"name":"get_order_status","description":"Check the stage of a HiddenSwap order by its order ID, for example awaiting deposit, confirming, swapping, sending, complete, needs support, refunded or expired. The order ID is private: anyone who has it can open the order page, which shows the addresses and amounts. Only use an order ID the person gave you, and never repeat it anywhere else. Returns the stage, a short label, whether it is final, when it last changed, and links to the order page and support. It never returns addresses, amounts or transaction hashes. Read-only. No account, no email and no ID needed to swap.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"orderId":{"type":"string","minLength":8,"maxLength":60,"pattern":"^[A-Za-z0-9 ]+$","description":"The order ID the person saved when they started the swap. Private: only use one the person gave you."}},"required":["orderId"],"additionalProperties":false}},{"name":"get_pair_info","description":"Check whether two coins can be swapped on HiddenSwap, a no-KYC crypto exchange, without asking for a live quote. Returns both coins with their networks, whether the pair can be swapped, fixed-rate support, the recorded limits and estimate when there are any, memo notes, the pair page and a prefilled swap link the person opens to finish on hiddenswap.com. Read-only. No account, no email and no ID needed to swap.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"string","minLength":1,"maxLength":24,"pattern":"^[A-Za-z0-9]{1,24}$","description":"The coin sent. Coin id from search_coins, for example btc, xmr or usdttrc20 (USDT on Tron)."},"to":{"type":"string","minLength":1,"maxLength":24,"pattern":"^[A-Za-z0-9]{1,24}$","description":"The coin received. Coin id from search_coins, for example btc, xmr or usdttrc20 (USDT on Tron)."},"amount":{"type":"string","maxLength":34,"pattern":"^\\d{1,15}(\\.\\d{1,18})?$","description":"Optional. Amount of the coin sent, as a decimal string with a dot, for example \"0.05\"."}},"required":["from","to"],"additionalProperties":false}},{"name":"get_quote","description":"Estimate a crypto-to-crypto swap on HiddenSwap, a no-KYC crypto exchange. Returns the amount the person would receive after all fees, the rate, the minimum and maximum, the payout fee, the usual duration and a prefilled swap link. Uses a quote recorded in the last two hours when one matches the exact amount (floating rate only, labelled with its time), otherwise a live quote. Read-only: it creates no order and moves no funds. Coin ids come from search_coins (for example btc, xmr, usdttrc20). No account, no email and no ID needed to swap.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"string","minLength":1,"maxLength":24,"pattern":"^[A-Za-z0-9]{1,24}$","description":"The coin sent. Coin id from search_coins, for example btc, xmr or usdttrc20 (USDT on Tron)."},"to":{"type":"string","minLength":1,"maxLength":24,"pattern":"^[A-Za-z0-9]{1,24}$","description":"The coin received. Coin id from search_coins, for example btc, xmr or usdttrc20 (USDT on Tron)."},"amount":{"type":"string","maxLength":34,"pattern":"^\\d{1,15}(\\.\\d{1,18})?$","description":"Amount of the coin sent, as a decimal string with a dot, for example \"0.05\"."},"rateType":{"type":"string","enum":["float","fixed"],"default":"float","description":"float (default): the rate is set when the deposit is confirmed. fixed: a rate held once the swap is started on the site, when the pair offers one."}},"required":["from","to","amount"],"additionalProperties":false}},{"name":"search_coins","description":"Find the coin ids HiddenSwap uses, by ticker, name or network, for example \"usdt tron\", \"monero\" or \"eth base\". Each result gives the id to pass to the other tools, the network, whether the coin can be sent or received in a swap, whether a memo is usually needed, and the coin page when there is one. HiddenSwap is a no-KYC crypto exchange for crypto-to-crypto swaps. Read-only. No account, no email and no ID needed to swap.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":60,"description":"Ticker, name or network words, for example \"usdt tron\" or \"monero\"."},"side":{"type":"string","enum":["send","receive"],"description":"Only coins that can be sent (send) or received (receive) in a swap."},"limit":{"type":"integer","minimum":1,"maximum":25,"default":10,"description":"Most results to return (1 to 25)."}},"required":["query"],"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-19T19:53:20.325Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:53:20.286Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 419ms"]},"poisoning":{"score":15,"max":15,"notes":["4 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://hiddenswap.com/mcp","reachable":true,"authRequired":false,"latencyMs":419,"serverInfo":{"name":"com.hiddenswap/swap","version":"1.1.0"}}],"packages":[],"repo":{"found":false,"owner":"hiddenswap","repo":"hiddenswap-mcp","error":"repo not found"},"icon":{"url":"https://hiddenswap.com/icon-512.png","source":"registry","width":512,"height":512},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}