Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BAMWOR_API_KEY | Yes | Your Bamwor API key | |
| BAMWOR_API_URL | No | Override API URL (default: https://bamwor.com/api/v1) | https://bamwor.com/api/v1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_country | Get detailed data about a country by name, slug, or ISO code. Returns population, area, capital, region, coordinates, and 20+ statistics. |
| search_countries | Search for countries by name or keyword, with optional region filter. Returns a list of matching countries with basic data. |
| search_cities | Search for cities worldwide by name. Returns matching cities from a database of 13.4M cities with population and country. |
| list_cities_by_country | List cities in a specific country, sorted by population or name. Supports minimum population filter. Covers 13.4M cities globally. |
| compare_countries | Compare two countries side by side across all available metrics: population, area, GDP, HDI, life expectancy, and more. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |