mcpcat-typescript-sdk
Verified Safeby MCPCat
Overview
This SDK integrates analytics and telemetry capabilities into existing Model Context Protocol (MCP) servers, capturing user intentions, tool usage, and error patterns.
Installation
No command providedEnvironment Variables
- DD_API_KEY
- SENTRY_DSN
Security Notes
The SDK handles dynamic module loading (e.g., 'fs' module) within try-catch blocks for compatibility across different JavaScript environments, which is a justified pattern. Network requests are made to configurable telemetry endpoints (Datadog, Sentry) or the MCPcat API, and do not show signs of hardcoded secrets or malicious activity. User-provided `redactSensitiveInformation` functions are available for data privacy.
Similar Servers
mcp-shark
Aggregate multiple Model Context Protocol (MCP) servers into a single unified interface with a powerful monitoring UI.
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.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
mcpcat-python-sdk
An analytics and observability SDK for Multi-modal Conversational Platform (MCP) servers, capturing user behavior and tool interactions for product development and debugging.