Skip to main content
Glama

MCP Yahoo Finance

by maxscheijen

MCP Yahoo Finanzen

Ein Model Context Protocol (MCP)-Server für die Interaktion mit Yahoo Finance. Dieser Server bietet Tools zum Abrufen von Preisen, Unternehmensinformationen und mehr.

Bitte beachten Sie, dass sich mcp-yahoo-finance derzeit in der frühen Entwicklungsphase befindet. Die Funktionalität und die verfügbaren Tools können sich im Zuge der Weiterentwicklung und Verbesserung des Servers ändern und erweitern.

Installation

Sie müssen mcp-yahoo-finance nicht manuell installieren, wenn Sie uv verwenden. Wir verwenden uvx , um mcp-yahoo-finance direkt auszuführen.

Ich würde diese Methode empfehlen, wenn Sie einfach den MCP-Server verwenden möchten.

Verwenden von pip

Verwenden von pip .

pip install mcp-yahoo-finance

Verwenden von Git

Sie können das Paket auch installieren, nachdem Sie das Repository auf Ihrem Computer geklont haben.

git clone git@github.com:maxscheijen/mcp-yahoo-finance.git cd mcp-yahoo-finance uv sync

Konfiguration

Claude Desktop

Fügen Sie dies zu Ihrer claude_desktop_config.json hinzu:

{ "mcpServers": { "yahoo-finance": { "command": "uvx", "args": ["mcp-yahoo-finance"] } } }

Sie können auch Docker verwenden:

{ "mcpServers": { "yahoo-finance": { "command": "docker", "args": ["run", "-i", "--rm", "IMAGE"] } } }

VSCode

Fügen Sie dies zu Ihrer .vscode/mcp.json hinzu:

{ "servers": { "yahoo-finance": { "command": "uvx", "args": ["mcp-yahoo-finance"] } } }

Beispiele für Fragen

  1. „Wie hoch ist der Aktienkurs von Apple?“
  2. „Was ist der Unterschied im Aktienkurs zwischen Apple und Google?“
  3. „Um wie viel hat sich der Aktienkurs von Apple zwischen dem 01.01.2024 und dem 01.01.2025 verändert?“

Bauen

Docker:

docker build -t [IMAGE] .

Testen mit MCP Inspector

npx @modelcontextprotocol/inspector uv run mcp-yahoo-finance
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Ein Model Context Protocol-Server, der die Interaktion mit Yahoo Finance ermöglicht, um Aktienkurse, Unternehmensinformationen und historische Finanzdaten über Abfragen in natürlicher Sprache abzurufen.

  1. Installation
    1. Verwenden von pip
    2. Verwenden von Git
  2. Konfiguration
    1. Claude Desktop
    2. VSCode
  3. Beispiele für Fragen
    1. Bauen
      1. Testen mit MCP Inspector

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server providing real-time stock data and options analysis through Yahoo Finance, enabling LLMs to access market data, analyze stocks, and evaluate options strategies.
          Last updated -
          4
          Python
          MIT License
        • -
          security
          -
          license
          -
          quality
          A Model Context Protocol server that enhances LLM capabilities by connecting to Wikipedia, internet search (Tavily), and financial data (Yahoo Finance) tools, enabling contextual responses to user queries.
          Last updated -
          Python
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server providing tools for querying A-share stock market data, including historical prices, financial reports, market indices, and macroeconomic indicators.
          Last updated -
          28
          178
          Python
          MIT License
        • -
          security
          -
          license
          -
          quality
          A Model Context Protocol server that provides tools for interacting with Yahoo Finance, allowing users to retrieve stock prices, company information, and perform financial data comparisons.
          Last updated -
          Python
          MIT License

        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/maxscheijen/mcp-yahoo-finance'

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