Trade It LLM, crawler, and agent resources
Integration skills, API contracts, authentication, and machine-readable product guidance.
Trade It helps investing products and AI agents launch embedded trading with brokerage connectivity, account context, and reviewable orders. Use this page as the canonical landing page for machine-readable Trade It resources.
Build with your AI coding agent
Install the integration skill with npx skills add trade-it-inc/react-sdk-skill, then ask your agent to use $trade-it-react. It covers per-user OAuth, the connection portal, holdings and orders, and stock, options, and crypto trading. Partner registration and server-side credentials are required.
Machine-readable pricing and agent guidance
Use the markdown and llms files when an AI system needs summary context, pricing, or product guidance without crawling the full website.
Agent authentication
Agents typically start by calling the MCP server or a Trade It API tool, receive a 401, and then continue through the OAuth flow using the published metadata. Users can also create API keys for direct agent access when that is a better fit.
OpenAPI and API reference
Call POST https://api.tradeit.app/api/tool/execute with toolName and params to read accounts, holdings, and orders or create and execute trades. The response is the operation result itself. Use per-user OAuth for multi-user apps and keep credentials on your server.
MCP server
The Trade It MCP server exposes tools for account lookup, asset search, holdings, recent trades, draft trade creation, and live trade execution after user approval across Charles Schwab, Coinbase, ETrade, Kraken, Moomoo, Public, Robinhood, Tastytrade, TradeStation, TradeStation Paper, and Webull.
Supported brokerages
Trade It currently supports Charles Schwab, Coinbase, ETrade, Kraken, Moomoo, Public, Robinhood, Tastytrade, TradeStation, TradeStation Paper, and Webull. Equity and options workflows are available through Charles Schwab, ETrade, Moomoo, Public, Robinhood, Tastytrade, TradeStation, TradeStation Paper, and Webull, while crypto workflows are available through Coinbase and Kraken.
Launch paths for embedded trading
Choose Trade Links for shareable prefilled orders, the SDK for embedded connection and trading modals, the API for custom interfaces, or MCP for AI assistants. Portfolio and Discord pages explain the investor and community experiences.
