You're viewing a demo portfolio

Join the waitlist
PRSM

search_geonames

Active

Tool of Geonames

declared in 0.1.0

Search for places (cities, landmarks, regions) by name. Returns coordinates, country, population, and feature type. Example: search_geonames("Paris", "FR"). Use get_nearby to find places near a known location.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "Tokyo",
      "_apiKey": "your-geonames-api-key"
    },
    {
      "limit": 5,
      "query": "Grand Canyon",
      "_apiKey": "your-geonames-api-key",
      "country": "US"
    }
  ],
  "required": [
    "_apiKey",
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of results (default: 10, max: 100)"
    },
    "query": {
      "type": "string",
      "description": "Place name to search for (e.g., \"Tokyo\", \"Grand Canyon\")"
    },
    "_apiKey": {
      "type": "string",
      "description": "GeoNames username"
    },
    "country": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code to filter (e.g., \"US\", \"JP\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Geonames

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

1/7 registries
View full server →