MCP_server_Gos_Plan
Verified Safeby htoami
Overview
Provides a Micro-Capability Platform (MCP) server with tools to search and retrieve detailed information on Russian government purchases (223-FZ) from the GosPlan API.
Installation
docker compose up -d --buildEnvironment Variables
- MCP_APP_TITLE
- MCP_APP_VERSION
- MCP_APP_ROOT_PATH
- MCP_APP_PORT
- MCP_APP_HOST
- MCP_APP_OPENTELEMETRY_AVAILABLE
- MCP_APP_OTEL_ENDPOINT
- MCP_APP_OTEL_SERVICE_NAME
Security Notes
No direct 'eval' or 'os.system' patterns were found. Input and output are validated using Pydantic models. The server relies on an external API ('v2test.gosplan.info'). Configuration is handled via Dynaconf, which loads settings from '.env' and potentially '.secrets.yml' files, which is a standard practice for managing secrets.
Similar Servers
akshare_mcp
Provides an MCP server exposing selected AKShare financial data interfaces for client applications like LLMs.
loanpro-mcp-server
Exposes read-only LoanPro financial data via Model Context Protocol (MCP) using HTTP, SSE, and stdio transports for integration with AI agents or other clients.
mcp-status-invest
Fetch stock market data including prices, indicators, and payment dates from the Status Invest API for Model Context Protocol (MCP) tools.
sejm-mcp
Serves as a Model Context Protocol (MCP) server providing AI assistants with access to real-time Polish parliamentary data (Sejm API) and legal documents (European Legislation Identifier - ELI API).