mcp-market-research

pedrobraiti/mcp-market-research
★ 0 stars Python AI/LLM Updated today
Scout - an MCP server that gathers and structures financial data for AI trading agents. Pairs with mcp-ibkr-agent.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-market-research": {
      "command": "uvx",
      "args": [
        "mcp-market-research"
      ]
    }
  }
}

Or install with pip: pip install mcp-market-research

README Excerpt

<p align="center"> <strong>Scout</strong> — an MCP server that gathers and structures financial data for AI trading agents. </p> <p align="center"> <em>Valet trades, Scout researches.</em> Pairs with <a href="https://github.com/pedrobraiti/mcp-ibkr-agent">mcp-ibkr-agent</a> (execution) to give an AI agent both senses and hands — while the investment <strong>decision</strong> stays with the agent and your strategy skill.