Skip to main content
Glama
nxGnosis

Travel Agent MCP Server

by nxGnosis

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TVA_BASE_URLYesThe base URL of the TVA OTA backend
TVA_ACCESS_TOKENNoOptional bearer token for authenticated requests (injected per user session)
VISA_CONTENT_API_KEYYesAPI key for the visa content API
IMMIGRATION_CONTENT_API_KEYYesAPI key for the immigration content API

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
GET_VISA_INFO_BY_COUNTRYC

Get visa information for a specific country.

GET_IMMIGRATION_INFO_BY_COUNTRYC

Get immigration information for a specific country.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.8/5.0

Scored across 2 tools

Disambiguation2/5

The two tools have unclear boundaries and significant overlap. 'Immigration information' and 'visa information' are closely related concepts in travel, and their descriptions do not clearly differentiate what each tool provides, leading to potential confusion for an agent trying to select the right one.

Naming Consistency5/5

The tool names follow a consistent pattern of uppercase snake_case with a clear 'GET_<domain>_BY_COUNTRY' structure. Both tools use the same verb ('GET') and format, making them predictable and easy to parse.

Tool Count2/5

With only 2 tools, the server feels thin for a 'Travel Agent' domain, which typically involves broader functionality like booking flights, hotels, or checking travel advisories. The limited scope suggests an incomplete or overly narrow implementation.

Completeness2/5

The server is severely incomplete for a travel agent purpose. It lacks core travel operations such as searching for flights, booking accommodations, checking weather, or providing general travel tips, leaving obvious gaps that will hinder agent workflows.

Maintenance

ActivityMaintained
ResponsivenessNo issues