wallet

Financial layer for AI Agents on Robinhood

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Get Balance: Current balance of the agent's wallet, and how much of it is not already committed to a pending payment.
  • Preflight Payment: Ask whether a payment would be allowed, without making it. Use this before proposing a spend to the user.
  • Pay: Send a payment from the agent's wallet. Policy runs first: if it refuses, no money moves and the reason is returned.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Financial layer for AI Agents on Robinhood

Список инструментов сервера (9)

Технические названия из tools/list. Нужны только разработчикам.

get_balanceCurrent balance of the agent's wallet, and how much of it is not already committed to a pending payment.
preflight_paymentAsk whether a payment would be allowed, without making it. Use this before proposing a spend to the user.
paySend a payment from the agent's wallet. Policy runs first: if it refuses, no money moves and the reason is returned.
get_spending_limitsThe spending limits in force and how much of each budget is left. Check this before planning a series of payments.
list_paymentsPayments this wallet has made in the current session.
get_quotePrice a trade across every venue that can fill it, without committing to anything. Returns the best route.
execute_orderQuote and execute a trade. Policy runs before anything is signed: a refusal returns the reason and costs nothing. Attach takeProfit and stopLoss to ship the exit with the entry.
list_positionsOpen positions with cost basis and unrealized P&L at the latest mark.
close_positionExit a position with the same guarantees the entry had: policy first, slippage bound enforced.
wallet: подключить к Claude, ChatGPT, Cursor · Connectors.fun