MCP Catalogs
Homefinance-trading-ai-agents-mcp screenshot

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.

financeai-llmdeveloper-tools
22
Forks
5
Open issues
6 mo ago
Last commit
2d ago
Indexed

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:

you:AI-powered financial analysis assistants with real-time market data
you:Algorithmic trading systems with LLM decision support
you:Portfolio monitoring and risk management with real-time alerts
you:Is there a free API key available?
you:Does it support broker integration?

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 README
  • query_technical_indicators

    Calculate traditional technical indicators for financial analysis

  • price_action_analysis

    Analyze price action patterns and identify support/resistance levels

  • fetch_financial_news

    Retrieve real-time financial news and sentiment analysis

  • fundamental_analysis

    Perform company fundamentals and financial data analysis

  • economic_calendar

    Access economic calendar and important market events

  • live_ohlc_data

    Get real-time OHLC (Open, High, Low, Close) data for various timeframes

  • account_information

    Query trading account information and balance details

  • place_order

    Place trading orders through the broker interface

  • cancel_order

    Cancel existing trading orders

  • market_overview

    Get a comprehensive market overview and sector performance

  • technical_screener

    Screen stocks based on technical indicator conditions

  • sentiment_analysis

    Analyze 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

mcp-market-datamcp-financial-analysispython-trading-api

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 .env

For 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.