
finance-trading-ai-agents-mcp
by aitrados·★ 63·Score 45
Professional MCP server for financial analysis and trading with real-time data, AI integration, and broker connectivity.
Overview
Finance Trading AI Agents MCP is a specialized MCP server designed for financial analysis and quantitative trading. It offers a departmental architecture that mirrors real financial company operations, providing comprehensive tools for traditional indicators, price action analysis, economic calendar data, fundamentals, and news integration. The server supports both LLM interaction and algorithmic trading with real-time streaming OHLC data processing capabilities. It's built with extensibility in mind, allowing for custom MCP services and cross-process communication via local RPC/PubSub service.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when building financial analysis systems that require real-time market data, technical indicators, or algorithmic trading capabilities integrated with LLMs.
When NOT to choose this
Avoid if you need non-financial data tools, as this server is specialized exclusively for financial operations and market data.
Tools this server exposes
12 tools extracted from the READMEquery_technical_indicatorsCalculate traditional technical indicators for financial analysis
price_action_analysisAnalyze price action patterns and identify support/resistance levels
fetch_financial_newsRetrieve real-time financial news and sentiment analysis
fundamental_analysisPerform company fundamentals and financial data analysis
economic_calendarAccess economic calendar and important market events
live_ohlc_dataGet real-time OHLC (Open, High, Low, Close) data for various timeframes
account_informationQuery trading account information and balance details
place_orderPlace trading orders through the broker interface
cancel_orderCancel existing trading orders
market_overviewGet a comprehensive market overview and sector performance
technical_screenerScreen stocks based on technical indicator conditions
sentiment_analysisAnalyze market sentiment from news and social media
Note: Tool names inferred from the functional modules section and general descriptions. The README doesn't provide a clear list of exposed MCP tools, but describes capabilities that would likely be exposed as tools.
Comparable tools
Installation
# Install from PyPI (recommended)
pip install finance-trading-ai-agents-mcp
# Run the server
finance-trading-ai-agents-mcp
# or specify .env file
finance-trading-ai-agents-mcp --env-file .envFor Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"finance-trading": {
"command": "python",
"args": ["-m", "finance_trading_ai_agents_mcp"]
}
}
}FAQ
- Is there a free API key available?
- Yes, a free secret_key (AITRADOS_SECRET_KEY) is available at https://www.aitrados.com/
- Does it support broker integration?
- Yes, MCP can call the broker to query account information, place orders, and cancel orders.
Compare finance-trading-ai-agents-mcp with
Last updated · Auto-generated from public README + GitHub signals.