{
  "name": "io.github.foursquare/foursquare-places-mcp",
  "description": "Foursquare's official Places MCP wraps the Places API v3, the same data layer behind Uber Eats search, Apple Weather location lookups, and most Snowflake-backed location enrichment pipelines. Filter 100M+ places by category, features, hours, and proximity; pull rich metadata including photos, reviews, ratings, and real-time popularity. Local stdio server; requires a Foursquare Service API key.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-06-11",
    "com.top-mcps/score": {
      "value": 56,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-17T11:53:23.799Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-17T07:09:46.818Z",
      "githubStars": 15,
      "lastCommitAt": "2025-04-29T19:38:34Z"
    }
  },
  "repository": {
    "url": "https://github.com/foursquare/foursquare-places-mcp",
    "source": "github"
  },
  "author": {
    "name": "Foursquare"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "FOURSQUARE_SERVICE_TOKEN",
          "description": "FOURSQUARE_SERVICE_TOKEN — required credential for Foursquare Places.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "network",
      "sandbox": "Authenticates with a Foursquare Service API key. Read-only — no place edits or check-ins from the MCP.",
      "gotchas": [
        "Service tokens are full-account credentials — scope them per project rather than reusing a personal token.",
        "Free tier starter credit is finite; high-volume agents should monitor usage to avoid hard 429s on the place-details endpoint."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/foursquare-places",
    "markdown": "https://top-mcps.com/mcp/foursquare-places.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
