Developer Tools
aatos.dev
Provides API access to tokenized stocks and manages on-chain payments for access.
ENDPOINT 1
https://aatos.dev/mcp
MCP server metadata
- Name
- ai-agent-tokenized-stock
- Version
- 1.1.0
Known tools 37
stocktoken_access_pricingList Free / Pro / Team pricing (ETH on-chain, no Stripe) and how agents pay for write tools.
Potential side effectsstocktoken_access_activateAfter ETH payment to treasury is confirmed, verify and issue API key (shown once).
Potential side effectsstocktoken_access_statusCheck paid access for current API key context or a wallet owner.
Inferred read-onlystocktoken_listAI Agent Tokenized Stock OS: list canonical tokenized stocks (Robinhood Stock Tokens), ETFs, USDG, and WETH on Robinhood Chain ID 4663.
Inferred read-onlystocktoken_getGet metadata for one canonical Stock Token or core asset by symbol (e.
Inferred read-onlystocktoken_priceRead USD price and ERC-8056 uiMultiplier for a Robinhood Stock Token on chain 4663.
Inferred read-onlystocktoken_value_holdingsValue a wallet's Stock Token / ETF / USDG balances on Robinhood Chain 4663.
Inferred read-onlystocktoken_policy_getGet current AI Agent Tokenized Stock OS agent policy (max notional, slippage, simulate-first, kill switch).
Inferred read-onlystocktoken_policy_setUpdate session policy guardrails for AI Agent Tokenized Stock OS.
Potential side effectsstocktoken_quoteAI Agent Tokenized Stock OS multi-venue quote: Uniswap Trading API, then 0x RFQ (Stock Tokens), then Chainlink oracle-indicative.
Inferred read-onlystocktoken_simulateSimulate / pre-trade check for a tokenized stock swap on chain 4663: allowlist, policy, multi-venue quote integrity.
Potential side effectsstocktoken_execute_planBuild non-custodial tx plan (approve + swap) via best venue (Uniswap / 0x).
Inferred read-onlystocktoken_session_createCreate a durable agent session with scoped permissions (persisted to DATA_DIR).
Potential side effectsstocktoken_protocolsReturn Uniswap Universal Router, PoolManager, WETH, USDG, and feed source metadata for Robinhood Chain 4663.
Inferred read-onlystocktoken_feesSummarize disclosed AATOS execution fee events and on-chain monetization status (treasury / ETH fees).
Inferred read-onlystocktoken_subscription_tiersList AATOS on-chain subscription tiers (paid in ETH to treasury).
Inferred read-onlystocktoken_subscribe_planBuild non-custodial ETH subscription plan (tier pro|team, or custom ethAmount).
Inferred read-onlystocktoken_subscription_statusCheck on-chain subscription status for a wallet (requires SUBSCRIPTION_REGISTRY_ADDRESS when deployed).
Inferred read-onlystocktoken_tip_presetsList optional tip presets (ETH) and what assets the tip wallet accepts (ETH, any ERC-20 on 4663, optional native BTC).
Inferred read-onlystocktoken_tip_assetsWhat the AATOS tip wallet can accept: native ETH + any ERC-20 on Robinhood Chain 4663; optional native BTC address if configured.
Inferred read-onlystocktoken_metricsOperational metrics for this AI Agent Tokenized Stock OS process.
Inferred read-onlystocktoken_morpho_statusMorpho / Robinhood Earn status on chain 4663: Steakhouse USDG vault address, live TVL, share price.
Inferred read-onlystocktoken_morpho_positionRead a wallet's Morpho Earn (steakUSDG) share balance and underlying USDG on chain 4663.
Inferred read-onlystocktoken_morpho_deposit_planBuild non-custodial ERC-4626 deposit plan (approve USDG + deposit) into Morpho Steakhouse Earn vault.
Inferred read-onlystocktoken_morpho_withdraw_planBuild non-custodial Morpho Earn withdraw (by USDG) or redeem (by shares) plan.
Inferred read-onlystocktoken_intent_typed_dataBuild EIP-712 typed data for an agent trade intent (offchain authorization standard).
Potential side effectsstocktoken_basket_previewPreview AI mega-cap basket constituents and live Chainlink prices (vault scaffold preview).
Inferred read-onlystocktoken_permit2_preparePrepare Permit2 approve + optional typed data for Uniswap-style flows on chain 4663.
Inferred read-onlystocktoken_liquidity_matrixLiquidity / V3-executable route matrix for major USDG pairs on chain 4663.
Inferred read-onlystocktoken_system_statusFull system status: secrets, venues, chain, version, session count, fees.
Inferred read-onlystocktoken_explain_routingExplain when to use AI Agent Tokenized Stock OS vs Robinhood official Agentic Trading MCP vs raw Uniswap/0x.
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.ai-agent-tokenized-stock]
url = "https://aatos.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-agent-tokenized-stock": {
"type": "http",
"url": "https://aatos.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-agent-tokenized-stock
Remote MCP URL: https://aatos.dev/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": {
"ai-agent-tokenized-stock": {
"url": "https://aatos.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-agent-tokenized-stock": {
"type": "http",
"url": "https://aatos.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-agent-tokenized-stock",
"transport": "streamable-http",
"url": "https://aatos.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for aatos.dev was fetched 2026-07-28T00:38:10.586Z and is being refreshed.
aatos.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.