You're viewing a demo portfolio

Join the waitlist
PRSM

search

Active

Tool of Photon

declared in 0.1.0

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

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "Eiffel Tower Paris"
    },
    {
      "lat": 48.8566,
      "lon": 2.3522,
      "lang": "en",
      "limit": 10,
      "query": "cafe",
      "osm_tag": "amenity:cafe",
      "location_bias_scale": 0.5
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "lat": {
      "type": "number",
      "description": "Latitude bias center"
    },
    "lon": {
      "type": "number",
      "description": "Longitude bias center"
    },
    "bbox": {
      "type": "string",
      "description": "Bounding box: \"min_lon,min_lat,max_lon,max_lat\""
    },
    "lang": {
      "type": "string",
      "description": "Language for the response (en, de, fr, ...)"
    },
    "zoom": {
      "type": "number",
      "description": "Zoom level for bias (0-18)"
    },
    "layer": {
      "type": "string",
      "description": "house | street | locality | city | district | county | state | country"
    },
    "limit": {
      "type": "number",
      "description": "1-50 (default 5)"
    },
    "query": {
      "type": "string",
      "description": "Free-text place name / address"
    },
    "osm_tag": {
      "type": "string",
      "description": "OSM tag filter (e.g. \"amenity:pharmacy\")"
    },
    "location_bias_scale": {
      "type": "number",
      "description": "Strength of lat/lon bias (default 0.2)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Photon

https://github.com/pipeworx-io/mcp-photon

1/7 registries
View full server →