AI Agent Tokenized Stock OS
dev.aatos/aatosNon-custodial MCP for Stock Tokens on Robinhood Chain (4663): quotes, plans, Morpho Earn.
Tools · 37
List Free / Pro / Team pricing (ETH on-chain, no Stripe) and how agents pay for write tools.
Build on-chain ETH payment plan for Pro/Team. After user pays, call stocktoken_access_activate.
After ETH payment to treasury is confirmed, verify and issue API key (shown once).
Check paid access for current API key context or a wallet owner.
AI Agent Tokenized Stock OS: list canonical tokenized stocks (Robinhood Stock Tokens), ETFs, USDG, and WETH on Robinhood Chain ID 4663. Use for AI agents trading tokenized equities/RWAs. Do NOT use fo…
Get metadata for one canonical Stock Token or core asset by symbol (e.g. NVDA) or contract address on Robinhood Chain 4663. Use to verify a token is official before trading.
Read USD price and ERC-8056 uiMultiplier for a Robinhood Stock Token on chain 4663. Prefer this over generic price tools for Stock Tokens. Feed price already includes corporate-action multiplier when …
Value a wallet's Stock Token / ETF / USDG balances on Robinhood Chain 4663. Use for portfolio analysis of onchain RWA holdings.
Get current AI Agent Tokenized Stock OS agent policy (max notional, slippage, simulate-first, kill switch).
Update session policy guardrails for AI Agent Tokenized Stock OS.
AI Agent Tokenized Stock OS multi-venue quote: Uniswap Trading API, then 0x RFQ (Stock Tokens), then Chainlink oracle-indicative. Chain 4663.
Simulate / pre-trade check for a tokenized stock swap on chain 4663: allowlist, policy, multi-venue quote integrity.
Build non-custodial tx plan (approve + swap) via best venue (Uniswap / 0x). Does NOT sign or broadcast. Chain 4663.
Create a durable agent session with scoped permissions (persisted to DATA_DIR). Non-custodial.
Kill an agent session immediately (kill switch).
List agent sessions, optionally filtered by owner.
Update limits/permissions on an existing session.
Return Uniswap Universal Router, PoolManager, WETH, USDG, and feed source metadata for Robinhood Chain 4663.
Summarize disclosed AATOS execution fee events and on-chain monetization status (treasury / ETH fees).
List AATOS on-chain subscription tiers (paid in ETH to treasury). No Stripe.
Build non-custodial ETH subscription plan (tier pro|team, or custom ethAmount). Pays treasury on chain 4663.
Check on-chain subscription status for a wallet (requires SUBSCRIPTION_REGISTRY_ADDRESS when deployed).
List optional tip presets (ETH) and what assets the tip wallet accepts (ETH, any ERC-20 on 4663, optional native BTC). Tips never required.
What the AATOS tip wallet can accept: native ETH + any ERC-20 on Robinhood Chain 4663; optional native BTC address if configured.
Build OPTIONAL tip plan. asset=ETH (default) | BTC | registry symbol (USDG,WETH,NVDA,…) | 0x token. amount or ETH preset. User must confirm. Never coerce.
Operational metrics for this AI Agent Tokenized Stock OS process.
Morpho / Robinhood Earn status on chain 4663: Steakhouse USDG vault address, live TVL, share price.
Read a wallet's Morpho Earn (steakUSDG) share balance and underlying USDG on chain 4663.
Build non-custodial ERC-4626 deposit plan (approve USDG + deposit) into Morpho Steakhouse Earn vault. Does NOT broadcast.
Build non-custodial Morpho Earn withdraw (by USDG) or redeem (by shares) plan. Does NOT broadcast.
Build EIP-712 typed data for an agent trade intent (offchain authorization standard). User/wallet signs; onchain verifier later.
Preview AI mega-cap basket constituents and live Chainlink prices (vault scaffold preview).
Prepare Permit2 approve + optional typed data for Uniswap-style flows on chain 4663.
Liquidity / V3-executable route matrix for major USDG pairs on chain 4663. Use to know which Stock Tokens have live AMM fills.
Scan for Uniswap V3 pools between two tokens on chain 4663. Useful when APIs block Stock Tokens.
Full system status: secrets, venues, chain, version, session count, fees.
Explain when to use AI Agent Tokenized Stock OS vs Robinhood official Agentic Trading MCP vs raw Uniswap/0x.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai_agent_tokenized_stock_os": {
"url": "https://aatos.dev/mcp",
"transport": "streamable-http"
}
}
}