Google Maps Places
Allow AI systems to search for places and get business info via Google Maps Places API.
About This MCP Server
This server acts as an OAuth proxy to Google:
1. Server advertises itself as an OAuth authorization server via /.well-known/oauth-authorization-server 2. /register returns the Google OAuth client credentials 3. /authorize redirects to Google, encoding the client's callback URL in state 4. /callback receives the code from Google and forwards to the client's callback 5. /token proxies token requests to Google, injecting client credentials 6. /mcp handles MCP requests, using the bearer token to call Places API
The server holds no tokens or state - it just proxies OAuth to Google.
What Problems It Solves
- (These are just examples - any workflow that needs place search or business info can use this.)
Specifications
Hosting
Hosting Options
- Package
Performance
Usage
Quick Reference
- Name
- Google Maps Places
- Function
- Allow AI systems to search for places and get business info via Google Maps Places API.
- Transport
- Package
- Language
- JavaScript/TypeScript
- Source
- External (Registry)
- License
- Open Source
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.