Skip to main content
Glama

Travel Agent MCP Server

by nxGnosis

GET_VISA_INFO_BY_COUNTRY

Retrieve visa details for a specific country using a country code, helping travelers plan international trips with accurate immigration requirements.

Instructions

Get visa information for a specific country.

Input Schema

NameRequiredDescriptionDefault
countryCodeYes
currencyCodeNo

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "countryCode": { "type": "string" }, "currencyCode": { "type": "string" } }, "required": [ "countryCode" ], "type": "object" }
Install Server

Other Tools from Travel Agent MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nxGnosis/TravelAgentMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server