Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Countries

FreeNot checked

Retrieves comprehensive country data including demographics, geography, currencies, and flags from the REST Countries API.

GitHubEmbed

About

Retrieves comprehensive country data including demographics, geography, currencies, and flags from the REST Countries API.

README

Countries MCP — world country data.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool Description
search_countries Search for countries by name. Returns official name, capital, region, population, area, languages, currencies, and flag emoji.
get_country_by_code Get country details by ISO code (e.g., "US" for United States or "FRA" for France). Returns capital, population, languages, currencies, area, and region.
countries_by_region List all countries in a region (e.g., "Africa", "Europe", "Asia"). Returns name, capital, population, area, and flag emoji.
countries_by_language Find countries where a language is spoken (e.g., "Spanish", "Mandarin"). Returns name, capital, region, population, and official language status.
countries_by_currency Find countries using a currency (e.g., "EUR" for Euro, "USD" for US Dollar). Returns name, capital, region, and currency details.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

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

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

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

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Countries data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-countries

Install Countries in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install countries

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add countries -- npx -y @pipeworx/mcp-countries

Step-by-step: how to install Countries

FAQ

Is Countries MCP free?

Yes, Countries MCP is free — one-click install via Unyly at no cost.

Does Countries need an API key?

No, Countries runs without API keys or environment variables.

Is Countries hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Countries in Claude Desktop, Claude Code or Cursor?

Open Countries on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Countries with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs