MCP.so
登录

MOEX Stocks & News MCP Server

@JkLondon

关于 MOEX Stocks & News MCP Server

暂无概览

基本信息

分类

其他

许可证

GPL-3.0

运行时

go

传输方式

stdio

发布者

JkLondon

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MOEX Stocks & News MCP Server?

MOEX Stocks & News MCP Server is an MCP (Model Context Protocol) server that provides access to stock quotes on the Moscow Exchange (MOEX) and financial news. It is designed for integration with Large Language Models (LLMs) via the MCP protocol, enabling AI assistants to fetch real-time market data and news.

How to use MOEX Stocks & News MCP Server?

Deploy the server using Docker Compose (preferred) after cloning the repository and setting environment variables. Alternatively, build and run the Go binary with a configuration file. Interact with it through any MCP‑compatible client; available tools include get_stock_info, get_top_gainers, get_top_losers, search_stocks, get_today_news, search_news, and get_news_by_ticker.

Key features of MOEX Stocks & News MCP Server

  • Retrieves stock quotes from the Moscow Exchange
  • Lists top gainers and losers on MOEX
  • Searches stocks by name or ticker
  • Fetches financial news for the current day
  • Searches news by keywords or related ticker
  • Provides stock analysis and market overview prompts
  • Supports both Redis and in-memory caching

Use cases of MOEX Stocks & News MCP Server

  • Real-time stock quote queries for financial chatbots
  • Automated market overview summaries for investment analysis
  • News‑based sentiment analysis on specific MOEX tickers
  • Integrating market data and news into LLM‑powered assistants

FAQ from MOEX Stocks & News MCP Server

What are the dependencies and runtime requirements?

Docker and Docker Compose are required for containerized deployment. Optionally, API keys for external services (e.g., NewsAPI) and databases (MongoDB, Redis) can be used.

What external data sources does it use?

It reads stock data from the MOEX ISS API and fetches news via NewsAPI. News sources include RBC, Vedomosti, and Kommersant.

Does it support authentication or API keys?

The server can use optional API keys for external services (MOEX and NewsAPI). No built‑in authentication mechanism for the MCP interface is documented.

Can data be cached?

Yes, data can be cached either in‑memory or using Redis. Cache TTLs are configurable per data type (stocks, news).

What transport protocol does it use?

It uses the MCP (Model Context Protocol). No specific transport details (stdio/HTTP) are given; it requires an MCP‑compatible client.

评论

其他 分类下的更多 MCP 服务器