MCP Hub
Back to servers

countries

Countries MCP — world country data from REST Countries API v3.1

Registry
Updated
Mar 31, 2026

mcp-countries

Countries MCP — world country data from REST Countries API v3.1

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
search_countriesSearch for countries by name. Returns common name, official name, capital, region, subregion, population, area, languages, currencies, and flag emoji.
get_country_by_codeGet full country information by ISO 3166-1 alpha-2 (e.g. "US") or alpha-3 (e.g. "USA") code.
countries_by_regionList all countries in a geographic region with name, capital, population, and flag.
countries_by_languageFind all countries where a given language is spoken. Returns name, capital, region, and population.
countries_by_currencyFind all countries that use a given currency. Returns name, capital, and region.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "countries": {
      "url": "https://gateway.pipeworx.io/countries/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use countries

License

MIT

Reviews

No reviews yet

Sign in to write a review