Back to Home
PinMeTo icon

pinmeto-location-mcp

Verified Safe

by PinMeTo

Overview

The PinMeTo Location MCP Server integrates the PinMeTo platform with AI agents for natural language interaction with location data and business insights from sources like Google, Facebook, and Apple.

Installation

Run Command
node ${__dirname}/build/index.js

Environment Variables

  • PINMETO_API_URL
  • PINMETO_LOCATION_API_URL
  • PINMETO_ACCOUNT_ID
  • PINMETO_APP_ID
  • PINMETO_APP_SECRET

Security Notes

The server uses environment variables for API credentials (PINMETO_ACCOUNT_ID, PINMETO_APP_ID, PINMETO_APP_SECRET), which is a good security practice, with the app secret explicitly marked as sensitive in the manifest. Requests to the PinMeTo API are authenticated using a bearer token obtained via client credentials flow, which is cached for a limited time. Input validation for tool arguments is performed using Zod schemas. There are no obvious `eval` calls, direct command injections, or other critically dangerous patterns found. The use of `axios` for HTTP requests is standard. Logging to `console.error` for failed requests is present but might expose sensitive information if not handled in production logs. Custom User-Agent for axios requests is a good practice for API interaction.

Similar Servers

Stats

Interest Score42
Security Score9
Cost ClassMedium
Avg Tokens500
Stars15
Forks2
Last Update2025-12-05

Tags

Location DataBusiness InsightsAI IntegrationPinMeTo APIMetrics Aggregation