5 months ago
An unofficial Polarsteps MCP Server enabling models to interact with the Polarsteps API.
Overview
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.
Server Config
{
"mcpServers": {
"polarsteps": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/remuzel/polarsteps-mcp",
"polarsteps-mcp"
],
"env": {
"POLARSTEPS_REMEMBER_TOKEN": "<YOUR_TOKEN>"
}
}
}
}