- Home
- Top MCPs for Maps, Location & Weather
- Foursquare Places vs Mapbox
MCP Comparison · 2026
Foursquare Places vs Mapbox MCP Server
Comparing Foursquare Places and Mapbox as MCP servers? Foursquare Places (poi search & metadata) is best when poi search by category, feature, or proximity. Mapbox (geocoding & routing) is best when geocoding addresses at scale. Both run as Model Context Protocol servers and can coexist in the same client. Updated 2026.
Side-by-side specs
Pulled from each MCP's verified fact sheet.
| Foursquare Places | Mapbox | |
|---|---|---|
| Primary function | POI Search & Metadata | Geocoding & Routing |
| Maintainer | Foursquare | Mapbox |
| Pricing | Freemium | Freemium |
| Setup complexity | Low · ~5 min | Low · ~5 min |
| Transport | stdio | stdio, Streamable HTTP |
| Auth model | API key | API key |
| License | MIT | MIT |
| Language | TypeScript | TypeScript |
| Latest version | latest | latest |
| Compatible clients | Claude, Cursor, Any MCP-compatible client | Claude, Cursor, VS Code, Any MCP-compatible client |
| Last verified | 2026-06-11 | 2026-06-11 |
Which one should you pick?
Decision rubric drawn from each MCP's documented strengths.
Choose Foursquare Places
- POI search by category, feature, or proximity
- Address → venue resolution (GeoTagging)
- Enriching location data with hours, photos, ratings
Choose Mapbox
- Geocoding addresses at scale
- Driving and walking directions
- Isochrones (drive-time polygons)
Pick something else if…
- Routing or driving directions
- Street View imagery
Feature breakdown
Key capabilities each server ships out of the box.
Foursquare Places
- Official Foursquare repo `foursquare/foursquare-places-mcp`
- 100M+ places with rich category taxonomies
- Search, autocomplete, place-details, GeoTagging
- Photos, reviews, ratings, hours, features
- Local stdio — bring your own Service API key
Mapbox
- Hosted remote endpoint at `https://mcp.mapbox.com/mcp`
- First-party npm server `@mapbox/mcp-server`
- Geocoding, directions, isochrones, matrix, search-box
- Static images and vector tile metadata
- Bring-your-own Mapbox access token (pk.* or sk.*)
Install snippets
Open the detail page for ready-to-paste config for every major client.
FAQ
Foursquare Places vs Mapbox: which MCP server should I use?
Pick Foursquare Places when poi search by category, feature, or proximity. Pick Mapbox when geocoding addresses at scale. Foursquare Places is built for poi search & metadata, while Mapbox focuses on geocoding & routing.
Can I run both Foursquare Places and Mapbox together?
Yes. MCP clients run each server as a separate process and surface every server's tools simultaneously, so you can install both and let your agent decide which to call. Be deliberate with auth scopes when stacking servers.
How fresh is this comparison?
Updated for 2026. Foursquare Places's last verification: 2026-06-11. Mapbox's last verification: 2026-06-11. We refresh detail-page facts on every catalog rebuild.
More Foursquare Places comparisons
Browse all Maps, Location & Weather MCPs? See the full ranked list →