MCP.so
Sign In

MOEX Stocks & News MCP Server

@JkLondon

About MOEX Stocks & News MCP Server

No overview available yet

Basic information

Category

Other

License

GPL-3.0

Runtime

go

Transports

stdio

Publisher

JkLondon

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers