mcp-server
Verified Safeby sealmetrics
Overview
Connects AI assistants like Claude to Sealmetrics analytics data, enabling natural language querying of marketing and traffic performance.
Installation
sealmetrics-mcpEnvironment Variables
- SEALMETRICS_API_TOKEN
- SEALMETRICS_ACCOUNT_ID
- SEALMETRICS_EMAIL
- SEALMETRICS_PASSWORD
Security Notes
The server fetches credentials (API token or email/password) exclusively from environment variables, preventing hardcoding. It uses `httpx` for secure asynchronous HTTP requests with comprehensive error handling for API interactions. Basic input validation is present for date ranges. No `eval` or command injection vulnerabilities were found. The primary security consideration outside of this codebase would be the robustness of the Sealmetrics API itself against malicious input, which this server proxies.
Similar Servers
voicemode
Provides robust voice interaction capabilities for Model Context Protocol (MCP) agents, enabling real-time speech-to-text (STT) and text-to-speech (TTS) functionalities, with support for local and cloud-based services. It also includes tools for audio playback (DJ), service management, and diagnostics.
heurist-mesh-mcp-server
Provides AI models (like Claude) access to Web3 and blockchain tools via the Heurist Mesh API for tasks such as cryptocurrency data analysis, token security review, and social media intelligence.
lemonado-mcp-server
Enables AI agents to query and analyze data from various marketing, payment, and productivity platforms using SQL via the Model Context Protocol (MCP).
datadog-mcp
Exposes Datadog monitoring and observability data to AI models, enabling AI assistants like Claude to query metrics, traces, services, and dashboards.