{"protocolVersion":"0.3.0","name":"maps.guru","description":"Geospatial agent for maps.guru: geocode addresses, reverse-geocode coordinates, render static map images, and create or modify MapLibre map styles from natural language.","version":"0.4.1","url":"https://mcp.maps.guru/mcp","preferredTransport":"JSONRPC","supportedInterfaces":[{"url":"https://mcp.maps.guru/mcp","transport":"JSONRPC"}],"provider":{"organization":"Invarya Technologies Private Limited","url":"https://maps.guru"},"capabilities":{"streaming":true,"pushNotifications":false,"stateTransitionHistory":false,"extensions":["https://modelcontextprotocol.io/"]},"defaultInputModes":["text/plain","application/json"],"defaultOutputModes":["application/json","text/plain","image/png"],"securitySchemes":{"oauth2":{"type":"oauth2","description":"OAuth 2.1 authorization code with PKCE. Dynamic client registration is open to agents.","flows":{"authorizationCode":{"authorizationUrl":"https://maps.guru/api/v1/auth/oauth2/authorize","tokenUrl":"https://maps.guru/api/v1/auth/oauth2/token","scopes":{"openid":"Identify the authenticated account","profile":"Read basic profile information"}}}},"apiKey":{"type":"apiKey","in":"header","name":"X-API-Key","description":"A maps.guru API key (mapx_ prefix)."}},"security":[{"oauth2":["openid","profile"]},{"apiKey":[]}],"documentationUrl":"https://docs.maps.guru","skills":[{"id":"geocode","name":"Geocode an address","description":"Convert a place name or postal address into latitude/longitude coordinates, with India-first address coverage.","tags":["geocoding","search","india"],"examples":["Geocode \"Costa Blanca, Baner, Pune\"","What are the coordinates of Connaught Place, Delhi?"]},{"id":"reverse_geocode","name":"Reverse-geocode coordinates","description":"Convert latitude/longitude coordinates into the nearest human-readable address.","tags":["geocoding","reverse"],"examples":["What address is at 18.5590, 73.7868?"]},{"id":"get_static_map","name":"Render a static map image","description":"Render a PNG map image for a given centre, zoom, size, and style, usable directly in a chat reply or document.","tags":["maps","image","rendering"],"examples":["Render a 800x600 map of Pune at zoom 12","Show me a satellite-style static map of Bengaluru"]},{"id":"list_styles","name":"List available map styles","description":"List the built-in and account-owned MapLibre style JSON documents available for rendering and embedding.","tags":["styles","maplibre"],"examples":["What map styles can I use?"]},{"id":"create_style","name":"Create a map style from a description","description":"Generate a MapLibre-compatible style JSON from a natural-language brief, such as \"a dark navy basemap with saffron highways\".","tags":["styles","ai","maplibre"],"examples":["Create a muted terrain style with orange roads","Make me a dark mode basemap for a logistics dashboard"]}]}