Skip to main content
Glama
Jeetinida

Weather & Stock MCP Server

by Jeetinida

Servidor MCP de clima y bolsa 🌦️📉

Este proyecto es un servidor MCP (Protocolo de contexto de modelo) que proporciona alertas meteorológicas, pronósticos, precios de acciones, datos históricos y noticias utilizando varias API.

Características 🚀

  • 🐼 Obtenga precios de acciones en tiempo real usando Yahoo Finance

  • 📊 Recuperar datos históricos de acciones (diarios, semanales, mensuales)

  • 📰 Obtenga noticias relacionadas con las acciones de NewsAPI

  • 🌦️ Obtenga alertas y pronósticos meteorológicos mediante la API del Servicio Meteorológico Nacional

Related MCP server: Weather MCP Server

Instalación y configuración ⚙️

Prerrequisitos

  • Node.js (v18 o superior)

  • Git

  • Una clave API para NewsAPI

Pasos

  1. Clonar el repositorio:

    git clone https://github.com/<your-username>/<repo-name>.git
    cd <repo-name>
  2. Instalar dependencias:

    npm install
  3. Configurar variables de entorno:
    Crea un archivo .env y agrega:

    NEWS_API_KEY=your_newsapi_key
  4. Iniciar el servidor:

    npm start

Uso 🛠️

El servidor MCP proporciona las siguientes herramientas:

Obtener precio de las acciones

{
  "tool": "get-stock-price",
  "params": {
    "symbol": "AAPL"
  }
}

Obtener datos históricos de acciones

{
  "tool": "get-historical-data",
  "params": {
    "symbol": "AAPL",
    "startDate": "2024-01-01",
    "endDate": "2024-03-01",
    "interval": "1d"
  }
}

Recibir noticias

{
  "tool": "get-news",
  "params": {
    "stockName": "Tesla",
    "startDate": "2024-03-01",
    "endDate": "2024-03-10"
  }
}

Contribuyendo 🤝

¡Siéntete libre de bifurcar este repositorio, realizar cambios y enviar una solicitud de extracción! 🚀

Licencia 🐟

Este proyecto está licenciado bajo la licencia MIT.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Enables users to get weather alerts and forecasts through natural language interactions. Provides real-time weather information and alert notifications via MCP tools.
    2
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time stock analysis tools including price lookup, comprehensive investment scoring, and company-to-ticker conversion through a MCP interface.
    1
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time financial data including stock quotes, news, and market movers through a secure FastMCP gateway, enabling conversational finance queries.
    17
    -

Latest Blog Posts

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/Jeetinida/stocknews-mcp'

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