You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This MCP server uses the polarsteps-api package to access Polarsteps data through undocumented APIs. Important: Please read the associated legal disclaimer and terms of use before using this tool. By using this MCP server, you agree to the terms outlined in the API package and acknowledge the associated risks.
Polarsteps MCP Server
A Model Context Protocol (MCP) server that enables Claude and other AI assistants to access Polarsteps travel data. Query user profiles, trip details, travel statistics, and search through travel histories with natural language.
Features
User Profiles: Get profile info, social stats, and travel metrics
Trip Data: Access detailed trip information, timelines, and locations
Smart Search: Find trips by destination, theme, or keywords with fuzzy matching
Travel Analytics: Retrieve comprehensive travel statistics and achievements
Quick Start
Until I add it to PyPI, the quickest way to get started is using Smithery:
npx -y @smithery/cli install @remuzel/polarsteps-mcp --client claude
Then configure your Polarsteps token.
Configuration
You'll need your Polarsteps remember_token to authenticate API requests.
# Clone the repository
git clone https://github.com/remuzel/polarsteps-mcp
cd polarsteps-mcp
# Setup development environment
just setup
# or without just:
uv sync --dev && uv pip install -e .
Development
Running Tests
just test
Local MCP Testing
just test-mcp
Code Formatting
just lint
About
An unofficial Polarsteps MCP Server enabling models to interact with the Polarsteps API