Articles on: General

Setting up PinMeTo with LLM's, PinMeTo MCP Server

Setting up PinMeTo integration with LLM's, using the PinMeTo MCP Server


The PinMeTo MCP Server allows users to interact with their location data and business insights through natural language. It enables seamless integration between the PinMeTo platform and AI agents such as Claude LLM. The server exposes a suite of tools that let you retrieve, analyze, and summarize data from multiple sources—including Google, Facebook, and Apple—covering metrics such as impressions, clicks, ratings, and more.




Usage

The PinMeTo MCP server supports all endpoints available under "Read Locations" and "Listings Insights" permissions

Different endpoints appear as different "tools" in the MCP client:

Available Tools in MCP

The Client AI Agents can use the data provided by the PinMeTo MCP server to create complex reports; give analysis on ratings; incorporate the data in its deep thinking process; give suggestions on SEO improvements; and a lot more:


Example of Complex Reports

To try out the MCP's functionality on Claude Desktop you can try out some prompts below


Please use the following tools to retrieve insights for store ID store-id:
- get_facebook_location_insights
- get_google_location_insights
- get_apple_location_insights

After fetching the data, summarize the key metrics and business insights from each platform in a single, well-formatted table. The table should include columns for Platform, Impressions, Clicks, Ratings, and any other relevant metrics. Below the table, provide a brief summary of notable trends or recommendations.

Example table format:

| Platform | Impressions | Clicks | Ratings | Other Metrics |
|----------|-------------|--------|---------|---------------|
| Facebook | ... | ... | ... | ... |
| Google | ... | ... | ... | ... |
| Apple | ... | ... | ... | ... |

Use the tools above to fetch the data, then present your summary and recommendations below the table.


Please use the get_location tool to retrieve data for store ID store-id and then provide a operational analysis of this location.
Focus on key business insights such as:
- Location details and accessibility
- Contact information and hours
- Any operational strengths or areas for improvement
- Recommendations for optimization

Use the get_location tool first to fetch the data, then provide your analysis.

Installation

Desktop Installation

The PinMeTo MCP server can be used for Claude Desktop, as a downloadable file. The complete detailed setup is available at https://places.pinmeto.com/account-settings/pinmeto/mcp.


Building from Source

The source code for the MCP server is available under the MIT open source license on GitHub.

Within the repository you can find a detailed description on how to build and run the server on other MCP clients such as Cursor and Copilot.

Updated on: 25/09/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!