M
MapMap
20 endpointsliveMaps built for agents: routing incl. truck/ADR, geocoding, matrices, isochrones — 34 tools. (MCP server ai.mapmap/mapmap, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for MapMap.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| cheapest charging along route /cheapest_charging_along_route | Find the best EV charge points along a route, with the REAL extra travel time of stopping at each one — never a straight-line guess. Provide `origin` + `destina | $0.0020 per call | degraded · 902ms |
| cheapest fuel along route /cheapest_fuel_along_route | Find the cheapest fuel along a route, with the REAL extra travel time of stopping at each station — never a straight-line guess. Provide `origin` + `destination | $0.0020 per call | unknown |
| check adr tunnel /check_adr_tunnel | Check whether a vehicle may pass through a tunnel of a given ADR category ("A"–"E"). Provide `hazmat` and, when known, the load's ADR 8.6.4 tunnel restriction c | $0.0020 per call | unknown |
| check clearance on route /check_clearance_on_route | Measure a vehicle's overhead clearance along a route against surveyed point cloud geometry, wherever survey coverage exists. Routes with truck costing (so the s | $0.0020 per call | unknown |
| check style contrast /check_style_contrast | Audit a map style's colour contrast against WCAG 2.1 (4.5:1 for label text, 3:1 for graphics like the route line), across both the light and dark palette varian | $0.0020 per call | unknown |
| create style /create_style | Create a hosted map style. Provide a name and optionally a theme document ({base: "light"|"dark", palette: {slot: colour}, layers: {layer_id: overrides}}); omit | $0.0020 per call | unknown |
| elevation /elevation | Sample terrain elevation. Provide `points` (a bare list of coordinates) for point elevation, or `encoded_polyline` (optionally with `resample_distance_m`) for a | $0.0020 per call | unknown |
| geo area /geo_area | Area in square metres enclosed by a ring of 3+ coordinates, computed geodesically. Always positive: the answer does not depend on whether the ring is wound cloc | $0.0020 per call | unknown |
| geo bbox /geo_bbox | The axis-aligned bounding box enclosing 1+ coordinates, as {min_lat, min_lon, max_lat, max_lon}. Useful for fitting a map view to a set of stops. Local computat | $0.0020 per call | unknown |
| geo bearing /geo_bearing | Initial bearing from one coordinate to another, in degrees clockwise from true north (0-360). This is the bearing at the START of the geodesic; over long distan | $0.0020 per call | unknown |
| geo centroid /geo_centroid | The centroid (geometric mean position) of 1+ coordinates, e.g. to pick a depot location or centre a map. Local computation: no network call, no quota. | $0.0020 per call | unknown |
| geo destination /geo_destination | The coordinate reached by travelling `distance_m` metres from `from` on `bearing_deg` (degrees clockwise from true north). The inverse of `geo_distance` + `geo_ | $0.0020 per call | unknown |
| geo distance /geo_distance | Distance in metres between two coordinates. Computed geodesically on the WGS84 ellipsoid, so it is the straight-line (as-the-crow-flies) distance, NOT a driving | $0.0020 per call | unknown |
| geo length /geo_length | Total length in metres of a polyline through 2+ coordinates, summed geodesically. This measures the line you supply, NOT a driven route — use `route` for that. | $0.0020 per call | unknown |
| geo nearest point on line /geo_nearest_point_on_line | The closest position on a polyline to a given coordinate, plus the geodesic distance to it in metres. The answer may lie between vertices, not only on them. Use | $0.0020 per call | unknown |
| geo point in polygon /geo_point_in_polygon | Whether a coordinate lies inside a polygon: delivery zones, catchments, congestion or clean-air zones, site boundaries. Provide `point` {lat, lon} and `polygon` | $0.0020 per call | unknown |
| geo simplify /geo_simplify | Reduce the number of coordinates in a polyline while keeping its shape (Douglas-Peucker). `tolerance_deg` is in DEGREES, not metres: about 0.0001 drops detail f | $0.0020 per call | unknown |
| geocode /geocode | Turn a place (address, POI, town) into coordinates. Ask two ways, and they combine: `query` is free text — one run-together string, the way a person types into | $0.0020 per call | unknown |
| get style /get_style | Fetch a hosted style's latest theme document (the editable source) and the URL of its latest compiled MapLibre style. Use the theme to inspect current palette a | $0.0020 per call | unknown |
| get usage /get_usage | Check what your own API key has spent, so you can decide mid-task whether to keep going. Reading it is free: it costs no quota. Optional `from` and `to` (YYYY-M | $0.0020 per call | unknown |