Analytics
loomdesk.trade
Provides tools to analyze and manage LoomDesk's Uniswap v4 tokenized stock liquidity pools, including pool metrics, position quotes, and protocol-owned liquidity book status.
ENDPOINT 1
https://loomdesk.trade/mcp
MCP server metadata
- Name
- loomdesk
- Version
- 2.0.0
LoomDesk runs tokenized stock liquidity on Robinhood Chain (chain id 4663). Use list_pools to see where a dollar of liquidity earns and how much of it the pool keeps; get_pool for one pool's key; quote_position to size a position in one of LoomDesk's own pools and get the two transactions that open it, which you sign and send from your own wallet; book_status for the protocol's book; my_positions for a wallet's positions. Rates are measurements of the past week. A tenth of every swap fee in LoomDesk's pools goes to the LoomDesk book; the rest goes to the pool's liquidity providers pro rata. 1% of the USDG paid in to open a position goes to the book. LADDERS work in any pool on the chain, not only LoomDesk's: market_tokens to see what trades (a live index of every swap; flagged tokens are left out); ladder_pools for the pools of a token a ladder can go in; plan_ladder for the unsigned transactions that build one (with split: true from a single asset); my_ladders for a wallet's ladders, fees and PnL; plan_ladder_action to collect, partly withdraw, close or take the NFTs (taking the NFTs pays 5% of the ladder's value); plan_open_pool to open a fee-paying pool for a token whose only market pays liquidity nothing. Every plan is laid out from the chain at that moment and expires in twenty minutes: sign and send from the owner wallet, in order. Nothing here signs or holds keys. Ladders cost nothing to open; LoomDesk takes 5% of the trading fees a ladder earns and 5% of any gain when liquidity is taken out (nothing from a loss), or 5% of the value when the NFTs are taken out; 3.5% for owners holding 100,000 LOOM. Every cut is paid as USDG.
Known tools 11
list_poolsTokenized 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.
Inferred read-onlyget_poolEverything 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.
Inferred read-onlyquote_positionFor 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.
Inferred read-onlybook_statusThe 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.
Inferred read-onlymy_positionsThe Uniswap v4 positions a wallet opened through LoomDesk Earn: pool, range, whether in range, value and uncollected fees.
Inferred read-onlymarket_tokensEvery 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).
Inferred read-onlyladder_poolsFor 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).
Potential side effectsplan_ladderA 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, USDG or LOOM) 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.
Inferred read-onlymy_laddersEvery 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.
Inferred read-onlyplan_open_poolA new token often trades only in its launchpad's pool, where the hook keeps the whole fee.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.loomdesk]
url = "https://loomdesk.trade/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"loomdesk": {
"type": "http",
"url": "https://loomdesk.trade/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: loomdesk
Remote MCP URL: https://loomdesk.trade/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"loomdesk": {
"url": "https://loomdesk.trade/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"loomdesk": {
"type": "http",
"url": "https://loomdesk.trade/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "loomdesk",
"transport": "streamable-http",
"url": "https://loomdesk.trade/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.