LogoSTMCP
Download
foursquare-places-mcp

MCP Server enabling access to the Foursquare API

An MCP server that enables AI agents to access the Foursquare Places API for location-aware applications, providing detailed place information, search capabilities, and geotagging functionality.

Tools

1. GeoTagging API

Pinpoints exact locations with high accuracy using Foursquare's Place Snap technology.

2. Search & Data APIs

Allows filtering places by category, features, hours, and more with rich metadata like photos, reviews, ratings, and real-time popularity.

Open Graph image for MCP Server enabling access to the Foursquare API

JSON Config

{
  "mcpServers": {
    "foursquare": {
      "command": "uv",
      "args": ["run", "fsq-server-python"],
      "env": {
        "FSQ_API_KEY": "your_foursquare_service_api_key_here"
      }
    }
  }
}

Useful Links

Information