mcp-stocks-info-server
Provides an MCP (Model Context Protocol) server for retrieving MOEX stock quotes and related market/financial news, with tools for stock search, gainers/losers, today’s news, keyword search, and news by ticker. Supports caching (Redis or in-memory) and optional storage of historical data in MongoDB, and exposes predefined MCP tools and prompt templates for LLMs.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
The README indicates API keys are configured via environment/config, which is generally better than hardcoding, and supports caching/storage components. However, there is no described auth model for the MCP server itself, no documented TLS/transport security requirements, no secrets-handling practices (e.g., logging redaction), and no dependency/security posture details.
⚡ Reliability
Best When
You want an MCP-compatible integration for LLMs to pull MOEX stock data and news, with reasonable caching and optional persistence for historical data.
Avoid When
You require standardized HTTP APIs (OpenAPI/SDK) or documented rate-limit/auth semantics for multi-user access control.
Use Cases
- • Build LLM agents that answer questions about MOEX stock prices and summaries
- • Detect top gainers/losers and generate market overviews
- • Fetch and summarize daily financial news for Russian companies/sectors
- • Search news by keyword and by associated stock/ticker
- • Create workflows that combine quotes + news for higher-level stock analysis
Not For
- • Production-grade trading systems requiring real-time guarantees and strict market-data SLAs
- • Environments needing a public REST/GraphQL API for direct consumer access
- • Use cases requiring fine-grained authorization, multi-tenant separation, or user-level audit trails (not described)
Interface
Authentication
Authentication/authorization for the MCP server itself is not described; only upstream provider API keys are mentioned.
Pricing
Project is open-source; any ongoing costs would come from upstream APIs (e.g., NewsAPI) and infrastructure (MongoDB/Redis).
Agent Metadata
Known Gotchas
- ⚠ Upstream API availability/quotas (e.g., NewsAPI) may affect tool results; retries/backoff behavior is not documented.
- ⚠ No explicit MCP server authentication/authorization is documented; if you deploy publicly, you should add network access controls yourself.
- ⚠ No explicit pagination/rate-limit handling guidance is given for tool responses.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mcp-stocks-info-server.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-04-04.