advisories

Pack: travel-advisories · Endpoint: https://gateway.pipeworx.io/travel-advisories/mcp

List current US State Department travel advisories. Filter by country keyword and/or minimum threat level (1=normal precautions, 2=increased caution, 3=reconsider travel, 4=do not travel). Sorted by threat level (highest first).

Parameters

NameTypeRequiredDescription
querystringnoCountry name filter, e.g. “mexico”, “france”.
levelnumbernoExact threat level to filter (1-4).
min_levelnumbernoMinimum threat level (e.g. 3 → only “reconsider travel” and “do not travel”).
limitnumbernoMax advisories to return (1-250, default 50).

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 24, 2026