Polarsteps

by remuzel

354 downloads
Not rated
GitHub

About

An unofficial Polarsteps MCP Server enabling models to interact with the Polarsteps API.

Details

Author
remuzel
Downloads
354
Categories
Other

- Access travel data, trip info, and user profiles.
- Fetch real-time travel insights via Polarsteps API.
- Enhance apps with up‑to‑date travel context.
- Deliver personalized trip details to users.

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 Polarsteps
    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

get_user_profile

Get a users' profile overview including their living location and their number of countries visited & trips.

get_user_social

Get a users' social information including: followers, followees, their count and if they're considered popular.

get_user_stats

Get available travel statistics and metrics for a Polarsteps user, including countries visited, total distance traveled, trip counts, and detailed travel analytics. Perfect for getting a complete picture of someone's travel history and achievements.

get_trip

Get comprehensive details about a specific trip including summary, timeline, route information, individual steps/locations, weather data, and engagement metrics. Use after get_trip_log when you need detailed information about specific locations or comprehensive trip data.

get_trip_log

Get an overview of the specific trip; this includes just a list of summarized steps, each including timestamp/title/description/location. Use this first for trip overviews before diving into detailed information.

get_trips

Fetch a list of a user's recent trips with summary information including trip names, dates, duration, and basic stats. Ideal for browsing someone's travel history or finding trip IDs for detailed exploration. Use n_trips parameter to control how many recent trips to retrieve (default: 5).

search_trips

Search through a user's trips by name/title using fuzzy matching to find specific trips. Ideal for finding trips by destination (e.g., 'japan', 'italy'), themes (e.g., 'honeymoon', 'business'), or partial name matches. Supports flexible search terms that don't need to match exactly - the fuzzy matching will find relevant trips even with approximate spelling or partial keywords. **Use this as the first step when looking for specific trips by destination, theme, or name.**

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "polarsteps": {
            "polarsteps": {
                "command": "uvx",
                "args": [
                    "--from",
                    "git+https://github.com/remuzel/polarsteps-mcp",
                    "polarsteps-mcp"
                ],
                "env": {
                    "POLARSTEPS_REMEMBER_TOKEN": "<YOUR_TOKEN>"
                }
            }
        }
    }
}

McpServers

{
    "polarsteps": {
        "command": "uvx",
        "args": [
            "--from",
            "git+https://github.com/remuzel/polarsteps-mcp",
            "polarsteps-mcp"
        ],
        "env": {
            "POLARSTEPS_REMEMBER_TOKEN": "<YOUR_TOKEN>"
        }
    }
}

Enable your agents to access and interact with travel data, trip information, and user profiles from Polarsteps. Fetch real-time travel insights seamlessly through the Polarsteps API integration. Enhance your applications with up-to-date travel context and personalized trip details.

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.