veritax_analytics
Verified Safeby CodexVeritax
Overview
A cloud-agnostic analytics SDK for Model Context Protocol (MCP) servers, designed to track tool execution and server health events.
Installation
No command providedEnvironment Variables
- VERITAX_CLIENT_ID
Security Notes
The SDK utilizes Pydantic for robust input validation, which is a strong security practice. API keys are handled as standard bearer tokens. No direct 'eval' or 'exec' calls are found. The `file_path` validator automatically creates parent directories, which could be a path traversal vulnerability if the `file_path` is controlled by untrusted input, but for an SDK configured by a developer, this risk is mitigated. Metadata sanitization is basic (removes control characters) but appropriate for analytics data storage rather than direct rendering.
Similar Servers
mcp-shark
Aggregate multiple Model Context Protocol (MCP) servers into a single unified interface with a powerful monitoring UI.
rust-mcp-sdk
A high-performance, asynchronous Rust SDK for building Model Context Protocol (MCP) servers and clients, supporting various transports and authentication methods.
mcpcat-typescript-sdk
This SDK integrates analytics and telemetry capabilities into existing Model Context Protocol (MCP) servers, capturing user intentions, tool usage, and error patterns.
mcpc
Build and compose agentic Model Context Protocol (MCP) servers and tools, enabling AI assistants to discover, integrate, and orchestrate other MCP servers for complex tasks.