DocsClaude / MCPAvailable tools
Claude / MCP

Available MCP tools

The full set of tools the Nextbridge MCP server exposes to user-scoped keys (22 tools). Each tool is gated by the scopes on the API key — request only what you need.

read (14) · trade (7) · withdraw (1). Admin-only tools (treasury, dispute resolution, settings) live on a separate endpoint and require an ADMIN-scoped key.

ToolDescriptionScope
get_balanceHoldings, USDT-equivalent value, and per-coin breakdown.read
portfolio_summaryAggregated portfolio snapshot — total value, gainers/losers, allocations.read
portfolio_historyHistorical portfolio value with adjustable timeframe.read
get_recent_transactionsTrades, deposits, withdrawals, and P2P activity for the account.read
export_transactions_csvDownload a CSV of recent transactions for spreadsheet / tax software.read
get_deposit_addressPer-network deposit address for the account (derives a new one if needed).read
get_kyc_statusCurrent KYC state — NONE / PENDING / APPROVED / REJECTED.read
get_platform_settingsPublic platform parameters — daily limits, supported networks, fees.read
get_market_priceLast price for a single symbol with 24h change.read
get_market_snapshotMulti-symbol snapshot — last price, 24h change, volume.read
place_spot_tradePlace a market spot order. Requires explicit user confirmation in the chat.trade
get_active_price_alertsList the user's active (not-yet-triggered) price alerts.read
create_price_alertCreate a price alert. Notification fires once when the target is hit.trade
delete_price_alertCancel an active price alert by ID.trade
list_p2p_offersBrowse open P2P offers, optionally filtered by side and payment method.read
get_open_p2p_tradesThe user's in-flight P2P trades (PAYMENT_PENDING / PAID).read
get_p2p_chatRead messages on an active P2P trade.read
initiate_p2p_tradeOpen a P2P trade against an existing offer.trade
mark_p2p_paidMark the off-platform payment as sent (buyer only).trade
send_p2p_messageSend a message on an active P2P trade.trade
raise_p2p_disputeOpen a dispute on an active P2P trade.trade
request_withdrawalInitiate a crypto withdrawal. Always requires 2FA regardless of scope.withdraw