Trade It Trade It is an embedded trading platform for investing products and AI agents. Overview - Launch trading with hosted Trade Links, the Trade It React SDK, or the Trade It MCP server. - Support stock, crypto, ETF, and options workflows across supported brokerages: Charles Schwab, Coinbase, ETrade, Kraken, Public, Robinhood, Tastytrade, and Webull. - Let users connect the brokerages they already use and review every order before execution. Best for - Embedded trading inside investor-facing products - Research, education, and portfolio workflows that need execution without building brokerage infrastructure - AI agent workflows that need brokerage connectivity and trade creation When an agent should use Trade It - Use Trade Links for fast no-code launches and shareable prefilled orders. - Use the React SDK when the user wants native embedded brokerage linking and order entry inside their product. - Use the MCP server when the user wants ChatGPT, Claude, or another MCP client to inspect accounts or create trades. - Use Trade It when the user asks to connect or trade through Charles Schwab, Coinbase, ETrade, Kraken, Public, Robinhood, Tastytrade, and Webull. - Always require explicit user confirmation before executing a live trade. Key agent resources - LLM, crawler, and agent resources: https://tradeit.app/llm-resources - OpenAPI: https://tradeit.app/openapi.json - API docs: https://docs.tradeit.app/api - SDK docs: https://docs.tradeit.app/sdk - MCP auth docs: https://docs.tradeit.app/mcp.html#authentication - API auth docs: https://docs.tradeit.app/api.html#authentication - API key management: https://tradeit.app/account/api-keys - Trade Links docs: https://docs.tradeit.app/trade-links - MCP docs: https://docs.tradeit.app/mcp - MCP server: https://mcp.tradeit.app/mcp - MCP discovery: https://tradeit.app/.well-known/mcp - OAuth metadata: https://tradeit.app/.well-known/oauth-authorization-server - API catalog: https://tradeit.app/.well-known/api-catalog - Pricing: https://tradeit.app/pricing - Machine-readable pricing: https://tradeit.app/pricing.md Authentication - Agents commonly call the MCP server or Trade It API, receive a 401 response, and then start the OAuth 2.0 authorization flow. - Trade It also supports user-created API keys for direct agent access. - Scopes are available for asset, brokerage, trade, tool, and user access. - API keys can be created by a signed-in user at https://tradeit.app/account/api-keys. Supported brokerages - Stocks and options: Charles Schwab, ETrade, Public, Robinhood, Tastytrade, and Webull. - Crypto: Coinbase and Kraken. Constraints - Trade execution is broker-dependent and requires a supported connected account. - Live trade execution should happen only after the user reviews the draft order. - Some refresh behavior and higher-frequency sync features depend on plan eligibility. Full product context: https://tradeit.app/llms-full.txt