{"name":"services.ottoai/otto","slug":"ottoai-otto","title":"Otto Intel","description":"Otto AI hosted MCP: 16 pay-per-call market-intelligence tools, USDC via x402 on Base, no API keys.","url":"https://mcp.market/server/ottoai-otto","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-21T00:45:45.603Z","last_ok_at":"2026-09-21T00:45:45.603Z","latency_ms":79},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://docs.useotto.xyz","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://mcp.ottoai.services/mcp"}],"packages":[],"tools":[{"name":"otto_base_season","description":"Scan quality-screened Base tokens with current social-intelligence and trusted-KOL context. Market context only; not a pick, recommendation, or trade instruction. Hosted access: the first successful intelligence call is free; later calls cost $0.002 USDC through x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"x_payment":{"type":"string","minLength":1,"maxLength":65536,"description":"Signed x402 payment payload. Omit it to receive the machine-actionable payment challenge, then retry with the signed payload."}},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_catalog","description":"Return the full live otto x402 menu with endpoint paths, descriptions, prices, and Base-USDC payment instructions. Always free; does not consume the free intelligence call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_delegation_cap","description":"TWO PHASES, both header authed, both resolving the end user from the access token. { phase: \"reserve\", accessToken, perSwapCapUsd, requestedDays, mintKey } takes a generation-bound unified mint claim, picks a whole-second expiry instant at or BEFORE the requested duration that no durable row for this user already occupies, writes the chosen cap (whole USD, 1…5000) against it, and answers { expires_at, mint_expires_at, per_swap_cap_usd, recorded }. Call createDelegation with mint_expires_at EXACTLY as given — it is the reserved instant plus a one-millisecond filler, because CDP refuses an expiry ending .000 and truncates the filler away — and with mintKey as the idempotencyKey. Then { phase: \"confirm\", accessToken, mintKey } re-reads the grant from CDP and promotes only the exact still-current claim whose reported instant IS the reserved one. A mismatch, Stop overlap, or stale claim remains unconfirmed and authorises nothing; no confirm path issues CDP's user-wide revoke because that could delete a newer permission, so use a fresh explicit Stop to revoke whichever permission is current. Why this shape: Coinbase issues no grant id and a send can learn nothing about a live grant except its expiry, so the expiry is made an identity BY CONSTRUCTION — reserved server-side, recorded before the mint, asserted after it. Until a reservation is successfully confirmed active, otto_submit_under_delegation refuses that delegation (DELEGATION_CAP_UNCONFIRMED) rather than falling back to the 5000 USD ceiling. A reservation is IMMUTABLE per mint key — pressing again returns the same instant and cap, and an older revoke generation cannot be revived. Coinbase's engine cannot hold this number: end-user accounts are fenced by ONE project-scope policy shared by every delegated user, so a lower per-user cap is enforced by Otto's server alone. Server-to-server only: the caller presents Otto's delegation secret in the `x-otto-delegation-auth` request header (never in arguments); a call without it is refused before anything is read. The listed input schema is intentionally permissive — the strict schema is validated after the caller is authenticated.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":{}}},{"name":"otto_delegation_exit","description":"Move an authenticated CDP end user's own Base USDC only through a server-held durable reservation. prepare returns one exact EIP-1559 transaction for client-side signing; the client must never broadcast it. submit validates and durably records the signed bytes and computed hash before the server broadcasts. status is read-only and cross-device. reconcile proves a canonical receipt without broadcasting, or returns the exact finalized sender+nonce replacement proof when another transaction consumed the reserved nonce. retry_same is explicit and can broadcast only the already-stored byte-identical transaction after reconciling first. cancel is accepted only before signed bytes were recorded. The caller presents Otto's delegation secret in x-otto-delegation-auth; user identity is always derived from accessToken.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":{}}},{"name":"otto_delegation_fence","description":"Idempotent ensure-by-digest of the ONE CDP project-scope policy that fences every delegated send, then a read-back. Writes only when no project policy exists (creates it) or when the existing one is Otto's own lineage with stale rules (updates it in place). REFUSES BY NAME if a different project-scope policy is installed — it is never overwritten or deleted. Never downgrades a newer fence. An OPS action: at most one ensure runs project-wide at a time, never during a rolling deploy, never from the dApp (the mint gate reads fence.present from otto_delegation_status). Arguments: {}. Output: the policy id, versioned name, rules digest and the per-swap cap; the tool fails unless the fence reads back present under the written id. Server-to-server only: the caller presents Otto's delegation secret in the `x-otto-delegation-auth` request header (never in arguments); a call without it is refused before anything is read. The listed input schema is intentionally permissive — the strict schema is validated after the caller is authenticated.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":{}}},{"name":"otto_delegation_fence_status","description":"PUBLIC and read-only, no header: whether the Model-B project policy that fences every delegated send is installed and v-current on this server, with its versioned name, rules digest, the per-swap cap ceiling in USD (shared by every delegated user — a person may choose any whole-dollar cap from per_swap_cap_min_usd up to it, enforced server-side and recorded against their own grant), and Otto's PUBLIC CDP project id (a UUID — the authority an agent binds its mint to). Exposes ONLY the fence's public promise — never an end user, a grant, an address or a policy's contents. An agent about to mint a delegation (otto-execute delegate) reads this first, mints to the published project_id and no other, and refuses to mint when the fence is not present; the server enforces fence-before-authority on every delegated send regardless. Arguments: {}.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_delegation_operations","description":"Read the durable Base delegated-operation journal for the end user resolved from { accessToken }. Optional artifactId selects one exact own-user operation; without it, the result includes a bounded recent terminal history and every unresolved operation regardless of age. The global unresolved flag is fail-closed: it is true when the store is unavailable, journal coverage is not rollout-ready, or any operation has a prepared/submitted/unknown outcome. Stored serialized transactions and CDP idempotency keys are never returned, and this tool never submits or retries anything. Server-to-server only: the caller also presents Otto's delegation secret in the x-otto-delegation-auth request header; no userId argument is accepted.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":{}}},{"name":"otto_delegation_reconcile","description":"Acquire the artifact's permanent process-liveness guard, then check Base for finalized canonical receipts of already-stored transaction hashes. Every chain transaction must match the stored chain, hash, sender, target, calldata, value, nonce, gas and EIP-1559 fee fields before its receipt is recorded. This tool never calls CDP, never retries a request, never builds or submits a later step, and leaves prepared/unknown no-hash steps unresolved. It returns the same token-bound operation snapshot as otto_delegation_operations. Server-to-server only: the caller also presents Otto's delegation secret in x-otto-delegation-auth.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":{}}},{"name":"otto_delegation_revoke","description":"Revoke the end user's delegation from Otto's side and confirm by read-back that it no longer exists; from then on this server submits nothing for that user (fail-closed, even if the read-back had failed). Arguments: EITHER { accessToken } (the user path — the server resolves the user from the token) OR { userId, support_reason } (the support path, for an operator holding the server secret; the reason is logged, the token never is). Server-to-server only: the caller presents Otto's delegation secret in the `x-otto-delegation-auth` request header (never in arguments); a call without it is refused before anything is read. The listed input schema is intentionally permissive — the strict schema is validated after the caller is authenticated.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":{}}},{"name":"otto_delegation_status","description":"Read back, for the end user identified by a CDP access token, their CDP accounts, whether the Model-B fence is present, and whether an active delegation reads back (with its expiry and the per-swap cap recorded for it). Arguments: { accessToken } — the server resolves the user from the token; a client-sent user id is refused. delegation.per_swap_cap_usd is the number THIS user chose at mint time; it is ABSENT when no cap is recorded for the grant, which means the delegated send will refuse it — say so rather than showing the shared ceiling. fence.per_swap_cap_usd is that shared ceiling and is never a per-user number. Output is bound to that user; nothing about any other user is returned. Server-to-server only: the caller presents Otto's delegation secret in the `x-otto-delegation-auth` request header (never in arguments); a call without it is refused before anything is read. The listed input schema is intentionally permissive — the strict schema is validated after the caller is authenticated.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":{}}},{"name":"otto_equity_intel","description":"Read SEC-EDGAR fundamentals and filings context for a US ticker: revenue and net-income trends, margins, EPS, leverage, recent 10-K/10-Q/8-K filings, and a guarded AI summary. Fundamentals scanner only; not a price feed or recommendation. Hosted access: the first successful intelligence call is free; later calls cost $0.003 USDC through x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"type":"string","minLength":1,"maxLength":11,"pattern":"^\\$?[A-Za-z][A-Za-z.-]{0,9}$","description":"US-listed stock ticker, for example NVDA, AAPL, or JPM."},"x_payment":{"type":"string","minLength":1,"maxLength":65536,"description":"Signed x402 payment payload. Omit it to receive the machine-actionable payment challenge, then retry with the signed payload."}},"required":["ticker"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_equity_smart_money","description":"Read a public-domain SEC bundle for a US ticker: Form 4 insider activity plus trailing-twelve-month XBRL fundamentals. Scanner context only; not a pick or recommendation. Hosted access: the first successful intelligence call is free; later calls cost $0.006 USDC through x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"type":"string","minLength":1,"maxLength":11,"pattern":"^\\$?[A-Za-z][A-Za-z.-]{0,9}$","description":"US-listed stock ticker, for example NVDA, AAPL, or JPM."},"x_payment":{"type":"string","minLength":1,"maxLength":65536,"description":"Signed x402 payment payload. Omit it to receive the machine-actionable payment challenge, then retry with the signed payload."}},"required":["ticker"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_equity_smart_money_brief","description":"Read one guarded AI brief over observed SEC Form 4 flow, 13D/13G ownership events, and fundamentals for a US ticker. Filing scanner only; generation rejects buy/sell advice and the result is not a recommendation. Hosted access: the first successful intelligence call is free; later calls cost $0.10 USDC through x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"type":"string","minLength":1,"maxLength":11,"pattern":"^\\$?[A-Za-z][A-Za-z.-]{0,9}$","description":"US-listed stock ticker, for example NVDA, AAPL, or JPM."},"x_payment":{"type":"string","minLength":1,"maxLength":65536,"description":"Signed x402 payment payload. Omit it to receive the machine-actionable payment challenge, then retry with the signed payload."}},"required":["ticker"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_insider_trades","description":"Read parsed SEC Form 4 insider transactions for a US ticker, including purchase/sale counts, dollar values, roles, and net P/S balance. Filing scanner only; not a recommendation. Hosted access: the first successful intelligence call is free; later calls cost $0.003 USDC through x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"type":"string","minLength":1,"maxLength":11,"pattern":"^\\$?[A-Za-z][A-Za-z.-]{0,9}$","description":"US-listed stock ticker, for example NVDA, AAPL, or JPM."},"x_payment":{"type":"string","minLength":1,"maxLength":65536,"description":"Signed x402 payment payload. Omit it to receive the machine-actionable payment challenge, then retry with the signed payload."}},"required":["ticker"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_institutional_holdings","description":"Read the latest SEC 13F-HR top positions for an institutional manager by CIK or manager ticker, with amendments applied. Ownership data only; not a recommendation. Hosted access: the first successful intelligence call is free; later calls cost $0.003 USDC through x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"manager":{"type":"string","minLength":1,"maxLength":11,"pattern":"^\\$?[A-Za-z0-9][A-Za-z0-9.-]{0,9}$","description":"SEC manager CIK, such as 1067983, or listed manager ticker, such as BLK."},"x_payment":{"type":"string","minLength":1,"maxLength":65536,"description":"Signed x402 payment payload. Omit it to receive the machine-actionable payment challenge, then retry with the signed payload."}},"required":["manager"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_lp_collect_userop","description":"Protected same-account Uniswap V3 guarded collection on Base. Read availability, prepare and explicitly confirm one operation, or read/reconcile it. May collect owed principal and fees; profit remains unknown. Account upgrade is separate. Current owner authority, reviewed guard and provider policy are required. Unknown delivery retains the original operation; no replacement is allowed. Preparation and simulation are not funded execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":{}}},{"name":"otto_native_yield_userop","description":"Protected native protocol action. Read availability, review and confirm native scope, prepare, reviewGas for current payer and network estimate, and explicitly confirm one operation, or read/reconcile/revoke native consent. Account upgrade is separate. Source activation and current owner authority are required. Unknown delivery retains the original operation; no replacement is allowed. A preparation or simulation is not funded execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":{}}},{"name":"otto_pm_crypto","description":"Read high-volume open BTC, ETH, and crypto Polymarket markets with current outcome probabilities and market context. Event-probability data only; not a recommendation. Hosted access: the first successful intelligence call is free; later calls cost $0.001 USDC through x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"x_payment":{"type":"string","minLength":1,"maxLength":65536,"description":"Signed x402 payment payload. Omit it to receive the machine-actionable payment challenge, then retry with the signed payload."}},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_pm_markets","description":"Read the highest-volume open Polymarket markets with live outcome probabilities, bid/ask context, liquidity, volume, and end dates. Event-probability context only; not a recommendation. Hosted access: the first successful intelligence call is free; later calls cost $0.001 USDC through x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"x_payment":{"type":"string","minLength":1,"maxLength":65536,"description":"Signed x402 payment payload. Omit it to receive the machine-actionable payment challenge, then retry with the signed payload."}},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_prepare_bridge","description":"Prepare, decode, and verify an unsigned cross-chain native-USDC bridge construction aid for the caller-owned EOA or Safe, over the enumerated v1 Circle-CCTP route set (Ethereum, Polygon, Base, Arbitrum, Avalanche); any other chain, token, or bridge route is refused by name. The envelope's valid_until bounds freshness and is committed to the artifact digest; the signer account nonce is the on-chain replay boundary, and this tool cannot guarantee single execution. Returns ordered allowance-reset, approval, and call steps on the source chain only; never signs or submits. Every envelope from this server is valid for 300 seconds from construction (valid_until); a stale envelope is refused by the verifier — request a fresh one.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"accountProfile":{"type":"object","properties":{"kind":{"type":"string","enum":["eoa","safe"]},"address":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["kind","address","chainId"],"additionalProperties":false},"fromChainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"toChainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"fromToken":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$","description":"Native USDC on the source chain; the v1 bridge route set is USDC-only."},"toToken":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$","description":"Native USDC on the destination chain; the v1 bridge route set is USDC-only."},"fromAmount":{"type":"string","pattern":"^[1-9]\\d*$","description":"Exact gross input amount in atomic token units."},"destinationRecipient":{"description":"Where the destination mint lands. Optional for an EOA, whose address is identical on every EVM chain; REQUIRED for a Safe, whose address is not guaranteed to be the same contract on the destination chain.","type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"slippage":{"type":"object","properties":{"maxBps":{"type":"integer","minimum":1,"maximum":1000},"minAmountOut":{"type":"string","pattern":"^[1-9]\\d*$"}},"required":["maxBps"],"additionalProperties":false},"client_ref":{"type":"string","minLength":1,"maxLength":128}},"required":["accountProfile","fromChainId","toChainId","fromToken","toToken","fromAmount","slippage"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_prepare_perp_order","description":"Prepare and verify an unsigned Hyperliquid perpetuals order (limit, with optional reduce-only take-profit and stop-loss triggers bundled as normalTpsl) for the caller-owned Hyperliquid account, returned as the canonical L1 action plus the exact EIP-712 Agent domain, struct, and connectionId recipe the caller's own signer needs. The asset id, size grid, and price grid come from the live perp universe: an unknown or delisted perp, a size finer than the asset's szDecimals, or a price off the venue's 5-significant-digit / (6 - szDecimals) decimal grid is refused by name rather than rounded to a different order. There is no market order — name your own aggressive limit price with 'Ioc'. Otto's builder attribution is spec'd and valueless today, so the action carries no builder field and the envelope says so. The nonce is chosen by the signer, never here; the envelope's valid_until is committed to the artifact digest AND placed inside the signed digest as expiresAfter, so the venue itself rejects a stale action, while the Hyperliquid signer nonce remains the replay boundary and this tool cannot guarantee single execution. This tool never signs or submits, holds no key, and derives no agent wallet. Every envelope from this server is valid for 300 seconds from construction (valid_until); a stale envelope is refused by the verifier — request a fresh one.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"accountProfile":{"type":"object","properties":{"kind":{"type":"string","enum":["eoa","safe"]},"address":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["kind","address","chainId"],"additionalProperties":false,"description":"The Hyperliquid master account. `chainId` must be 1337, the signature chain id Hyperliquid pins for every L1 action."},"asset":{"type":"string","pattern":"^[A-Za-z0-9]{1,32}$","description":"Perp symbol exactly as the venue names it, e.g. 'BTC', 'kPEPE'. Case-sensitive."},"side":{"type":"string","enum":["BUY","SELL"]},"size":{"type":"string","pattern":"^(?:0|[1-9]\\d{0,15})(?:\\.\\d{0,14}[1-9])?$","description":"Order size in base units, e.g. '0.01'. At most szDecimals fractional digits for this perp."},"limitPrice":{"type":"string","pattern":"^(?:0|[1-9]\\d{0,15})(?:\\.\\d{0,14}[1-9])?$","description":"Limit price. Must sit on the venue grid: at most 5 significant digits unless integer, and at most (6 - szDecimals) decimals."},"timeInForce":{"default":"Gtc","description":"Gtc rests, Ioc fills-or-cancels, Alo posts only. There is no market order: name your own aggressive limit price with 'Ioc' instead.","type":"string","enum":["Gtc","Ioc","Alo"]},"reduceOnly":{"default":false,"type":"boolean"},"takeProfitPrice":{"description":"Optional reduce-only market take-profit trigger, bundled with grouping normalTpsl.","type":"string","pattern":"^(?:0|[1-9]\\d{0,15})(?:\\.\\d{0,14}[1-9])?$"},"stopLossPrice":{"description":"Optional reduce-only market stop-loss trigger, bundled with grouping normalTpsl.","type":"string","pattern":"^(?:0|[1-9]\\d{0,15})(?:\\.\\d{0,14}[1-9])?$"},"tradingSigner":{"description":"The address that will sign, when it is not the master account itself: a user-held approved API wallet. Declared, never derived.","type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"vaultAddress":{"description":"Trade on behalf of this vault or sub-account. A declared profile fact only.","type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"client_ref":{"type":"string","minLength":1,"maxLength":128}},"required":["accountProfile","asset","side","size","limitPrice"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_prepare_polymarket_order","description":"Prepare and verify an unsigned Polymarket CTF Exchange V2 limit order (GTC) for the caller-owned Polygon EOA, with Otto's builder code stamped inside the EIP-712 order struct and re-asserted on the exact digest the signer will sign. The price must be an exact multiple of the market's live minimum tick size and the size at or above its published minimum. The envelope's valid_until bounds freshness and is committed to the artifact digest; the exchange's own order hash is the replay boundary, and this tool cannot guarantee single execution. Returns order args and typed data only; never signs or submits, holds no CLOB credentials, and touches no collateral or allowance. Every envelope from this server is valid for 300 seconds from construction (valid_until); a stale envelope is refused by the verifier — request a fresh one.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"accountProfile":{"type":"object","properties":{"kind":{"type":"string","enum":["eoa","safe"]},"address":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["kind","address","chainId"],"additionalProperties":false},"tokenId":{"type":"string","pattern":"^[1-9]\\d{0,77}$","description":"Outcome-token id (NOT the condition id): YES and NO are different token ids."},"side":{"type":"string","enum":["BUY","SELL"]},"price":{"type":"string","pattern":"^0\\.\\d{1,4}$","description":"Limit price as a probability, e.g. '0.045'. Must be an exact multiple of the market's minimum tick size."},"size":{"type":"string","pattern":"^(?:0|[1-9]\\d{0,9})(?:\\.\\d{1,2})?$","description":"Order size in outcome-token shares."},"client_ref":{"type":"string","minLength":1,"maxLength":128}},"required":["accountProfile","tokenId","side","price","size"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_prepare_stock_buy","description":"Prepare the EXACT otto_prepare_swap pair (envelope + prepareInput) that buys one of the executable Coinbase B20 tokenized equities on Base with USDC, as a LI.FI route through the fenced diamond whose receiver is the signing account. The token comes from the registry row named by executableEquityId and is never an input; the caller's registryCommitment must equal the commitment recomputed over the current record. The WORST PERMISSIBLE FILL (amount over the route's own floor) is checked against the equity's own Chainlink total-return mark and refused when it exceeds the pinned tolerance, or when the feed is frozen (> 24 h). Returns the pair unchanged plus a preview; never signs or submits — submit the pair through otto_submit_under_delegation under the end user's per-swap cap. Every envelope from this server is valid for 300 seconds from construction (valid_until); a stale envelope is refused by the verifier — request a fresh one.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"accountProfile":{"type":"object","properties":{"kind":{"type":"string","enum":["eoa","safe"]},"address":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["kind","address","chainId"],"additionalProperties":false},"executableEquityId":{"type":"string","minLength":1,"maxLength":120,"description":"The executable equity id the READ half served, e.g. b20-nvda (Coinbase B20 on Base only)."},"registryCommitment":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$","description":"The registry commitment served with that row. It must equal the commitment this server recomputes over the CURRENT record; a stale or foreign row is refused by name."},"amount":{"type":"string","pattern":"^[1-9]\\d*$","description":"Exact USDC amount to spend, in atomic units (6 decimals)."},"slippage":{"type":"object","properties":{"maxBps":{"type":"integer","minimum":1,"maximum":100}},"required":["maxBps"],"additionalProperties":false},"client_ref":{"type":"string","minLength":1,"maxLength":128}},"required":["accountProfile","executableEquityId","registryCommitment","amount","slippage"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_prepare_swap","description":"Prepare, decode, and verify an unsigned same-chain EVM ERC20 swap construction aid for the caller-owned EOA or Safe. The envelope's valid_until bounds freshness and is committed to the artifact digest; the signer account nonce is the on-chain replay boundary, and this tool cannot guarantee single execution. Returns ordered allowance-reset, approval, and call steps only; never signs or submits. Every envelope from this server is valid for 300 seconds from construction (valid_until); a stale envelope is refused by the verifier — request a fresh one.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"accountProfile":{"type":"object","properties":{"kind":{"type":"string","enum":["eoa","safe"]},"address":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["kind","address","chainId"],"additionalProperties":false},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"fromToken":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$","description":"ERC20 input token address; native-token routes are out of v1."},"toToken":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$","description":"ERC20 output token address; native-token routes are out of v1."},"fromAmount":{"type":"string","pattern":"^[1-9]\\d*$","description":"Exact input amount in atomic token units."},"slippage":{"type":"object","properties":{"maxBps":{"type":"integer","minimum":1,"maximum":1000},"minAmountOut":{"type":"string","pattern":"^[1-9]\\d*$"}},"required":["maxBps"],"additionalProperties":false},"client_ref":{"type":"string","minLength":1,"maxLength":128}},"required":["accountProfile","chainId","fromToken","toToken","fromAmount","slippage"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_prepare_yield_deposit","description":"Prepare the EXACT otto_prepare_swap pair (envelope + prepareInput) that deposits USDC into one of the executable Morpho vaults from the Yield Copilot registry, as a LI.FI position-acquisition route (which may buy shares or compose a protocol deposit) whose output token is the vault's ERC-4626 share token and whose receiver is the signing account. The vault comes from the registry row named by executableMarketId and is never an input; the caller's registryCommitment must equal the commitment recomputed over the current record. The quoted shares are checked against the vault's own previewDeposit and refused when they fall short by more than the pinned tolerance. Returns the pair unchanged plus a preview; never signs or submits — submit the pair through otto_submit_under_delegation under the end user's per-swap cap. Every envelope from this server is valid for 300 seconds from construction (valid_until); a stale envelope is refused by the verifier — request a fresh one.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"accountProfile":{"type":"object","properties":{"kind":{"type":"string","enum":["eoa","safe"]},"address":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["kind","address","chainId"],"additionalProperties":false},"executableMarketId":{"type":"string","minLength":1,"maxLength":120,"description":"The executable market id the READ half served (`GET /api/yield-copilot` rows with deployable:true), e.g. base-usdc-morpho-gauntlet-prime."},"registryCommitment":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$","description":"The registry commitment served with that row. It must equal the commitment this server recomputes over the CURRENT record; a stale or foreign row is refused by name."},"amount":{"type":"string","pattern":"^[1-9]\\d*$","description":"Exact USDC amount to deposit, in atomic units (6 decimals)."},"slippage":{"type":"object","properties":{"maxBps":{"type":"integer","minimum":1,"maximum":1000}},"required":["maxBps"],"additionalProperties":false},"client_ref":{"type":"string","minLength":1,"maxLength":128}},"required":["accountProfile","executableMarketId","registryCommitment","amount","slippage"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_prepare_yield_withdraw","description":"Prepare the EXACT otto_prepare_swap pair (envelope + prepareInput) that redeems vault shares from one of the executable Morpho vaults in the Yield Copilot registry back to USDC in the signing account, as a LI.FI exit route (which may sell shares or compose a protocol redemption) whose input token is the vault's ERC-4626 share token. The vault and the asset come from the registry row named by executableMarketId and are never inputs; the caller's registryCommitment must equal the commitment recomputed over the current record. The quoted USDC is checked against the vault's own previewRedeem and refused when it falls short by more than the pinned tolerance. Returns the pair unchanged plus a preview; never signs or submits — submit the pair through otto_submit_under_delegation, which admits a withdraw only under fence v2 and a permission minted under cap ruleset v2, values it at zero against the per-swap cap (it returns the person's own assets), and bounds it by the engine's share cap. Every envelope from this server is valid for 300 seconds from construction (valid_until); a stale envelope is refused by the verifier — request a fresh one.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"accountProfile":{"type":"object","properties":{"kind":{"type":"string","enum":["eoa","safe"]},"address":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"chainId":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["kind","address","chainId"],"additionalProperties":false},"executableMarketId":{"type":"string","minLength":1,"maxLength":120},"registryCommitment":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$"},"shares":{"type":"string","pattern":"^[1-9]\\d*$"},"slippage":{"type":"object","properties":{"maxBps":{"type":"integer","minimum":1,"maximum":1000}},"required":["maxBps"],"additionalProperties":false},"client_ref":{"type":"string","minLength":1,"maxLength":128}},"required":["accountProfile","executableMarketId","registryCommitment","shares","slippage"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_rh_season","description":"Scan rug-screened Robinhood Chain (4663) movers with honeypot filters and per-token risk flags. Market context only; not a pick, recommendation, or trade instruction. Hosted access: the first successful intelligence call is free; later calls cost $0.001 USDC through x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"x_payment":{"type":"string","minLength":1,"maxLength":65536,"description":"Signed x402 payment payload. Omit it to receive the machine-actionable payment challenge, then retry with the signed payload."}},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_sponsored_account","description":"Protected account action: availability, prepare, reviewGas for current gas payer and estimate, explicit submit, owned read or reconcile. Gas refresh is read-only planning and requires new confirmation before any send. Wallet upgrade is separate. Sponsorship requires a reviewed source activation; current availability is authoritative. A missing submission response is unknown and must never cause a replacement submission.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":{}}},{"name":"otto_stock_pools","description":"Find the DEX pools a tokenized US stock is actually a member of, on Robinhood Chain, Base, BNB Chain or Solana. Returns each pool id (Uniswap v4 pool ids kept distinct from v3 pool addresses), DEX and version, which side the stock is on, the counterpart token with an evidence-backed classification (verified stock, verified stablecoin, or unclassified), reported USD liquidity and 24h volume, 24h transaction count, pool creation time, and the source coverage limits. Membership discovery only: a provider-covered observation rather than a complete census, no APR and no execution support, and the stock’s own 24h return is reported only from pools where the stock is the base token. Identify the stock by address when a ticker names two deployments on one chain (eight Solana tickers exist on both xStocks and Backpack) — that spelling is refused rather than resolved to one of them. Not a pairing recommendation. Hosted access: the first successful intelligence call is free; later calls cost $0.001 USDC through x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"stock":{"type":"string","minLength":3,"maxLength":64,"pattern":"^\\$?(robinhood|base|bsc|solana):[A-Za-z0-9._-]{1,50}$","description":"Network-qualified tokenized-stock identity: \"<network>:<TICKER>\" or \"<network>:<token address>\", where network is robinhood, base, bsc or solana. Example: robinhood:MU. A bare ticker is rejected, and so is a ticker that names two deployments on one chain (eight Solana tickers exist on both xStocks and Backpack) — give the token address for those."},"x_payment":{"type":"string","minLength":1,"maxLength":65536,"description":"Signed x402 payment payload. Omit it to receive the machine-actionable payment challenge, then retry with the signed payload."}},"required":["stock"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_submit_under_delegation","description":"Submit a verified otto_prepare_swap envelope on Base under the end user's CDP delegation. Arguments: { userId, envelope (the otto_prepare_swap result), prepareInput (the exact otto_prepare_swap request, with slippage.minAmountOut) } — validated strictly AFTER the caller is authenticated, so the listed input schema is intentionally permissive. Server-to-server only: the caller presents Otto's delegation secret in the `x-otto-delegation-auth` request header (never in arguments); a call without it is refused before anything is read. Before any send the server confirms, in this order: the Model-B project policy is installed and reads back by name and rules digest; the user's grant is active past the envelope's valid_until; the account is one of that end user's own CDP accounts as CDP reports them; the envelope passes the 13-check verifier for exactly the request that produced it; the plan is inside the fence (allow-listed input token, reviewed spender, gross at or below the 5000 USD engine ceiling); and the plan is at or below the per-swap cap THIS user chose when they minted, which is recorded against their grant on this server. A delegation with no recorded cap is REFUSED (DELEGATION_CAP_UNRECORDED) rather than defaulted to the ceiling — mint the permission again to set one. Then the three steps (allowance reset, approval, swap) are submitted in order under the delegation, each waited to a sealed canonical block; a halt clears the allowance and reports the read-back. One delegated plan at a time per user. Coinbase's engine bounds the delegated key to Model-B swap shapes through LI.FI up to the 5000 USD ceiling, which is shared by every delegated user and cannot be narrowed per user by the engine; the user's own lower cap and the receiver binding are Otto's server-side checks, and the user can revoke at any time.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":{}}},{"name":"otto_tokenized_equities","description":"Scan the live registry of US equities and ETFs tokenized on Robinhood Chain (4663): symbol, canonical token address, decimals, the executable buy price a live route returns, the catalog reference price and the deviation between them, plus a verifiable tradability signal. An optional thesis returns a relevance-ranked shortlist with a match reason per row. Data only; not a recommendation or executable quote. Hosted access: the first successful intelligence call is free; later calls cost $0.001 USDC through x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"thesis":{"description":"Natural-language screening thesis, for example \"AI infrastructure chips\".","type":"string","minLength":1,"maxLength":200},"x_payment":{"type":"string","minLength":1,"maxLength":65536,"description":"Signed x402 payment payload. Omit it to receive the machine-actionable payment challenge, then retry with the signed payload."}},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"otto_x_recipes","description":"Return Otto X's live X Layer recipe menu — each recipe's path, price, and the X Layer (eip155:196) payment requirement decoded from its unpaid 402 challenge: token asset, issuer name/version, payTo, and a copy-paste curl. Settles in USD₮0 / USD Coin / Global Dollar on X Layer via the PAYMENT-SIGNATURE header. Always free and read-only; never signs or pays and does not consume the free intelligence call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-20T20:57:42.849Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:57:42.791Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1266ms"]},"poisoning":{"score":13,"max":15,"notes":["32 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 4 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"poison.long-description","severity":"low","component":"poisoning","title":"Unusually long tool description (over 2,000 characters)","evidence":"tool otto_delegation_cap: …TWO PHASES, both header authed, both resolving the end user from the access token. { phase: \"reserve\", accessToken, perSwapCapUsd, requestedDays, mintKey } takes a generation-bound unified mint claim, picks a whole-second expiry instant at or BEFORE the requested duration that no durable row for this user already occupies, writes the chosen cap (whole USD, 1…5000) against it, and answers { expires_at, mint_expires_at, per_swap_cap_usd, recorded }. Call createDelegation with mint_expires_at EXACTLY as given — it is the reserved instant plus a one-millisecond filler, because CDP refuses an expiry ending .000 and truncates the filler away — and with mintKey as the idempotencyKey. Then { phase: \"confirm\", accessToken, mintKey } re-reads the grant from CDP and promotes only the exact still-current claim whose reported instant IS the reserved one. A mismatch, Stop overlap, or stale claim remains unconfirmed and authorises nothing; no confirm path issues CDP's user-wide revoke because that could delete a newer permission, so use a fresh explicit Stop to revoke whichever permission is current. Why this shape: Coinbase issues no grant id and a send can learn nothing about a live grant except its expiry, so the expiry is made an identity BY CONSTRUCTION — reserved server-side, recorded before the mint, asserted after it. Until a reservation is successfully confirmed active, otto_submit_under_delegation refuses that delegation (DELEGATION_CAP_UNCONFIRMED) rather than falling back to the 5000 USD ceiling. A reservation is IMMUTABLE per mint key — pressing again returns the same instant and cap, and an older revoke generation cannot be revived. Coinbase's engine cannot hold this number: end-user accounts are fenced by ONE project-scope policy shared by every delegated user, so a lower per-user cap is enforced by Otto's server alone. Server-to-server only: the caller presents Otto's delegation secret in the `x-otto-delegation-auth` request header (never in arguments); a call without it is refused before anything is read. The listed input schema is intentionally permissive — the strict schema is validated after the caller is authenticated.…"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.ottoai.services/mcp","reachable":true,"authRequired":false,"latencyMs":1266,"serverInfo":{"name":"otto-intel","version":"0.1.4"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://docs.useotto.xyz/mintlify-assets/_mintlify/favicons/ottowallet/GHzU-C6KMb2Rf-XH/_generated/favicon/apple-touch-icon.png","source":"site","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}