moex-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@moex-mcpwhat is the current price of SBER?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MOEX MCP Server
MCP-сервер для доступа к данным Московской Биржи через ISS API.
Позволяет AI-ассистентам (Claude Code, Claude Desktop и др.) получать котировки, историю торгов, свечи, информацию о бумагах, индексах, валютных курсах и многое другое.
Требования
Node.js 18+
Related MCP server: StockQuotes MCP
Установка
git clone <repo-url> moex-mcp
cd moex-mcp
npm install
npm run buildПодключение
Claude Code
claude mcp add moex node /path/to/moex-mcp/dist/index.jsClaude Desktop / ручная настройка
Добавить в конфигурацию MCP-серверов:
{
"mcpServers": {
"moex": {
"command": "node",
"args": ["/path/to/moex-mcp/dist/index.js"]
}
}
}Инструменты (20 шт.)
Поиск и информация о бумагах
Инструмент | Описание |
| Поиск бумаг по тикеру, названию или ISIN |
| Спецификация бумаги: ISIN, номинал, даты, площадки |
| Индексы, в которые входит бумага |
Рыночные данные
Инструмент | Описание |
| Текущие данные: цена, объём, bid/ask, изменение |
| Стакан заявок |
| Последние сделки |
| OHLCV-свечи (1, 10, 60 мин или дневные) |
Исторические данные
Инструмент | Описание |
| Итоги торгов за период |
| Доступный диапазон дат для бумаги |
| Исторические свечи за период |
Справочники
Инструмент | Описание |
| Торговые системы (stock, currency, futures и др.) |
| Рынки торговой системы |
| Режимы торгов |
Аналитика и статистика
Инструмент | Описание |
| Аналитика индексов, состав и веса (IMOEX, RTSI) |
| Валютные курсы: фиксинг MOEX, ЦБ РФ, индикативные |
| Обороты по рынкам |
| Кривая бескупонной доходности (ZCYC) |
| Открытые позиции по фьючерсам |
Корпоративные действия
Инструмент | Описание |
| История дивидендных выплат |
| График купонных выплат по облигациям |
Примеры использования
После подключения сервера можно обращаться к данным биржи на естественном языке:
«Найди акции Сбербанка»
«Покажи текущую цену GAZP»
«Дай историю торгов SBER за январь 2025»
«Какие дивиденды платил Лукойл?»
«Покажи состав индекса IMOEX»
«Курс доллара по фиксингу ЦБ»
«Свечи YNDX за последний месяц с интервалом 1 день»
Параметры по умолчанию
Большинство инструментов используют значения по умолчанию для удобства:
engine="stock"(фондовый рынок)market="shares"(акции)
Для работы с другими рынками (облигации, валюта, фьючерсы) укажите параметры явно.
Аутентификация
Сервер работает без аутентификации. В этом режиме рыночные данные приходят с 15-минутной задержкой. Индексы всегда доступны в реальном времени.
Архитектура
Vertical Slice + Hexagonal (Ports & Adapters):
src/
├── index.ts # Composition root
├── server.ts # Регистрация MCP-инструментов
├── shared/
│ ├── ports/ # Интерфейсы (порты)
│ ├── adapters/ # Реализации (адаптеры)
│ ├── pagination.ts # Авто-пагинация
│ └── formatter.ts # Форматирование для LLM
└── features/ # 20 вертикальных слайсов
└── <tool-name>/
├── schema.ts # Zod-схема параметров
├── query.ts # Бизнес-логика запроса
└── handler.ts # MCP-обработчикЛицензия
MIT
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 Servers
- AlicenseAqualityDmaintenanceProvides access to historical stock market data from US, UK, Russian, Turkish, and Hong Kong exchanges, including company profiles, market metrics, sector performance, rankings, and visualization data for financial analysis.911LGPL 3.0
- AlicenseNot gradedqualityCmaintenanceProvides real-time stock quotes, historical data, and stock search via Yahoo Finance, enabling AI assistants to access and analyze financial market data.3918MIT
- AlicenseNot gradedqualityDmaintenanceEnables querying Mexican stock market data (BMV, BIVA) including issuers, intraday quotes, historical prices, financials, indices, rates, currencies, commodities, and news through natural language.2MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to access real-time Japanese and global stock market data, including quotes, charts, technical analysis, and market screening.6MIT
Related MCP Connectors
Real-time & historical market data: forex, stocks, crypto, indices, metals, K-line, quotes
Provide access to Chinese stock market data including historical prices, real-time data, news, and…
Live financial data MCP: FX, crypto, stocks, news, URL reader. x402 on Base: $0.001/call.
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/cyberash-dev/moex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server