MCP Trade Plan Service
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Trade Plan Serviceshow my active trade plans for account paper-1"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Trade Plan Service
Minimal REST service for managing trade plans.
Endpoints
POST /trade-plansGET /trade-plans?account_id=&strategy_id=&status=GET /trade-plans/{id}POST /trade-plans/{id}/closePOST /trade-plans/{id}/cancel
Related MCP server: Zerodha Trading Bot MCP
Run
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload --host 0.0.0.0 --port 8000Example create payload
{
"account_id": "paper-1",
"strategy_id": "signal_calls_v1",
"signal": {
"signal_id": "sig-2026-02-26-145500",
"source": "model_x",
"ts": "2026-02-26T21:55:00Z"
},
"instrument": {
"underlying": "TSLA",
"type": "option",
"selector": {
"ticker": "TSLA240503P00115000"
}
},
"entry": {
"qty": 2,
"order": {
"type": "limit",
"cancel_if_not_filled_sec": 45
},
"max_debit_usd": 400
},
"take_profit": {
"mode": "percent",
"pct": 0.3,
"order": {
"type": "limit",
"limit_price_method": "mid",
"time_in_force": "gtc"
}
},
"position_rules": {
"max_open_plans_per_underlying": 1,
"close_on_expiry_days_lte": 1
},
"idempotency_key": "signal_calls_v1:paper-1:sig-2026-02-26-145500"
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Describe a trading strategy in plain English and deploy a live signal model in one call. No signup.
Crypto trading intelligence MCP — 34+ endpoints, x402 pay-per-use, AI agent strategy & execution
Pay-per-call DRT/ICT crypto trading signals for AI agents (LONG/SHORT, entry/SL/TP).
Automate trading on your own Alpaca account - build, backtest and run strategies via your AI.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThis server provides a robust interface for Binance spot trading operations, including secure management of API credentials, execution and management of spot orders, and monitoring of account balances and open orders.2114MIT
- FlicenseNot gradedqualityDmaintenanceAn automated trading bot that interfaces with Zerodha to execute stock trades, manage positions, and access market information through natural language commands.1
- FlicenseNot gradedqualityDmaintenanceFull-lifecycle algorithmic trading MCP server. AI strategy generation from plain English, backtesting, live bot deployment to 10+ brokers, portfolio monitoring, and prediction markets. Stocks, options, crypto, futures. 32 tools. Free tier.

turtlestack-liteofficial
FlicenseBqualityDmaintenanceMulti-broker trading MCP server for Claude AI, unifying Kite, Groww, and Dhan with 40+ technical indicators, real-time trading, portfolio management, and Cloudflare Workers support.376
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pishnuke/mcp-trader'
If you have feedback or need assistance with the MCP directory API, please join our Discord server