You're viewing a demo portfolio

Join the waitlist
PRSM

geocode

Active

Tool of Opencages

declared in 0.1.0

Forward-geocode an address or place name to latitude/longitude using OpenCage (requires API key); supports country-code filtering, bounding box, and language; returns coordinates and structured address components.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "Paris, France"
    },
    {
      "limit": 5,
      "query": "1600 Pennsylvania Avenue",
      "countrycode": "US"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "abbrv": {
      "type": "boolean"
    },
    "limit": {
      "type": "number"
    },
    "query": {
      "type": "string"
    },
    "bounds": {
      "type": "string",
      "description": "sw_lon,sw_lat,ne_lon,ne_lat"
    },
    "language": {
      "type": "string"
    },
    "countrycode": {
      "type": "string",
      "description": "Comma-sep ISO-3166-1 alpha-2 codes."
    },
    "no_annotations": {
      "type": "boolean"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Opencages

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

1/7 registries
View full server →