trademind-unified-mcp
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., "@trademind-unified-mcpget my portfolio allocation and PnL"
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.
trademind-unified-mcp
TradeMind AI's 6 MCP servers merged into one standalone server / one repo:
Domain | Tools |
Portfolio |
|
Market Data |
|
Risk Engine |
|
Trade Records |
|
Compliance DB |
|
Slack |
|
18 tools, 1 process, 1 port.
Why this exists
The original 6 repos (portfolio-mcp, market-data-mcp, risk-engine-mcp,
trade-records-mcp, compliance-db-mcp, slack-mcp) each ran as their own
server. This repo copies each module's tool classes in locally (no npm
workspace/package dependency on the rest of the trademind monorepo), so it
can be pushed as one standalone GitHub repo and imported as one
NitroStack app.
No business logic was changed — this is a structural merge only. All responses are currently mock/simulated data unless the optional live-data env vars below are set (same behavior as the original repos).
Related MCP server: Alpaca MCP Gold Standard
Run locally
npm install
cp .env.example .env
npm run devServer starts on http://localhost:3150 (configurable via UNIFIED_MCP_PORT).
GET /health reports status and the 18 registered tools.
Deploy to NitroStack / NitroCloud
Push this folder as its own GitHub repo.
In NitroCloud → Apps → Create App, import this repo.
Set env vars from
.env.examplein the app's settings (all are optional — tools fall back to simulated data if unset).
Environment variables
See .env.example. All are optional:
UNIFIED_MCP_PORT— defaults to 3150CONTEXT_ENGINE_URL— if set, tool results are also written there (fire-and-forget)POLYGON_API_KEY/TWELVEDATA_API_KEY— enables live market data inmarket-datatoolsSLACK_BOT_TOKEN— enables live Slack posting insend_notification
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/vishalkumar-2006/trademind-unified-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server