{"name":"trade.loomdesk/loomdesk","slug":"loomdesk","title":null,"description":"Tokenized stock pools on Robinhood Chain: where liquidity earns, and the transactions to provide it.","url":"https://mcp.market/server/loomdesk","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"finance","tags":["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:15:53.237Z","last_ok_at":"2026-09-19T20:15:53.237Z","latency_ms":1036},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://loomdesk.trade","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://loomdesk.trade/mcp"}],"packages":[],"tools":[{"name":"book_status","description":"The protocol-owned liquidity book: value, positions, fees collected, earnings waiting for the daily 18:00 UTC payout, and what has been paid to LOOM holders.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_pool","description":"Everything list_pools knows about one pool plus its v4 pool key, by symbol (LoomDesk's own pool of that stock if there is one, else the deepest) or by pool id.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"pool":{"type":"string","minLength":1,"description":"A stock symbol such as META, or a pool id / address"}},"required":["pool"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"ladder_pools","description":"For one token: the pools a ladder can go in, in the order the site offers them (real markets that pay their liquidity first; then real markets whose launchpad hook keeps the whole fee, where a ladder is only a grid of orders; then small ones). Each with swap fee, whether it pays liquidity, depth, 24h volume and fees, and fees as a share of liquidity per week. The first is the default.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"}},"required":["token"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_pools","description":"Tokenized stock pools on Robinhood Chain with what a dollar of liquidity earned in them (weekly rate at ±5/10/15/25% ranges), how much of those fees the pool kept after arbitrage (keep), depth, and 24h flow. LoomDesk's own pools are marked own: true; those are the pools Earn opens positions in, and the ones a tenth of whose swap fees pay the LoomDesk book. Rates are measurements of the past week, not forecasts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"own_only":{"default":true,"description":"Only LoomDesk's own pools (default). false lists every stock pool on the chain.","type":"boolean"},"sort":{"default":"net_weekly","type":"string","enum":["net_weekly","weekly_at_10","depth","fees_24h"]},"limit":{"default":25,"type":"integer","minimum":1,"maximum":200},"min_depth_usdg":{"default":0,"description":"Skip pools shallower than this.","type":"number","minimum":0}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"market_tokens","description":"Every token that traded in the last day, from LoomDesk's own index of every swap on the chain: price, market cap, 24h volume, fees, trades, depth, age, tier (established / new / untested) and keep (the share of its fees the busiest pool kept after the price moved). Flagged tokens (a stranger cannot sell them, or they tax transfers) are left out. `query` searches by symbol, name or address. `leadersWindowSeconds` instead returns the most traded and highest volume tokens over that window (300 to 604800).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","maxLength":64},"limit":{"type":"integer","minimum":1,"maximum":100},"leadersWindowSeconds":{"type":"integer","minimum":300,"maximum":604800}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"my_ladders","description":"Every live ladder of a wallet (on the current LoomLadder and earlier ones): pair, rungs with what each holds and which side of the price it is on, value, fees waiting (after LoomDesk's share), fees already collected, PnL against simply holding what went in, and the wallet's history of opens, collects, partial withdraws and closes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"}},"required":["address"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"my_positions","description":"The Uniswap v4 positions a wallet opened through LoomDesk Earn: pool, range, whether in range, value and uncollected fees.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","description":"The wallet address"}},"required":["address"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"plan_ladder","description":"A ladder is one deposit spread over up to 40 narrow one-sided ranges ('rungs') of a Uniswap v3 or v4 pool: rungs under the price hold the quote asset (ETH, WETH or USDG) and buy the token as it falls, rungs over the price hold the token and sell it as it rises, and rungs the price trades through earn the pool's swap fee. Give the band as percent from the current price (lowPct negative for under the price), the amounts as decimal strings, and the owner wallet. With one asset only, `split: true` swaps part of it for the other in the same pool and builds the whole band in one transaction (the minimum out comes from the chain's quoter, hook taxes included). Returns the unsigned transactions (approvals if needed, then the open or the zap) laid out from the pool's price on the chain right now. You sign and send them from the owner wallet; nothing is signed or sent here. Fees: nothing to open; 5% of the trading fees the ladder earns and 5% of any gain on the liquidity when it is taken out (nothing from a loss) (3.5% for an owner holding 100,000 LOOM).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"owner":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"pool":{"description":"A pool from ladder_pools; the default pool when left out","type":"string"},"lowPct":{"type":"number","minimum":-98,"maximum":400},"highPct":{"type":"number","minimum":-97,"maximum":500},"rungs":{"type":"integer","minimum":1,"maximum":40},"shape":{"type":"string","enum":["spot","curve","bidask"]},"amountToken":{"type":"string","pattern":"^\\d*\\.?\\d+$"},"amountQuote":{"type":"string","pattern":"^\\d*\\.?\\d+$"},"fullRange":{"description":"One position across every price instead of a band of rungs. Never out of range and needs no watching; very little of the money sits at the price, so it earns the least per dollar. Needs both amounts, or one amount with split: true. lowPct and highPct are ignored.","type":"boolean"},"split":{"type":"boolean"},"payWithEth":{"description":"For a pool quoted in WETH: pay in plain ETH, wrapped inside the same transaction, with nothing to approve. Default: whenever the wallet holds less WETH than amountQuote.","type":"boolean"},"slippagePct":{"type":"number","minimum":0.1,"maximum":50}},"required":["token","owner","lowPct","highPct"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"plan_ladder_action","description":"The unsigned transaction for one of a ladder's exits. collect: pays the fees earned and leaves the ladder working. close_part: takes sharePct of every rung out, the rest keeps working. close: pays the fees and returns everything. take_nfts: hands the Uniswap position NFTs to the owner; it always works, even when new ladders are paused. close and close_part are simulated first and carry minimums from slippagePct.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ladderId":{"type":"string","pattern":"^\\d+$"},"owner":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"action":{"type":"string","enum":["collect","close_part","close","take_nfts"]},"contract":{"description":"The LoomLadder the ladder lives in, from my_ladders; the current one when left out","type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"sharePct":{"type":"number","minimum":1,"maximum":99},"slippagePct":{"type":"number","minimum":0.01,"maximum":50},"to":{"description":"Where the proceeds go; the owner when left out","type":"string","pattern":"^0x[0-9a-fA-F]{40}$"}},"required":["ladderId","owner","action"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"plan_open_pool","description":"A new token often trades only in its launchpad's pool, where the hook keeps the whole fee. This plans a new Uniswap v4 pool for the token on LoomDesk's open hook, against ETH or USDG, with a flat 1% or 3% swap fee: nine tenths to liquidity providers, one tenth to the LoomDesk book. One-off cost 0.002 ETH or 5 USDG. It opens at the price of the token's existing market. Expect its flow to be mostly arbitrage plus what routers send; a new pool starts with neither. After opening, call plan_ladder with the returned pool id: the pool holds nothing until someone builds in it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"quote":{"type":"string","enum":["ETH","USDG"]},"feePct":{"anyOf":[{"type":"number","const":1},{"type":"number","const":3}]},"owner":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"}},"required":["token","quote","feePct","owner"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"quote_position","description":"For an amount of USDG and a range around the current price in one of LoomDesk's own pools: the 1% fee to open, the stock the desk would buy, the ticks, what the position would have earned per week at the pool's measured rate, and the two transactions (USDG approve, EarnDeskV4.open) that open it, minted to the sender's wallet. Nothing is sent: the caller signs and sends them from its own wallet within 20 minutes. Keep a deposit under maxSensibleDepositUsdg: in a shallow pool a larger buy of the stock side moves the price against you.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"pool":{"type":"string","minLength":1,"description":"Symbol or pool id of a LoomDesk pool"},"usdg":{"type":"number","exclusiveMinimum":0,"description":"USDG to put in, fee included, e.g. 250"},"range_pct":{"default":5,"description":"Half-width of the range around the current price, in percent","type":"number","minimum":0.5,"maximum":50}},"required":["pool","usdg"],"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-19T19:25:13.695Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:25:13.698Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1184ms"]},"poisoning":{"score":15,"max":15,"notes":["11 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://loomdesk.trade/mcp","reachable":true,"authRequired":false,"latencyMs":1184,"serverInfo":{"name":"loomdesk","version":"2.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://loomdesk.trade/favicon.ico","source":"registry","width":48,"height":48},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}