search

Pack: photon · Endpoint: https://gateway.pipeworx.io/photon/mcp

Forward geocode — place name → coordinates. Strong on partial / autocomplete-style queries.

Parameters

NameTypeRequiredDescription
querystringyesFree-text place name / address
latnumbernoLatitude bias center
lonnumbernoLongitude bias center
location_bias_scalenumbernoStrength of lat/lon bias (default 0.2)
zoomnumbernoZoom level for bias (0-18)
limitnumberno1-50 (default 5)
langstringnoLanguage for the response (en, de, fr, …)
osm_tagstringnoOSM tag filter (e.g. “amenity:pharmacy”)
layerstringnohouse | street | locality | city | district | county | state | country
bboxstringnoBounding box: “min_lon,min_lat,max_lon,max_lat”

Example call

curl -X POST https://gateway.pipeworx.io/photon/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "photon": {
      "url": "https://gateway.pipeworx.io/photon/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026