pinmeto-location-mcp
Verified Safeby PinMeTo
Overview
Connects PinMeTo location data to AI assistants to provide insights from Google, Facebook, and Apple in natural language.
Installation
npx -y @pinmeto/pinmeto-location-mcpEnvironment Variables
- PINMETO_ACCOUNT_ID
- PINMETO_APP_ID
- PINMETO_APP_SECRET
Security Notes
The server uses standard `axios` for external API requests and `zod` for robust schema validation, which are good security practices. Sensitive credentials (`PINMETO_APP_SECRET`) are handled via environment variables and marked as sensitive in the MCP manifest. PII redaction is implemented for review text before AI processing. There are no `eval` or obvious code execution vulnerabilities. Build scripts may use `execFileSync`, but this is outside the runtime server logic.
Similar Servers
mcp-server
Enables AI agents and applications with Mapbox's geospatial intelligence, including geocoding, routing, POI search, and map visualization.
gis-mcp
A Model Context Protocol (MCP) server that provides AI agents and LLMs with comprehensive GIS capabilities, enabling geospatial analysis, data gathering, and transformations through natural language.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
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.