You're viewing a demo portfolio

Join the waitlist
PRSM

get_nearby

Active

Tool of Geonames

declared in 0.1.0

Find places near a given latitude/longitude. Returns nearby cities, landmarks, and features sorted by distance. Example: get_nearby(48.8566, 2.3522) for places near Paris.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "lat": 48.8566,
      "lng": 2.3522,
      "_apiKey": "your-geonames-api-key"
    },
    {
      "lat": 40.7128,
      "lng": -74.006,
      "radius": 50,
      "_apiKey": "your-geonames-api-key"
    }
  ],
  "required": [
    "_apiKey",
    "lat",
    "lng"
  ],
  "properties": {
    "lat": {
      "type": "number",
      "description": "Latitude (e.g., 48.8566)"
    },
    "lng": {
      "type": "number",
      "description": "Longitude (e.g., 2.3522)"
    },
    "radius": {
      "type": "number",
      "description": "Search radius in km (default: 10, max: 300)"
    },
    "_apiKey": {
      "type": "string",
      "description": "GeoNames username"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Geonames

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

1/7 registries
View full server →
get_nearby — Geonames — PRSM MCP