ask-anything-mcp
Verified Safeby villagemetrics
Overview
An MCP server that bridges AI agents with Village Metrics behavioral tracking data and analytics through authenticated API calls.
Installation
No command providedSecurity Notes
The server makes authenticated API calls to Village Metrics, handling personal behavioral data. Security depends heavily on the secure handling and protection of `VM_MCP_TOKEN` and `VM_AUTH_TOKEN` (provided via .env.secrets.local), as compromise of these tokens could lead to unauthorized data access. The project itself does not show signs of malicious code like 'eval' or obfuscation.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
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.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
photons
A comprehensive demonstration MCP server showcasing various functionalities of the Photon runtime, including basic data handling, streaming responses, progress reporting, in-memory state management, and interactive UI elements. It serves as a reference for developers building new photons.