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
tmcp
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.
rust-mcp-sdk
A high-performance, asynchronous Rust SDK for building Model Context Protocol (MCP) servers and clients, simplifying protocol handling, enabling tool-based interactions, and supporting multiple transports and authentication methods.
mcp-shark
Aggregate multiple Model Context Protocol (MCP) servers into a single unified interface with a powerful monitoring UI, enabling real-time traffic capture, logging, and AI-powered security analysis.
mcpcat-typescript-sdk
MCPcat is an analytics platform designed for MCP server owners to capture user intentions and behavior patterns, offering session replay, trace debugging, and integration with existing observability tools.