countly-mcp-server
Verified Safeby Countly
Overview
This server enables AI assistants and MCP clients to interact with Countly's analytics data, manage applications, view dashboards, track events, and perform comprehensive analytics operations.
Installation
npx -y @countly/countly-mcp-serverEnvironment Variables
- COUNTLY_SERVER_URL
- COUNTLY_AUTH_TOKEN
- COUNTLY_AUTH_TOKEN_FILE
- COUNTLY_TIMEOUT
- ENABLE_ANALYTICS
- COUNTLY_TOOLS_ALL
- COUNTLY_TOOLS_{CATEGORY}
Security Notes
The project demonstrates strong security awareness with robust authentication mechanisms (HTTP headers, environment variables, token files, tool arguments), clear error handling to prevent information leakage, and a LoopDetector to mitigate potential DoS from recursive tool calls. It also supports fine-grained CRUD control for tools, allowing administrators to restrict AI agent capabilities. While URL parameters are mentioned as less secure for tokens, the documentation explicitly advises against them for sensitive data and provides better alternatives.
Similar Servers
us-census-bureau-data-api-mcp
The MCP Server provides a standardized API for AI assistants (LLMs) to access and process U.S. Census Bureau data and geography information, enabling data retrieval and analysis through an agent-like interface.
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.
mcp
Securely control Fastly CDN/edge infrastructure through natural language interactions with AI assistants.
metabase-mcp-server
Enables AI assistants to interact with and manage Metabase's analytics platform by providing comprehensive API access through a Model Context Protocol server.