Weather & Stock MCP Server
Погода и акции MCP сервер 🌦️📉
Этот проект представляет собой сервер MCP (Model Context Protocol) , который предоставляет оповещения о погоде, прогнозы, цены на акции, исторические данные и новости с использованием различных API.
Особенности 🚀
🐼 Получайте цены акций в реальном времени с помощью Yahoo Finance
📊 Извлечение исторических данных по акциям (ежедневных, еженедельных, ежемесячных)
📰 Получайте новости об акциях от NewsAPI
🌦️ Получайте оповещения о погоде и прогнозы с помощью API Национальной метеорологической службы
Related MCP server: Weather MCP Server
Установка и настройка ⚙️
Установка через Smithery
Чтобы автоматически установить сервер данных о погоде и акциях для Claude Desktop через Smithery :
npx -y @smithery/cli install @Jeetinida/stocknews-mcp --client claudeПредпосылки
Node.js (v18 или выше)
Гит
API-ключ для NewsAPI
Шаги
Клонируйте репозиторий:
git clone https://github.com/<your-username>/<repo-name>.git cd <repo-name>Установить зависимости:
npm installНастройте переменные среды:
Создайте файл.envи добавьте:NEWS_API_KEY=your_newsapi_keyЗапустите сервер:
npm start
Отлаживать
Инспектор Вы можете проверить свой сервер MCP, используя:
npx @modelcontextprotocol/inspector
Использование 🛠️
Сервер MCP предоставляет следующие инструменты:
Получить цену акций
{
"tool": "get-stock-price",
"params": {
"symbol": "AAPL"
}
}Получить исторические данные по акциям
{
"tool": "get-historical-data",
"params": {
"symbol": "AAPL",
"startDate": "2024-01-01",
"endDate": "2024-03-01",
"interval": "1d"
}
}Получить новости
{
"tool": "get-news",
"params": {
"stockName": "Tesla",
"startDate": "2024-03-01",
"endDate": "2024-03-10"
}
}Вношу свой вклад 🤝
Не стесняйтесь создавать ответвления этого репозитория, вносить изменения и отправлять запросы на извлечение! 🚀
Лицензия 🐟
Данный проект лицензирован по лицензии 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.
This server cannot be installed
Maintenance
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
Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.
Unlock the power of real-time financial data with our Finance MCP. Easily retrieve the latest
Financial data MCP for market, company, news, macro, and US Congress research.
MCP server giving AI agents one-connection access to China A-share market intelligence: financials,
Related MCP Servers
- FlicenseBqualityDmaintenanceAn MCP server that provides real-time weather alerts, forecasts, stock market data, and news information through various API integrations.5-
- FlicenseBqualityDmaintenanceEnables users to get weather alerts and forecasts through natural language interactions. Provides real-time weather information and alert notifications via MCP tools.2-
- FlicenseNot gradedqualityDmaintenanceProvides real-time stock analysis tools including price lookup, comprehensive investment scoring, and company-to-ticker conversion through a MCP interface.1-
- FlicenseNot gradedqualityDmaintenanceProvides real-time financial data including stock quotes, news, and market movers through a secure FastMCP gateway, enabling conversational finance queries.17-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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