10 months ago
An unofficial Polarsteps MCP Server enabling models to interact with the Polarsteps API.
Tools
get_user_profile
get_user_social
get_user_stats
get_trip
get_trip_log
get_trips
search_trips
Server Config
{
"mcpServers": {
"polarsteps": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/remuzel/polarsteps-mcp",
"polarsteps-mcp"
],
"env": {
"POLARSTEPS_REMEMBER_TOKEN": "<YOUR_TOKEN>"
}
}
}
}