{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_7dyf7v38z78q","handle":"rubin-exchange","url":"https://wellknown.network/agents/rubin-exchange","links":{"self":"https://wellknown.network/agents/rubin-exchange/record.json","html":"https://wellknown.network/agents/rubin-exchange","markdown":"https://wellknown.network/agents/rubin-exchange/record.md","api":"https://wellknown.network/api/v1/agents/rubin-exchange","status":"https://wellknown.network/api/v1/agents/rubin-exchange/status","claim":"https://wellknown.network/agents/rubin-exchange/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/rubin-exchange/claim.json","badge":"https://wellknown.network/agents/rubin-exchange/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air:mcp.mainnet.rubin.trade:server:rubin-exchange","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"Rubin Exchange","summary":"Rubin: self-custody DEX for crypto perpetuals & spot - trade, read positions, orders, balances.","description":"Rubin: self-custody DEX for crypto perpetuals & spot - trade, read positions, orders, balances.","publisher":{"name":"trade.rubin","url":null},"homepage":"https://code.rubin.trade/ai","repository":"https://github.com/rubin-trade/rubin-mainnet-mcp","version":"1.0.2","license":null,"protocols":["mcp"],"tags":[],"pricing":null,"endpoints":[{"url":"https://mcp.mainnet.rubin.trade/mcp","type":"mcp_streamable_http","auth":null,"probeable":true}],"skills":null,"tools":null,"extra":{"updatedAt":"2026-06-22T05:18:01.387205Z","publishedAt":"2026-06-22T05:18:01.387205Z","registryName":"trade.rubin/exchange"},"attribution":{"kind":"mcp_registry","name":"mcp_registry","repoUrl":"mcp_registry","summary":"mcp_registry","version":"mcp_registry","description":"mcp_registry","homepageUrl":"mcp_registry","publisherName":"mcp_registry"}},"derived":{"capabilities":[{"slug":"data.news","name":"News & Feeds","confidence":1,"provenance":"derived"},{"slug":"finance.markets","name":"Markets & Trading","confidence":1,"provenance":"derived"},{"slug":"commerce.ecommerce","name":"E-commerce Operations","confidence":0.885,"provenance":"derived"},{"slug":"content.writing","name":"Writing & Editing","confidence":0.51,"provenance":"derived"},{"slug":"documents.conversion","name":"Document Conversion","confidence":0.51,"provenance":"derived"},{"slug":"communication.chat","name":"Team Chat","confidence":0.51,"provenance":"derived"},{"slug":"automation.workflows","name":"Workflow Automation","confidence":0.51,"provenance":"derived"}],"categories":["automation","commerce","communication","content","data","documents","finance"]},"observed":{"status":"recently_observed","statusReason":"Responded 16h ago; 1 recent check failed (latest 9h ago).","lastOkAt":"2026-09-08T08:24:45.951Z","lastProbedAt":"2026-09-08T15:23:44.969Z","statusComputedAt":"2026-09-08T15:29:02.827Z","reliability30d":{"probes":5,"successRate":0.8,"p50Ms":70},"latestObservations":[{"at":"2026-09-08T15:23:44.969Z","kind":"mcp_initialize","ok":false,"httpStatus":null,"latencyMs":null,"error":"unsafe: DNS resolution failed","detail":null},{"at":"2026-09-08T08:24:45.951Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":79,"error":null,"detail":{"tools":[{"name":"whoami","description":"Report what this session controls: the master account (its address in BOTH forms — cosmos rit1… and EVM 0x…, the same 20 bytes), the subaccount, whether it can "},{"name":"get_block_height","description":"Return the latest chain block height. Useful for SHORT_TERM order goodTilBlock math."},{"name":"list_markets","description":"List all perpetual markets with ticker, status and oracle price. Use this first to discover valid market tickers (e.g. BTC-USD) before placing orders."},{"name":"get_market","description":"Get details for one perpetual market (clobPairId, atomicResolution, quantumConversionExponent, tick/step sizes, oracle price, status)."},{"name":"get_orderbook","description":"Get the live orderbook (bids/asks) for a market, optionally truncated to a depth."},{"name":"get_candles","description":"Get OHLCV candles for a market at a given resolution. Useful for trend/volatility analysis."},{"name":"get_candles_multi","description":"Get recent OHLCV candles for a market across MULTIPLE resolutions in one call — by default ALL indexer resolutions (1MIN, 5MINS, 15MINS, 30MINS, 1HOUR, 4HOURS, "},{"name":"get_balance","description":"Get the subaccount collateral (USDC asset position) and the on-chain wallet bank balances. Collateral is what backs trading; the WALLET balance is where money s"},{"name":"get_equity","description":"Get the subaccount summary: equity, freeCollateral, marginEnabled, open perpetual positions and asset positions."},{"name":"get_positions","description":"Get perpetual POSITIONS with size, side, entryPrice, unrealizedPnl, realizedPnl and netFunding. Defaults to OPEN positions. NOTE: a position is what you HOLD af"},{"name":"get_open_orders","description":"Get currently active ORDERS for the subaccount, optionally filtered by market and side. Includes OPEN resting orders and UNTRIGGERED conditional orders (TP/SL a"},{"name":"get_portfolio","description":"One-call snapshot of everything the account has \"open\": equity & freeCollateral, every open POSITION (with notional, unrealized PnL and estimated liquidation pr"},{"name":"get_position_risk","description":"Margin health for the subaccount: equity, freeCollateral, total maintenance/initial margin, maintenanceMarginBufferUsd (the EXACT liquidation guard — liquidatab"},{"name":"get_fills","description":"Get executed fills for the subaccount, including price, size, fee and maker/taker liquidity."},{"name":"get_pnl","description":"Get historical PnL ticks for the subaccount (equity, totalPnl, netTransfers over time). Use createdOnOrAfter to bound the range."},{"name":"get_funding_status","description":"Where the account's USDC sits: in the WALLET (bank balance — money sent to the account lands here and is NOT collateral) vs in the trading SUBACCOUNT (equity / "},{"name":"deposit_to_subaccount","description":"Deposit USDC from the account's WALLET into its trading SUBACCOUNT so it becomes collateral. Without amountUsd it moves everything above the $0.95 gas reserve ("},{"name":"top_up_gas","description":"Move a little USDC from the trading subaccount back to the WALLET when the wallet is at or below $0.55 — just enough to restore the $0.95 gas reserve that depos"},{"name":"place_limit_order","description":"Place a limit order. Default timeInForce=GTT (long-term, durable, broadcast-commit so errors return synchronously). Use SHORT_TERM only for latency-sensitive or"},{"name":"place_market_order","description":"Place an IOC market order. It executes as an IOC limit at a worst-acceptable price mirrored around the oracle by side — BUY caps ABOVE the oracle, SELL below — "},{"name":"cancel_order","description":"Cancel a single order by clientId. For SHORT_TERM pass goodTilBlock; for LONG_TERM/CONDITIONAL pass goodTilTimeSeconds (the original good-til value, available f"},{"name":"cancel_all_orders","description":"Cancel every OPEN order for the subaccount in a market (handles SHORT_TERM and LONG_TERM automatically). Returns `confirmation.remainingOpen` — orders still OPE"},{"name":"batch_cancel","description":"Cancel multiple SHORT_TERM orders in one tx. SHORT_TERM only (chain limitation) — for stateful/mixed use cancel_all_orders."},{"name":"place_stop_loss","description":"Place a reduce-only Stop loss (conditional market order) that triggers at triggerPrice. Side must be the CLOSING side of the position: SELL closes a LONG, BUY c"},{"name":"place_take_profit","description":"Place a reduce-only Take profit (conditional market order) that triggers at triggerPrice. Side must be the CLOSING side of the position: SELL closes a LONG, BUY"},{"name":"close_position","description":"Close all or part of an open perpetual position with a reduce-only MARKET order. Reads the current position, flips the side automatically (LONG→SELL, SHORT→BUY)"},{"name":"close_all_positions","description":"Flatten EVERY open perpetual position with reduce-only MARKET orders (one per market). Respects the operator market allowlist (disallowed markets are skipped an"},{"name":"open_position","description":"Enter a NEW position with a MARKET order, sized by base `size` OR quote `notionalUsd` (exactly one required; notionalUsd converts at the oracle price and is flo"},{"name":"get_news","description":"Fetch the latest headlines from the ritbit news feed (curated crypto / markets / business channels, newest first). Filter by `category` (crypto|markets|business"},{"name":"get_leaderboard","description":"The trader PnL leaderboard for a time span (ONE_DAY, SEVEN_DAYS, THIRTY_DAYS, ONE_YEAR, ALL_TIME): rank, username, address, PnL (USD), ROI (%) and current equit"},{"name":"get_my_rank","description":"Where THIS account ranks on the PnL leaderboard: rank, board size (\"21 of 66\"), PnL, ROI and equity — for one time span, or for every time span (ONE_DAY … ALL_T"},{"name":"get_fee_tier","description":"This account's current trading fee tier and conditions: maker/taker fee (% of notional; a negative maker fee is a rebate), the 30-day maker/taker volume it is j"},{"name":"get_referral_program","description":"This account's referral / affiliate program status: referral code and link, whether the link is unlocked (lifetime volume threshold, or already an affiliate), c"}],"toolCount":33,"serverName":"ritbit-mcp","capabilities":["tools","prompts"],"serverVersion":"0.2.0","protocolVersion":"2025-06-18"}},{"at":"2026-09-08T01:19:40.682Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":66,"error":null,"detail":{"tools":[{"name":"whoami","description":"Report what this session controls: the master account (its address in BOTH forms — cosmos rit1… and EVM 0x…, the same 20 bytes), the subaccount, whether it can "},{"name":"get_block_height","description":"Return the latest chain block height. Useful for SHORT_TERM order goodTilBlock math."},{"name":"list_markets","description":"List all perpetual markets with ticker, status and oracle price. Use this first to discover valid market tickers (e.g. BTC-USD) before placing orders."},{"name":"get_market","description":"Get details for one perpetual market (clobPairId, atomicResolution, quantumConversionExponent, tick/step sizes, oracle price, status)."},{"name":"get_orderbook","description":"Get the live orderbook (bids/asks) for a market, optionally truncated to a depth."},{"name":"get_candles","description":"Get OHLCV candles for a market at a given resolution. Useful for trend/volatility analysis."},{"name":"get_candles_multi","description":"Get recent OHLCV candles for a market across MULTIPLE resolutions in one call — by default ALL indexer resolutions (1MIN, 5MINS, 15MINS, 30MINS, 1HOUR, 4HOURS, "},{"name":"get_balance","description":"Get the subaccount collateral (USDC asset position) and the on-chain wallet bank balances. Collateral is what backs trading; the WALLET balance is where money s"},{"name":"get_equity","description":"Get the subaccount summary: equity, freeCollateral, marginEnabled, open perpetual positions and asset positions."},{"name":"get_positions","description":"Get perpetual POSITIONS with size, side, entryPrice, unrealizedPnl, realizedPnl and netFunding. Defaults to OPEN positions. NOTE: a position is what you HOLD af"},{"name":"get_open_orders","description":"Get currently active ORDERS for the subaccount, optionally filtered by market and side. Includes OPEN resting orders and UNTRIGGERED conditional orders (TP/SL a"},{"name":"get_portfolio","description":"One-call snapshot of everything the account has \"open\": equity & freeCollateral, every open POSITION (with notional, unrealized PnL and estimated liquidation pr"},{"name":"get_position_risk","description":"Margin health for the subaccount: equity, freeCollateral, total maintenance/initial margin, maintenanceMarginBufferUsd (the EXACT liquidation guard — liquidatab"},{"name":"get_fills","description":"Get executed fills for the subaccount, including price, size, fee and maker/taker liquidity."},{"name":"get_pnl","description":"Get historical PnL ticks for the subaccount (equity, totalPnl, netTransfers over time). Use createdOnOrAfter to bound the range."},{"name":"get_funding_status","description":"Where the account's USDC sits: in the WALLET (bank balance — money sent to the account lands here and is NOT collateral) vs in the trading SUBACCOUNT (equity / "},{"name":"deposit_to_subaccount","description":"Deposit USDC from the account's WALLET into its trading SUBACCOUNT so it becomes collateral. Without amountUsd it moves everything above the $0.95 gas reserve ("},{"name":"top_up_gas","description":"Move a little USDC from the trading subaccount back to the WALLET when the wallet is at or below $0.55 — just enough to restore the $0.95 gas reserve that depos"},{"name":"place_limit_order","description":"Place a limit order. Default timeInForce=GTT (long-term, durable, broadcast-commit so errors return synchronously). Use SHORT_TERM only for latency-sensitive or"},{"name":"place_market_order","description":"Place an IOC market order. It executes as an IOC limit at a worst-acceptable price mirrored around the oracle by side — BUY caps ABOVE the oracle, SELL below — "},{"name":"cancel_order","description":"Cancel a single order by clientId. For SHORT_TERM pass goodTilBlock; for LONG_TERM/CONDITIONAL pass goodTilTimeSeconds (the original good-til value, available f"},{"name":"cancel_all_orders","description":"Cancel every OPEN order for the subaccount in a market (handles SHORT_TERM and LONG_TERM automatically). Returns `confirmation.remainingOpen` — orders still OPE"},{"name":"batch_cancel","description":"Cancel multiple SHORT_TERM orders in one tx. SHORT_TERM only (chain limitation) — for stateful/mixed use cancel_all_orders."},{"name":"place_stop_loss","description":"Place a reduce-only Stop loss (conditional market order) that triggers at triggerPrice. Side must be the CLOSING side of the position: SELL closes a LONG, BUY c"},{"name":"place_take_profit","description":"Place a reduce-only Take profit (conditional market order) that triggers at triggerPrice. Side must be the CLOSING side of the position: SELL closes a LONG, BUY"},{"name":"close_position","description":"Close all or part of an open perpetual position with a reduce-only MARKET order. Reads the current position, flips the side automatically (LONG→SELL, SHORT→BUY)"},{"name":"close_all_positions","description":"Flatten EVERY open perpetual position with reduce-only MARKET orders (one per market). Respects the operator market allowlist (disallowed markets are skipped an"},{"name":"open_position","description":"Enter a NEW position with a MARKET order, sized by base `size` OR quote `notionalUsd` (exactly one required; notionalUsd converts at the oracle price and is flo"},{"name":"get_news","description":"Fetch the latest headlines from the ritbit news feed (curated crypto / markets / business channels, newest first). Filter by `category` (crypto|markets|business"},{"name":"get_leaderboard","description":"The trader PnL leaderboard for a time span (ONE_DAY, SEVEN_DAYS, THIRTY_DAYS, ONE_YEAR, ALL_TIME): rank, username, address, PnL (USD), ROI (%) and current equit"},{"name":"get_my_rank","description":"Where THIS account ranks on the PnL leaderboard: rank, board size (\"21 of 66\"), PnL, ROI and equity — for one time span, or for every time span (ONE_DAY … ALL_T"},{"name":"get_fee_tier","description":"This account's current trading fee tier and conditions: maker/taker fee (% of notional; a negative maker fee is a rebate), the 30-day maker/taker volume it is j"},{"name":"get_referral_program","description":"This account's referral / affiliate program status: referral code and link, whether the link is unlocked (lifetime volume threshold, or already an affiliate), c"}],"toolCount":33,"serverName":"ritbit-mcp","capabilities":["tools","prompts"],"serverVersion":"0.2.0","protocolVersion":"2025-06-18"}},{"at":"2026-09-07T18:21:30.417Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":66,"error":null,"detail":{"tools":[{"name":"whoami","description":"Report what this session controls: the master account (its address in BOTH forms — cosmos rit1… and EVM 0x…, the same 20 bytes), the subaccount, whether it can "},{"name":"get_block_height","description":"Return the latest chain block height. Useful for SHORT_TERM order goodTilBlock math."},{"name":"list_markets","description":"List all perpetual markets with ticker, status and oracle price. Use this first to discover valid market tickers (e.g. BTC-USD) before placing orders."},{"name":"get_market","description":"Get details for one perpetual market (clobPairId, atomicResolution, quantumConversionExponent, tick/step sizes, oracle price, status)."},{"name":"get_orderbook","description":"Get the live orderbook (bids/asks) for a market, optionally truncated to a depth."},{"name":"get_candles","description":"Get OHLCV candles for a market at a given resolution. Useful for trend/volatility analysis."},{"name":"get_candles_multi","description":"Get recent OHLCV candles for a market across MULTIPLE resolutions in one call — by default ALL indexer resolutions (1MIN, 5MINS, 15MINS, 30MINS, 1HOUR, 4HOURS, "},{"name":"get_balance","description":"Get the subaccount collateral (USDC asset position) and the on-chain wallet bank balances. Collateral is what backs trading; the WALLET balance is where money s"},{"name":"get_equity","description":"Get the subaccount summary: equity, freeCollateral, marginEnabled, open perpetual positions and asset positions."},{"name":"get_positions","description":"Get perpetual POSITIONS with size, side, entryPrice, unrealizedPnl, realizedPnl and netFunding. Defaults to OPEN positions. NOTE: a position is what you HOLD af"},{"name":"get_open_orders","description":"Get currently active ORDERS for the subaccount, optionally filtered by market and side. Includes OPEN resting orders and UNTRIGGERED conditional orders (TP/SL a"},{"name":"get_portfolio","description":"One-call snapshot of everything the account has \"open\": equity & freeCollateral, every open POSITION (with notional, unrealized PnL and estimated liquidation pr"},{"name":"get_position_risk","description":"Margin health for the subaccount: equity, freeCollateral, total maintenance/initial margin, maintenanceMarginBufferUsd (the EXACT liquidation guard — liquidatab"},{"name":"get_fills","description":"Get executed fills for the subaccount, including price, size, fee and maker/taker liquidity."},{"name":"get_pnl","description":"Get historical PnL ticks for the subaccount (equity, totalPnl, netTransfers over time). Use createdOnOrAfter to bound the range."},{"name":"get_funding_status","description":"Where the account's USDC sits: in the WALLET (bank balance — money sent to the account lands here and is NOT collateral) vs in the trading SUBACCOUNT (equity / "},{"name":"deposit_to_subaccount","description":"Deposit USDC from the account's WALLET into its trading SUBACCOUNT so it becomes collateral. Without amountUsd it moves everything above the $0.95 gas reserve ("},{"name":"top_up_gas","description":"Move a little USDC from the trading subaccount back to the WALLET when the wallet is at or below $0.55 — just enough to restore the $0.95 gas reserve that depos"},{"name":"place_limit_order","description":"Place a limit order. Default timeInForce=GTT (long-term, durable, broadcast-commit so errors return synchronously). Use SHORT_TERM only for latency-sensitive or"},{"name":"place_market_order","description":"Place an IOC market order. It executes as an IOC limit at a worst-acceptable price mirrored around the oracle by side — BUY caps ABOVE the oracle, SELL below — "},{"name":"cancel_order","description":"Cancel a single order by clientId. For SHORT_TERM pass goodTilBlock; for LONG_TERM/CONDITIONAL pass goodTilTimeSeconds (the original good-til value, available f"},{"name":"cancel_all_orders","description":"Cancel every OPEN order for the subaccount in a market (handles SHORT_TERM and LONG_TERM automatically). Returns `confirmation.remainingOpen` — orders still OPE"},{"name":"batch_cancel","description":"Cancel multiple SHORT_TERM orders in one tx. SHORT_TERM only (chain limitation) — for stateful/mixed use cancel_all_orders."},{"name":"place_stop_loss","description":"Place a reduce-only Stop loss (conditional market order) that triggers at triggerPrice. Side must be the CLOSING side of the position: SELL closes a LONG, BUY c"},{"name":"place_take_profit","description":"Place a reduce-only Take profit (conditional market order) that triggers at triggerPrice. Side must be the CLOSING side of the position: SELL closes a LONG, BUY"},{"name":"close_position","description":"Close all or part of an open perpetual position with a reduce-only MARKET order. Reads the current position, flips the side automatically (LONG→SELL, SHORT→BUY)"},{"name":"close_all_positions","description":"Flatten EVERY open perpetual position with reduce-only MARKET orders (one per market). Respects the operator market allowlist (disallowed markets are skipped an"},{"name":"open_position","description":"Enter a NEW position with a MARKET order, sized by base `size` OR quote `notionalUsd` (exactly one required; notionalUsd converts at the oracle price and is flo"},{"name":"get_news","description":"Fetch the latest headlines from the ritbit news feed (curated crypto / markets / business channels, newest first). Filter by `category` (crypto|markets|business"},{"name":"get_leaderboard","description":"The trader PnL leaderboard for a time span (ONE_DAY, SEVEN_DAYS, THIRTY_DAYS, ONE_YEAR, ALL_TIME): rank, username, address, PnL (USD), ROI (%) and current equit"},{"name":"get_my_rank","description":"Where THIS account ranks on the PnL leaderboard: rank, board size (\"21 of 66\"), PnL, ROI and equity — for one time span, or for every time span (ONE_DAY … ALL_T"},{"name":"get_fee_tier","description":"This account's current trading fee tier and conditions: maker/taker fee (% of notional; a negative maker fee is a rebate), the 30-day maker/taker volume it is j"},{"name":"get_referral_program","description":"This account's referral / affiliate program status: referral code and link, whether the link is unlocked (lifetime volume threshold, or already an affiliate), c"}],"toolCount":33,"serverName":"ritbit-mcp","capabilities":["tools","prompts"],"serverVersion":"0.2.0","protocolVersion":"2025-06-18"}},{"at":"2026-09-07T10:22:22.998Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":71,"error":null,"detail":{"tools":[{"name":"whoami","description":"Report what this session controls: the master account (its address in BOTH forms — cosmos rit1… and EVM 0x…, the same 20 bytes), the subaccount, whether it can "},{"name":"get_block_height","description":"Return the latest chain block height. Useful for SHORT_TERM order goodTilBlock math."},{"name":"list_markets","description":"List all perpetual markets with ticker, status and oracle price. Use this first to discover valid market tickers (e.g. BTC-USD) before placing orders."},{"name":"get_market","description":"Get details for one perpetual market (clobPairId, atomicResolution, quantumConversionExponent, tick/step sizes, oracle price, status)."},{"name":"get_orderbook","description":"Get the live orderbook (bids/asks) for a market, optionally truncated to a depth."},{"name":"get_candles","description":"Get OHLCV candles for a market at a given resolution. Useful for trend/volatility analysis."},{"name":"get_candles_multi","description":"Get recent OHLCV candles for a market across MULTIPLE resolutions in one call — by default ALL indexer resolutions (1MIN, 5MINS, 15MINS, 30MINS, 1HOUR, 4HOURS, "},{"name":"get_balance","description":"Get the subaccount collateral (USDC asset position) and the on-chain wallet bank balances. Collateral is what backs trading; the WALLET balance is where money s"},{"name":"get_equity","description":"Get the subaccount summary: equity, freeCollateral, marginEnabled, open perpetual positions and asset positions."},{"name":"get_positions","description":"Get perpetual POSITIONS with size, side, entryPrice, unrealizedPnl, realizedPnl and netFunding. Defaults to OPEN positions. NOTE: a position is what you HOLD af"},{"name":"get_open_orders","description":"Get currently active ORDERS for the subaccount, optionally filtered by market and side. Includes OPEN resting orders and UNTRIGGERED conditional orders (TP/SL a"},{"name":"get_portfolio","description":"One-call snapshot of everything the account has \"open\": equity & freeCollateral, every open POSITION (with notional, unrealized PnL and estimated liquidation pr"},{"name":"get_position_risk","description":"Margin health for the subaccount: equity, freeCollateral, total maintenance/initial margin, maintenanceMarginBufferUsd (the EXACT liquidation guard — liquidatab"},{"name":"get_fills","description":"Get executed fills for the subaccount, including price, size, fee and maker/taker liquidity."},{"name":"get_pnl","description":"Get historical PnL ticks for the subaccount (equity, totalPnl, netTransfers over time). Use createdOnOrAfter to bound the range."},{"name":"get_funding_status","description":"Where the account's USDC sits: in the WALLET (bank balance — money sent to the account lands here and is NOT collateral) vs in the trading SUBACCOUNT (equity / "},{"name":"deposit_to_subaccount","description":"Deposit USDC from the account's WALLET into its trading SUBACCOUNT so it becomes collateral. Without amountUsd it moves everything above the $0.95 gas reserve ("},{"name":"top_up_gas","description":"Move a little USDC from the trading subaccount back to the WALLET when the wallet is at or below $0.55 — just enough to restore the $0.95 gas reserve that depos"},{"name":"place_limit_order","description":"Place a limit order. Default timeInForce=GTT (long-term, durable, broadcast-commit so errors return synchronously). Use SHORT_TERM only for latency-sensitive or"},{"name":"place_market_order","description":"Place an IOC market order. It executes as an IOC limit at a worst-acceptable price mirrored around the oracle by side — BUY caps ABOVE the oracle, SELL below — "},{"name":"cancel_order","description":"Cancel a single order by clientId. For SHORT_TERM pass goodTilBlock; for LONG_TERM/CONDITIONAL pass goodTilTimeSeconds (the original good-til value, available f"},{"name":"cancel_all_orders","description":"Cancel every OPEN order for the subaccount in a market (handles SHORT_TERM and LONG_TERM automatically). Returns `confirmation.remainingOpen` — orders still OPE"},{"name":"batch_cancel","description":"Cancel multiple SHORT_TERM orders in one tx. SHORT_TERM only (chain limitation) — for stateful/mixed use cancel_all_orders."},{"name":"place_stop_loss","description":"Place a reduce-only Stop loss (conditional market order) that triggers at triggerPrice. Side must be the CLOSING side of the position: SELL closes a LONG, BUY c"},{"name":"place_take_profit","description":"Place a reduce-only Take profit (conditional market order) that triggers at triggerPrice. Side must be the CLOSING side of the position: SELL closes a LONG, BUY"},{"name":"close_position","description":"Close all or part of an open perpetual position with a reduce-only MARKET order. Reads the current position, flips the side automatically (LONG→SELL, SHORT→BUY)"},{"name":"close_all_positions","description":"Flatten EVERY open perpetual position with reduce-only MARKET orders (one per market). Respects the operator market allowlist (disallowed markets are skipped an"},{"name":"open_position","description":"Enter a NEW position with a MARKET order, sized by base `size` OR quote `notionalUsd` (exactly one required; notionalUsd converts at the oracle price and is flo"},{"name":"get_news","description":"Fetch the latest headlines from the ritbit news feed (curated crypto / markets / business channels, newest first). Filter by `category` (crypto|markets|business"},{"name":"get_leaderboard","description":"The trader PnL leaderboard for a time span (ONE_DAY, SEVEN_DAYS, THIRTY_DAYS, ONE_YEAR, ALL_TIME): rank, username, address, PnL (USD), ROI (%) and current equit"},{"name":"get_my_rank","description":"Where THIS account ranks on the PnL leaderboard: rank, board size (\"21 of 66\"), PnL, ROI and equity — for one time span, or for every time span (ONE_DAY … ALL_T"},{"name":"get_fee_tier","description":"This account's current trading fee tier and conditions: maker/taker fee (% of notional; a negative maker fee is a rebate), the 30-day maker/taker volume it is j"},{"name":"get_referral_program","description":"This account's referral / affiliate program status: referral code and link, whether the link is unlocked (lifetime volume threshold, or already an affiliate), c"}],"toolCount":33,"serverName":"ritbit-mcp","capabilities":["tools","prompts"],"serverVersion":"0.2.0","protocolVersion":"2025-06-18"}}],"tools":[{"name":"whoami","description":"Report what this session controls: the master account (its address in BOTH forms — cosmos rit1… and EVM 0x…, the same 20 bytes), the subaccount, whether it can "},{"name":"get_block_height","description":"Return the latest chain block height. Useful for SHORT_TERM order goodTilBlock math."},{"name":"list_markets","description":"List all perpetual markets with ticker, status and oracle price. Use this first to discover valid market tickers (e.g. BTC-USD) before placing orders."},{"name":"get_market","description":"Get details for one perpetual market (clobPairId, atomicResolution, quantumConversionExponent, tick/step sizes, oracle price, status)."},{"name":"get_orderbook","description":"Get the live orderbook (bids/asks) for a market, optionally truncated to a depth."},{"name":"get_candles","description":"Get OHLCV candles for a market at a given resolution. Useful for trend/volatility analysis."},{"name":"get_candles_multi","description":"Get recent OHLCV candles for a market across MULTIPLE resolutions in one call — by default ALL indexer resolutions (1MIN, 5MINS, 15MINS, 30MINS, 1HOUR, 4HOURS, "},{"name":"get_balance","description":"Get the subaccount collateral (USDC asset position) and the on-chain wallet bank balances. Collateral is what backs trading; the WALLET balance is where money s"},{"name":"get_equity","description":"Get the subaccount summary: equity, freeCollateral, marginEnabled, open perpetual positions and asset positions."},{"name":"get_positions","description":"Get perpetual POSITIONS with size, side, entryPrice, unrealizedPnl, realizedPnl and netFunding. Defaults to OPEN positions. NOTE: a position is what you HOLD af"},{"name":"get_open_orders","description":"Get currently active ORDERS for the subaccount, optionally filtered by market and side. Includes OPEN resting orders and UNTRIGGERED conditional orders (TP/SL a"},{"name":"get_portfolio","description":"One-call snapshot of everything the account has \"open\": equity & freeCollateral, every open POSITION (with notional, unrealized PnL and estimated liquidation pr"},{"name":"get_position_risk","description":"Margin health for the subaccount: equity, freeCollateral, total maintenance/initial margin, maintenanceMarginBufferUsd (the EXACT liquidation guard — liquidatab"},{"name":"get_fills","description":"Get executed fills for the subaccount, including price, size, fee and maker/taker liquidity."},{"name":"get_pnl","description":"Get historical PnL ticks for the subaccount (equity, totalPnl, netTransfers over time). Use createdOnOrAfter to bound the range."},{"name":"get_funding_status","description":"Where the account's USDC sits: in the WALLET (bank balance — money sent to the account lands here and is NOT collateral) vs in the trading SUBACCOUNT (equity / "},{"name":"deposit_to_subaccount","description":"Deposit USDC from the account's WALLET into its trading SUBACCOUNT so it becomes collateral. Without amountUsd it moves everything above the $0.95 gas reserve ("},{"name":"top_up_gas","description":"Move a little USDC from the trading subaccount back to the WALLET when the wallet is at or below $0.55 — just enough to restore the $0.95 gas reserve that depos"},{"name":"place_limit_order","description":"Place a limit order. Default timeInForce=GTT (long-term, durable, broadcast-commit so errors return synchronously). Use SHORT_TERM only for latency-sensitive or"},{"name":"place_market_order","description":"Place an IOC market order. It executes as an IOC limit at a worst-acceptable price mirrored around the oracle by side — BUY caps ABOVE the oracle, SELL below — "},{"name":"cancel_order","description":"Cancel a single order by clientId. For SHORT_TERM pass goodTilBlock; for LONG_TERM/CONDITIONAL pass goodTilTimeSeconds (the original good-til value, available f"},{"name":"cancel_all_orders","description":"Cancel every OPEN order for the subaccount in a market (handles SHORT_TERM and LONG_TERM automatically). Returns `confirmation.remainingOpen` — orders still OPE"},{"name":"batch_cancel","description":"Cancel multiple SHORT_TERM orders in one tx. SHORT_TERM only (chain limitation) — for stateful/mixed use cancel_all_orders."},{"name":"place_stop_loss","description":"Place a reduce-only Stop loss (conditional market order) that triggers at triggerPrice. Side must be the CLOSING side of the position: SELL closes a LONG, BUY c"},{"name":"place_take_profit","description":"Place a reduce-only Take profit (conditional market order) that triggers at triggerPrice. Side must be the CLOSING side of the position: SELL closes a LONG, BUY"},{"name":"close_position","description":"Close all or part of an open perpetual position with a reduce-only MARKET order. Reads the current position, flips the side automatically (LONG→SELL, SHORT→BUY)"},{"name":"close_all_positions","description":"Flatten EVERY open perpetual position with reduce-only MARKET orders (one per market). Respects the operator market allowlist (disallowed markets are skipped an"},{"name":"open_position","description":"Enter a NEW position with a MARKET order, sized by base `size` OR quote `notionalUsd` (exactly one required; notionalUsd converts at the oracle price and is flo"},{"name":"get_news","description":"Fetch the latest headlines from the ritbit news feed (curated crypto / markets / business channels, newest first). Filter by `category` (crypto|markets|business"},{"name":"get_leaderboard","description":"The trader PnL leaderboard for a time span (ONE_DAY, SEVEN_DAYS, THIRTY_DAYS, ONE_YEAR, ALL_TIME): rank, username, address, PnL (USD), ROI (%) and current equit"},{"name":"get_my_rank","description":"Where THIS account ranks on the PnL leaderboard: rank, board size (\"21 of 66\"), PnL, ROI and equity — for one time span, or for every time span (ONE_DAY … ALL_T"},{"name":"get_fee_tier","description":"This account's current trading fee tier and conditions: maker/taker fee (% of notional; a negative maker fee is a rebate), the 30-day maker/taker volume it is j"},{"name":"get_referral_program","description":"This account's referral / affiliate program status: referral code and link, whether the link is unlocked (lifetime volume threshold, or already an affiliate), c"}],"package":null},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"mcp_registry","key":"trade.rubin/exchange","url":"https://registry.modelcontextprotocol.io/v0/servers/trade.rubin%2Fexchange","firstSeenAt":"2026-09-07T09:23:08.675Z","fetchedAt":"2026-09-07T09:23:08.675Z","normalizedAt":"2026-09-07T09:23:08.675Z"}]},"firstSeenAt":"2026-09-07T09:23:08.675Z","updatedAt":"2026-09-08T08:28:57.635Z"}