Skip to main content
Glama

FinDataMCP

by coreyjwang

핀데이터MCP

실행하려면:

  1. 복제 저장소
  2. uv(패키지 관리자)를 설치하세요:지엑스피1
  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. Claude Desktop을 다시 시작하세요

Windows cmd의 경우: https://modelcontextprotocol.io/quickstart/server를 참조하세요.

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

Claude Desktop이 Yahoo Finance 통합을 통해 재무 데이터에 액세스하고 분석할 수 있도록 하는 MCP 서버입니다.

  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
        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
        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 -
        5
        51
        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
        46
        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