MCP ServerHTTPOfficialv1.0.0

Trade It MCP Server

Execute stock, crypto, and options trades across six brokerages and two crypto exchanges through natural language. Built for AI agents that need draft-first safety and multi-leg options support.

app.tradeit/mcp

Hosted URL

https://mcp.tradeit.app/mcp

Transport

HTTP

Auth

No auth required

Trade It repository at a glance

Live signal from GitHub, refreshed weekly.

Stars

52

Last commit

Mar 26, 2026

License

CC0-1.0

Language

What the Trade It MCP server does

How models use it and what it is built for.

Execute stock, crypto, and options trades across six brokerages and two crypto exchanges through natural language. Built for AI agents that need draft-first safety and multi-leg options support.

Connect to Trade It

Hosted endpoint — paste into any MCP client.

https://mcp.tradeit.app/mcp

Resources

Where to find authoritative docs and source for Trade It.

Example prompts for Trade It

Paste any of these into Agent Studio after connecting Trade It.

  • Buy $500 of Tesla at market and show me the draft before executing
  • Search for Bitcoin price and create a $1000 buy order for my Coinbase account
  • Create a bull call spread on SPY: buy $520 call, sell $530 call, June expiry
  • Show all my linked accounts and their available cash balances

Documentation from project README

View on GitHub

Excerpted from the project's README — boilerplate sections (license, changelog, contributing) omitted for clarity.

Trade It MCP Server

👉 Full Documentation Here 👈

Now available through the Official MCP Registry

Table of contents

Overview

The Trade It MCP Server brings stock, crypto, and options trading support to agents. It enables natural-language interaction with stock and crypto brokerages—execute trades, query portfolio performance, and surface market insights by sending plain-English requests through the MCP protocol.

Endpoints:

  • Streamable HTTP: https://mcp.tradeit.app/mcp
  • SSE: https://mcp.tradeit.app/sse

Brokerage Support:

Crypto Exchange Support:

More to be added soon!

This server is remote so you don't need to run anything locally to connect. Just point your MCP-compatible agent platform to the URL above.


Getting Started

  1. First, create an account at https://tradeit.app.
  2. Sign up for the Pro plan's free trial.
  3. Connect your brokerage of choice.

Connecting

  1. Connect your MCP client to https://mcp.tradeit.app/mcp or https://mcp.tradeit.app/sse.
  2. Authenticate through the browser-based OAuth flow.
  3. You're now ready to start trading!

Continue reading on GitHub

Trade It MCP server — FAQ

Common questions about connecting and running Trade It.

  • Which brokerages and exchanges does Trade It support?

    Stock trading on Robinhood, Charles Schwab, E*Trade, Webull, Public, and Tastytrade. Crypto on Coinbase and Kraken. The README indicates more are coming soon.

  • How does the draft-first safety model work?

    All trades start as drafts via `create_trade` or `create_options_trade` and require explicit user confirmation before `execute_trade` is called. The agent shows order details first; execution never happens automatically.

  • Do I need to run anything locally to use this server?

    No. Trade It is a remote MCP server hosted at `https://mcp.tradeit.app/mcp` or SSE endpoint. You only need to connect your MCP client and authenticate via OAuth.

  • What does it cost to use Trade It?

    The README mentions a Pro plan with a free trial available at tradeit.app, but does not document pricing details beyond that.

  • Can I trade options spreads and multi-leg strategies?

    Yes. The `create_options_trade` tool supports single-leg and multi-leg orders (bull/bear spreads, straddles, etc.) with OCC symbol format and direction (debit/credit) control.

Run Trade It across 30+ AI models, side-by-side

Connect Trade It to Claude, GPT, Gemini, DeepSeek and 30+ AI models in MCP Agent Studio. Compare answers side-by-side, save reusable agent presets, share runs — all in your browser, no install required.

Open Agent Studio

Related servers

More on MCP Playground