You're viewing a demo portfolio

Join the waitlist
PRSM

map_matching

Active

Tool of Mapbox MCP Server

declared in 0.1.0

"Snap GPS trace to roads" / "clean up noisy GPS coordinates" / "match track to road network" — takes a sequence of GPS points and returns the most likely path along the road network. Use for vehicle telematics, fitness-tracker cleanup, or "what road did this driver actually take" questions.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "coordinates": [
        [
          -122.4194,
          37.7749
        ],
        [
          -122.4189,
          37.7751
        ],
        [
          -122.4183,
          37.7754
        ]
      ]
    },
    {
      "steps": true,
      "profile": "driving",
      "overview": "full",
      "coordinates": [
        [
          -74.006,
          40.7128
        ],
        [
          -74.0055,
          40.7135
        ],
        [
          -74.005,
          40.7142
        ]
      ]
    }
  ],
  "required": [
    "coordinates"
  ],
  "properties": {
    "tidy": {
      "type": "boolean"
    },
    "steps": {
      "type": "boolean"
    },
    "profile": {
      "type": "string"
    },
    "overview": {
      "type": "string"
    },
    "radiuses": {
      "type": "string"
    },
    "geometries": {
      "type": "string"
    },
    "timestamps": {
      "type": "string"
    },
    "annotations": {
      "type": "string"
    },
    "coordinates": {
      "type": "array",
      "items": {
        "type": "array",
        "items": {
          "type": "number"
        }
      }
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Mapbox MCP Server

https://github.com/pipeworx-io/mcp-mapbox

2/7 registries
View full server →
map_matching — Mapbox MCP Server — PRSM MCP