Server data from the Official MCP Registry
Search Google Maps businesses via MCP - name, address, phone, rating, hours, GPS.
About
Search Google Maps businesses via MCP - name, address, phone, rating, hours, GPS.
Remote endpoints: streamable-http: https://google-maps-mcp-server.vercel.app/mcp
Security Report
This Google Maps MCP server is well-designed with proper Bearer token authentication required for all operations. The codebase is clean, input validation is present via Zod schemas, and permissions align with its stated purpose of querying the Apify Google Maps Scraper API. Minor code quality improvements around error handling and token validation could be made, but no security vulnerabilities were identified. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity).
5 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Install & Connect
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
Documentation
View on GitHubFrom the project's GitHub README.
Google Maps MCP Server
A standalone Model Context Protocol server that exposes Google Maps business search as a single MCP tool, backed by Techforce Global's Google Maps Scraper Apify Actor.
Tool
search_google_maps
Search Google Maps for businesses/places by keyword and location.
| Parameter | Type | Required | Description |
|---|---|---|---|
searchQueries | string[] | yes | One or more search terms, e.g. "restaurants in Delhi" |
maxResults | integer | no | Max places per query (default 20, max 500) |
language | string | no | Language code for results, e.g. "en" |
Returns structured JSON: business name, address, phone, rating, opening hours, and GPS coordinates.
Authentication
Every request must include your own Apify API token:
Authorization: Bearer <YOUR_APIFY_TOKEN>
Usage is billed to the token owner's Apify account, not to Techforce Global. Get your token at Apify Console → Settings → Integrations.
Installation
Hosted (recommended)
Connect directly to the hosted endpoint — no install required:
https://<your-vercel-project>.vercel.app/mcp
Example client config (Claude Desktop / any MCP client supporting Streamable HTTP):
{
"mcpServers": {
"google-maps": {
"url": "https://<your-vercel-project>.vercel.app/mcp",
"headers": {
"Authorization": "Bearer <YOUR_APIFY_TOKEN>"
}
}
}
}
Run locally
npm install
npm start
Server listens on http://localhost:4000/mcp.
Deploying on Vercel (free)
This project includes a serverless entry point (api/mcp.js) and a vercel.json rewrite so the
public endpoint is available at a clean /mcp path.
- Go to vercel.com, sign in, click Add New → Project.
- Import this GitHub repo (
Sagar27888/google-maps-mcp-server). - Framework preset: Other. No build command needed — Vercel auto-detects the
api/folder. - Click Deploy.
- The public endpoint becomes available at
https://<your-vercel-project>.vercel.app/mcp.
Deploying on Apify (alternative)
This project is also an Apify Actor configured for Standby mode, which turns it into a long-running HTTP service instead of a one-shot batch job.
- Push this project to an Actor on your Apify account (Apify Console → Actors → Create new → connect this
source, or use the Apify CLI:
apify push). - In the Actor's Settings → Standby, enable Standby mode.
- The public endpoint becomes available at
https://<actor-name>.<your-apify-username>.apify.actor/mcp.
License
MIT
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
