advisory
Pack: travel-advisories · Endpoint: https://gateway.pipeworx.io/travel-advisories/mcp
Get the current US travel advisory for a single country. Pass the country NAME (recommended), e.g. “Japan”, “Mexico”. A State Department 2-letter country code also works (note: these are NOT ISO codes — e.g. Japan is “JA”).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
country | string | yes | Country name (recommended), e.g. “Mexico”. Partial names match. |
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":"advisory","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.