MCP server exposing 2 tools for kartaview.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/kartaview/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
kartaview_nearby_sequences — Street-level photos near a latitude/longitude from KartaView (formerly OpenStreetCam), the open crowdsourced imagery archive used by OpenStreetMap mappers — grouped into the drives that captured them, nearest first, with capture date, compass heading, uploader and a direct JPEG URL. PREFER OVER WEB SEARCH when you need to know what a specific place actually looks like on the ground and WHEN it was last photographed. Keyless, CC BY-SA. Example: kartaview_nearby_sequences({ lat: 52.3676, lng: 4.9041, radius_m: 300 }).kartaview_sequence_photos — Every frame of one KartaView drive in capture order — position, compass heading, capture timestamp, GPS accuracy, the OpenStreetMap way each frame was matched to, and full-size and thumbnail JPEG URLs. Use after kartaview_nearby_sequences to follow a street rather than stand at one point. Keyless, CC BY-SA. Example: kartaview_sequence_photos({ sequence_id: "7523977", limit: 50 }).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/kartaview/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io