Travel Agent MCP Server

Travel Agent MCP Server

Provides tools to fetch up-to-date visa and immigration information for various countries, helping users plan their international travel with accurate data.

Category
Visit Server

README

Travel Agent MCP Server 🌍✈️

An MCP (Model Context Protocol) server for retrieving visa and immigration information for various countries.

ℹ️ About

This server provides tools to access up-to-date visa and immigration details, helping users plan their international travel with ease. It leverages external APIs to fetch accurate information.

✨ Features

This server exposes the following tools:

GET_VISA_INFO_BY_COUNTRY

Retrieves detailed visa information for a specified country.

  • Parameters:

    • countryCode (string, required): The ISO 3166-1 alpha-2 country code (e.g., 'US', 'GB', 'FR').
  • Returns: Visa type, requirements, validity, and any relevant notes for the specified country.

  • Usage Example:

    {
      "tool_name": "GET_VISA_INFO_BY_COUNTRY",
      "arguments": {
        "countryCode": "CA"
      }
    }
    

GET_IMMIGRATION_INFO_BY_COUNTRY

Retrieves detailed immigration information for a specified country.

  • Parameters:

    • countryCode (string, required): The ISO 3166-1 alpha-2 country code (e.g., 'US', 'GB', 'FR').
  • Returns: Immigration type, requirements, validity, and any relevant notes for the specified country.

  • Usage Example:

    {
      "tool_name": "GET_IMMIGRATION_INFO_BY_COUNTRY",
      "arguments": {
        "countryCode": "DE"
      }
    }
    

🛠️ Setup

  1. Clone the repository (if not already done).

  2. Install dependencies:

    pnpm install
    

    or

    npm install
    
  3. Configure Environment Variables: Create a .env file in the root directory or set these variables in your environment:

    Note: API keys and base URLs are not required for this service at the moment.

  4. Build the project:

    pnpm run build
    

    or

    npm run build
    
  5. Start the MCP server:

    pnpm start
    

    or

    npm start
    

🚀 Usage

The server communicates over stdio and can be used with any MCP-compatible client. Once the server is running, you can invoke the tools by sending JSON messages to its standard input.

⚠️ Error Handling

Common errors may include:

  • Missing API Keys/Base URLs: Ensure all required environment variables (VISA_API_KEY, VISA_API_BASE_URL, IMMIGRATION_API_KEY, IMMIGRATION_API_BASE_URL) are correctly set.
  • Invalid Country Code: Verify that the provided countryCode is a valid ISO 3166-1 alpha-2 code.
  • API Errors: Issues with the external APIs may result in errors. Check the server logs for more details.

🔑 Environment Variables

This Travel Agent MCP server provides essential tools for accessing visa and immigration information, powered by robust external services.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured