Labsco
MCP SERVER

Geomanic

by monswyk

Read and write GPS waypoints in a Geomanic account, and get distance and speed statistics back.

Geospatial & Mapping Data
Summary
Track statistics without exporting anything.

get_statistics is the reason to connect this rather than open the web app: distance, speed, altitude and a country breakdown come back aggregated, so questions about a trip are answered in one call instead of a download and a spreadsheet.

What it is

The MCP bridge and client configuration for Geomanic, a GPS tracking platform. Seven tools cover creating, editing and listing waypoints, plus aggregated statistics over them.

What you get
  • create_waypoint, update_waypoint and delete_waypoint by ID
  • get_waypoint — one waypoint by ID
  • list_waypoints — with a time range, pagination and sorting
  • get_statistics — distance, speed, altitude and a country breakdown
  • get_date_range — the earliest and latest waypoint dates on the account
  • A skill file for Claude Desktop and OpenClaw, a Node bridge for Cursor, and a direct remote URL for clients that support one
Requirements

A Geomanic MCP API key, generated on the Geomanic data page. Clients that support remote MCP servers point at https://geomanic.com/api/v1/mcp with the key as a bearer token; the bridge is a plain Node script needing Node 18+ and no dependencies.

Setup effort

Build from source — clone the repository and build it, then deploy it and point your client at the endpoint