mapillary_image
Pack: mapillary · Endpoint: https://gateway.pipeworx.io/mapillary/mcp
Details for a Mapillary image. Given an image id, returns capture time, coordinates, compass heading, camera type, sequence id, and a 2048px thumbnail URL. Example: mapillary_image({ image_id: “498763468214164”, _apiKey: “MLY|…” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
image_id | string | yes | Mapillary image id (numeric string), e.g. “498763468214164” |
_apiKey | string | yes | Mapillary access token (looks like “MLY|…”) |
Example call
curl -X POST https://gateway.pipeworx.io/mapillary/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"mapillary_image","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"mapillary": {
"url": "https://gateway.pipeworx.io/mapillary/mcp"
}
}
}
See Getting Started for client-specific install steps.