Catalog
com.ivisa.www/mcp
Official1 toolCheck visa requirements and travel documents for international travel destinations.
Check visa requirements and travel documentation for international destinations.
Captured live from the server via tools/list.
visa-availability-tool
Provides visa availability for a given country, destination, and currency
Parameters (3)
- nationalitystringrequired
The nationality of the user; ISO 3166-1 alpha-2 code
- destinationstringrequired
The destination country; ISO 3166-1 alpha-2 code
- currencystringrequired
The currency of the user; ISO 4217 code
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.ivisa.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.