Skip to main content
Glama

FinDataMCP

by coreyjwang

FinDataMCP

Для запуска:

  1. Клонировать репозиторий
  2. Установить uv (менеджер пакетов):
    curl -LsSf https://astral.sh/uv/install.sh | sh
  3. Перейдите в папку:
    cd FinDataMCP
  4. Установите зависимости:
    # Create virtual env and activate it uv venv source .venv/bin/activate # Install dependencies uv add "mcp[cli]" httpx yfinance
  5. Проверьте, что все работает, запустив сервер:
    uv run findata.py

Подключение к Claude Desktop

  1. Установите Claude Desktop, если вы еще этого не сделали.
  2. Редактировать файл конфигурации Claude Desktop (Claude>Настройки>Разработчик>Изменить конфигурацию):
  3. Добавьте следующую конфигурацию:
    { "mcpServers": { "findata": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/PARENT/FOLDER/FinDataMCP", "run", "findata.py" ] } } }
  4. Перезагрузить рабочий стол Клода

Для команд Windows: см. https://modelcontextprotocol.io/quickstart/server

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Сервер MCP, который позволяет Claude Desktop получать доступ к финансовым данным и анализировать их посредством интеграции с Yahoo Finance.

  1. Для запуска:
    1. Подключение к Claude Desktop

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        An MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.
        Last updated -
        3
        Python
        GPL 3.0
        • Apple
      • A
        security
        A
        license
        A
        quality
        An MCP server that enables MySQL database integration with Claude. You can execute SQL queries and manage database connections.
        Last updated -
        2
        7
        Python
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        A simple MCP server for Yahoo Finance using yfinance. This server provides a set of tools to fetch stock data, news, and other financial information.
        Last updated -
        10
        41
        Python
        MIT License
      • A
        security
        A
        license
        A
        quality
        An MCP server that provides comprehensive financial insights and analysis by leveraging real-time market data, news, and advanced analytics for stocks, options, financial statements, and economic indicators.
        Last updated -
        17
        44
        Python
        MIT License
        • Apple

      View all related MCP servers

      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/coreyjwang/FinDataMCP'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server