who_euro_countries

Pack: who-euro · Endpoint: https://gateway.pipeworx.io/who-euro/mcp

List the countries and country groups covered by the WHO European Region Data Warehouse, with their codes. Country groups include the WHO European Region, EU members, CIS and others, and can be used directly as a country argument to get grouped values. Use to resolve a European country to the code WHO Europe data uses.

Parameters

NameTypeRequiredDescription
querystringnoOptional country name or code to look up.

Example call

Arguments

{
  "query": "Ukraine"
}

curl

curl -X POST https://gateway.pipeworx.io/who-euro/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"who_euro_countries","arguments":{"query":"Ukraine"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('who_euro_countries', {
  "query": "Ukraine"
});

More examples

{}

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build August 6, 2026