A MCP Server that implements popular brokers' APIs and more
Description:
A comprehensive server that integrates popular brokerage APIs for portfolio management
Category: Financial Services & Trading
Overview: This server provides extensive integration with major brokers and trading platforms, featuring:
Key Features:
TradingView Integration
IBKR Features
Account Resources
Installation & Configuration:
Desktop Integration Configuration:
{
"mcpServers": {
"portfolio_service": {
"command": "uv",
"args": [
"--directory",
"<path_to_project>/portfolio_service",
"run",
"portfolio_service"
]
}
}
}
Environment Configuration:
{
"mcp-server-portfolio": {
"command": "path-to/bin/node",
"args": ["path-to/mcp-serve/"],
"env": {
"TRADESTATION_API_KEY": "your_api_key",
"IBKR_ACCOUNT_ID": "your_account_id"
}
}
}
Debug Mode:
npx @modelcontextprotocol/inspector uv --directory <path_to_project>/portfolio_service run portfolio-service