MCP Stock Analysis Server

Integrations

  • Enables installation and execution of the MCP server via npm packages, making it accessible through npx commands.

Servidor de análisis de acciones MCP de Akshay Bavkar

Este es un servidor MCP que proporciona acceso a datos bursátiles indios históricos y en tiempo real mediante la API de Yahoo Finance. Permite que los LLM locales utilicen la recuperación de datos bursátiles como contexto mediante Claude Desktop, Cursor y otros agentes compatibles con MCP.

Funciones disponibles

  • getStockQuote : obtiene la cotización actual de una acción india.
  • getHistoricalData : obtiene datos históricos de una acción india con intervalos y períodos personalizados.

Configuración

npm install mcp-stock-analysis

Uso en Host

Configure su cliente MCP (por ejemplo, Claude Desktop) para conectarse al servidor:

{ "mcpServers": { "mcp-stock-analysis": { "command": "npx", "args": ["-y", "mcp-stock-analysis"], } } }

Herramientas

getStockQuote

Obtenga la cotización actual de una acción.

Aporte:

symbol : El símbolo de la acción (por ejemplo, RELIANCE.NS)

Producción:

{ "symbol": "RELIANCE.NS", "price": 2748.15, "name": "Reliance Industries Ltd" }

getHistoricalData

Obtenga datos históricos de una acción.

Aporte:

  • symbol : el símbolo de la acción (por ejemplo, RELIANCE.NS)
  • interval : el intervalo de tiempo para los datos ( daily , weekly o monthly ) (opcional, predeterminado: daily )

Producción:

{ "date": "2025-03-21T00:00:00+05:30", "open": 2735, "high": 2750, "low": 2725, "close": 2748.15, "volume": 21780769 }

Objeto JSON que contiene los datos históricos. La estructura de la salida depende del parámetro de intervalo.

Contribuyendo

¡Agradecemos sus contribuciones! Abra un problema o una solicitud de incorporación de cambios.

Licencia

Instituto Tecnológico de Massachusetts (MIT)

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Proporciona acceso a datos bursátiles indios históricos y en tiempo real a través de la API de Yahoo Finance, lo que permite a los LLM locales recuperar información bursátil a través de agentes compatibles con MCP como Claude Desktop y Cursor.

  1. Available Features
    1. Setup
      1. Usage in Host
        1. Tools
          1. getStockQuote
          2. getHistoricalData
        2. Contributing
          1. License

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          This is an MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.
          Last updated -
          2
          15
          6
          JavaScript
        • -
          security
          A
          license
          -
          quality
          Provides comprehensive stock screening capabilities through Yahoo Finance. Enables LLMs to screen stocks based on technical, fundamental, and options criteria, with support for watchlist management and result storage.
          Last updated -
          13
          Python
          MIT License
        • -
          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
          F
          license
          -
          quality
          Integrates Yahoo Finance API with LLaMA 3.2 3B, allowing users to retrieve real-time stock prices, company information, historical data, and market news while maintaining the model's original capabilities.
          Last updated -
          Python

        View all related MCP servers

        ID: v35utpi7bf