MCP server exposing 3 tools for foursquare.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/foursquare/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_places — Search Foursquare places. Combine `query` (e.g., "coffee", "hardware store") with a location anchor — either `near` ("Brooklyn, NY") or `latitude`+`longitude`. Returns name, fsq_place_id, categories, address, distance, lat/lon, popularity.get_place — Full place details by fsq_place_id. Returns name, categories, address, lat/lon, social media, website, hours, rating, price, popularity.nearby_places — POIs near a lat/lon without a search term. Uses the new search endpoint with location bias and no query.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/foursquare/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io