Trade It✓
app.tradeit/mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "app.tradeit/mcp",
"description": "Trade stock, crypto, and options on Robinhood, ETrade, Webull, Charles Schwab, Coinbase, or Kraken.",
"title": "Trade It",
"repository": {
"url": "https://github.com/trade-it-inc/trade-it-mcp",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://tradeit.app",
"icons": [
{
"src": "https://images.tradeit.app/site_logos/logo.png",
"mimeType": "image/png",
"theme": "light"
},
{
"src": "https://images.tradeit.app/site_logos/logo.svg",
"mimeType": "image/svg+xml",
"theme": "light"
},
{
"src": "https://images.tradeit.app/site_logos/logo_dark.png",
"mimeType": "image/png",
"theme": "dark"
},
{
"src": "https://images.tradeit.app/site_logos/logo_dark.svg",
"mimeType": "image/svg+xml",
"theme": "dark"
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.tradeit.app/mcp"
},
{
"type": "sse",
"url": "https://mcp.tradeit.app/sse"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}