Back to Home
NNSTD-cloud-ru-hack-2025 icon

ymetrika-mcp

Verified Safe

by NNSTD-cloud-ru-hack-2025

Overview

This server provides a Model Context Protocol (MCP) interface to Yandex Metrika, enabling tools to query analytics data, generate reports, and access insights.

Installation

Run Command
docker run -p 8000:8000 -e OTEL_ENDPOINT=http://your-otel-collector:4318/v1/traces -e YANDEX_API_KEY=your_api_key_here yandex-metrika-mcp

Environment Variables

  • YANDEX_API_KEY

Security Notes

All sensitive configurations, like the YANDEX_API_KEY, are managed via environment variables. The Dockerfile is configured to run the application as a non-root user (UID 1000), significantly reducing the blast radius in case of a container compromise. Input parameters are validated using Pydantic, which helps mitigate common injection vulnerabilities. OpenTelemetry tracing is implemented, and while the OTEL_ENDPOINT is configurable, this is a standard pattern for observability rather than a direct security flaw in the application's core logic. There are no obvious 'eval', obfuscation, or direct malicious patterns in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-12

Tags

yandex-metrikaanalyticsmcpfastmcpobservability