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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Country name filter, e.g. “mexico”, “france”. |
level | number | no | Exact threat level to filter (1-4). |
min_level | number | no | Minimum threat level (e.g. 3 → only “reconsider travel” and “do not travel”). |
limit | number | no | Max 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.