PinMeTo Location MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PINMETO_APP_ID | Yes | Your PinMeTo App ID | |
| PINMETO_ACCOUNT_ID | Yes | Your PinMeTo Account ID | |
| PINMETO_APP_SECRET | Yes | Your PinMeTo App Secret |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pinmeto_get_locationA | Get details for a SINGLE location by store ID. Returns structured location data including address, contact info, and network connections. Error Handling:
|
| pinmeto_get_locationsA | Get ALL locations with pagination and filtering. Uses in-memory cache (5-min TTL) for fast queries on large datasets. Examples:
Error Handling:
|
| pinmeto_search_locationsA | Search ALL locations by name, address, store ID, or location descriptor. Returns lightweight results for quick discovery. Use pinmeto_get_location with storeId for full details. Error Handling:
|
| pinmeto_get_google_insightsA | Fetch Google metrics for all locations, or a single location if storeId provided. Supports time aggregation (default: total) and period comparisons. Comparison Options:
Data Lag Warning:
Error Handling:
|
| pinmeto_get_google_ratingsA | Fetch Google rating statistics (averageRating, totalReviews, distribution) for all locations, or a single location. Returns aggregate statistics only. For individual review text and sentiment analysis, use pinmeto_get_google_reviews. Caching:
Data Lag Warning:
Error Handling:
|
| pinmeto_get_google_reviewsA | Fetch individual Google reviews with pagination and filtering for sentiment analysis. For aggregate statistics (averageRating, totalReviews), use pinmeto_get_google_ratings instead. Pagination:
Filtering:
Caching:
Data Lag Warning:
Error Handling:
|
| pinmeto_get_google_keywordsA | Fetch Google keywords for all locations, or a single location if storeId provided. Data Lag Warning:
Error Handling:
|
| pinmeto_get_google_review_insightsA | Summarize Google reviews into rating and sentiment statistics. Computes aggregates over the matched reviews server-side and returns the summary instead of the raw reviews, which is far more token-efficient than fetching them. The returned data is descriptive statistics, not LLM-written prose: read it and draw your own conclusions for the user. Analysis Types:
Large Dataset Handling:
Sampling Strategies (which reviews get analyzed):
Caching:
When NOT to use this tool:
|
| pinmeto_get_facebook_insightsA | Fetch Facebook metrics for all locations, or a single location if storeId provided. Supports time aggregation (default: total) and period comparisons. Comparison Options:
Error Handling:
|
| pinmeto_get_facebook_brandpage_insightsA | Fetch Facebook metrics for all brand pages. Supports time aggregation (default: total) and period comparisons. Comparison Options:
Error Handling:
|
| pinmeto_get_facebook_ratingsA | Fetch Facebook ratings for all locations, or a single location if storeId provided. Error Handling:
|
| pinmeto_get_apple_insightsA | Fetch Apple metrics for all locations, or a single location if storeId provided. Supports time aggregation (default: total) and period comparisons. Comparison Options:
Error Handling:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PinMeTo/pinmeto-location-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server