Maxicar Travel

by ermanozkaya

155 downloads
Not rated
GitHub

Description

# MAXICAR MCP Server A Model Context Protocol (MCP) server for **MAXICAR** — Montenegro's travel marketplace. Search transfers, rent cars, and book rides with real-time pricing from multiple licensed providers. ## What can it do? | Tool | Description | |------|-------------| |…

About

# MAXICAR MCP Server A Model Context Protocol (MCP) server for **MAXICAR** — Montenegro's travel marketplace. Search transfers, rent cars, and book rides with real-time pricing from multiple licensed providers. ## What can it do? | Tool | Description | |------|-------------| | `search_transfers` | Find airport &…

Details

Author
ermanozkaya
Downloads
155
Categories
Media

- Search airport & private transfers with live pricing
- Browse rental cars by type, brand, price, and city
- Book transfers and rental cars creating real reservations
- Retrieve company info, policies, FAQ, and driving tips
- Access destination guides with routes and highlights
- Support for cross-border transports to Croatia, Bosnia, Albania

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Maxicar Travel
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install by adding a configuration entry to your Claude Desktop config or using claude mcp add maxicar -- npx @maxicar/mcp-travel. Set the required environment variable MAXICAR_BOT_SECRET (and optionally MAXICAR_API_URL). Run with npm start after cloning the repository and building.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "maxicar travel": {
            "maxicar": {
                "command": "npx",
                "args": [
                    "maxicar-mcp-travel"
                ],
                "env": {
                    "MAXICAR_API_URL": "https://maxicar.me",
                    "MAXICAR_BOT_SECRET": "<YOUR_SECRET>"
                }
            }
        }
    }
}

McpServers

{
    "maxicar": {
        "command": "npx",
        "args": [
            "maxicar-mcp-travel"
        ],
        "env": {
            "MAXICAR_API_URL": "https://maxicar.me",
            "MAXICAR_BOT_SECRET": "<YOUR_SECRET>"
        }
    }
}

MAXICAR MCP Server

A Model Context Protocol (MCP) server for MAXICAR — Montenegro's travel marketplace. Search transfers, rent cars, and book rides with real-time pricing from multiple licensed providers.

What can it do?

| Tool | Description |
|------|-------------|
| search_transfers | Find airport & private transfer options with live pricing |
| search_rental_cars | Browse available rental cars by type, brand, price, city |
| book_transfer | Book a transfer (creates a real reservation) |
| book_rental_car | Book a rental car (creates a real reservation) |
| get_maxicar_info | Company info, policies, FAQ, driving tips |
| get_montenegro_destinations | Destination guide with routes and highlights |

Example prompts

- "I need a transfer from Tivat Airport to Budva for 3 people"
- "Show me SUVs available for rent in Montenegro under 60 EUR/day"
- "Book a transfer from Podgorica Airport to Kotor on July 15 at 14:00"
- "What are the driving rules in Montenegro?"
- "Tell me about destinations near Kotor"

Installation

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "maxicar": {
      "command": "npx",
      "args": ["@maxicar/mcp-travel"],
      "env": {
        "MAXICAR_API_URL": "https://maxicar.me",
        "MAXICAR_BOT_SECRET": "your-secret"
      }
    }
  }
}

Claude Code

claude mcp add maxicar -- npx @maxicar/mcp-travel

Manual / Development

git clone https://github.com/ermanozkaya/maxicar-mcp.git
cd maxicar-mcp
npm install
npm run build

Set environment variables:

export MAXICAR_API_URL=https://maxicar.me
export MAXICAR_BOT_SECRET=your-secret

Run:

npm start

Environment Variables

| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| MAXICAR_API_URL | No | https://maxicar.me | API base URL |
| MAXICAR_BOT_SECRET | Yes | — | Bot API authentication secret |

Coverage

- Airports: Tivat (TIV), Podgorica (TGD)
- Cities: Budva, Kotor, Herceg Novi, Tivat, Podgorica, Bar, Ulcinj, Cetinje, Sveti Stefan, Zabljak
- Cross-border: Dubrovnik (Croatia), Sarajevo (Bosnia), Tirana (Albania)
- Services: Airport transfers, point-to-point transfers, car rental
- Currency: EUR
- Languages: English, Montenegrin, Turkish, Serbian, Bosnian, Russian, German

About MAXICAR

MAXICAR is a travel marketplace connecting travelers with licensed transfer and car rental providers in Montenegro. Compare prices from multiple companies, book online, and enjoy fixed-price rides with meet & greet service.

- Website: maxicar.me
- Available 24/7
- Licensed and insured providers

License

MIT

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.