Global reach. India depth.
Build across 238 countries, backed by decades of mapping craft and deep local context in India.
The geospatial operating system for builders
Maps, places, routes, navigation, live assets, field work, spatial analytics, and AI—one trusted platform from prototype to planet-scale operations.
import { createMapplsClientFromEnvironment } from "@mappls/server-sdk";
// Current core REST: set a restricted MAPPLS_STATIC_KEY.
// Legacy OAuth and InTouch are explicit alternate credential profiles.
const mappls = createMapplsClientFromEnvironment();
const places = await mappls.autosuggest({
query: "Mappls office",
region: "IND",
location: "28.6129,77.2295"
});
const destination = places.data.suggestedLocations[0].mapplsPin;
const route = await mappls.route({
locations: ["MMI000", destination],
profile: "driving",
alternatives: true
});
console.log(route.data, route._provenance);route.calculated200 OK126 msA clear path from a single map to systems that coordinate assets, people, data, and decisions over time.
Fast, expressive vector and raster maps across web, mobile, hybrid, and embedded apps.
Autosuggest, geocoding, nearby discovery, place details, and Mappls Pin addressing.
Routes, matrices, optimization, map matching, predictive ETAs, and turn-by-turn navigation.
Live tracking, trips, devices, vehicles, events, geofences, and fleet intelligence.
Workforce automation for people, clients, tasks, attendance, proof, and live operations.
Spatial data, analysis, maps, dashboards, and embeddable location intelligence.
Embeddable Mappls experiences for places, directions, 3D views, RealView, and app hand-off.
Offline maps, search, routing, guidance, compilers, and embedded navigation runtimes.
AI/ML APIs, vision, location-aware agents, ranking, and natural-language spatial workflows.
On-demand location capture, camera evidence, map feedback, and update workflows.
A complete location and geospatial foundation for software that must understand and act in the real world.
Build across 238 countries, backed by decades of mapping craft and deep local context in India.
Move from maps and search to navigation, tracking, workforce, GIS, offline, and AI without stitching together disconnected vendors.
Use governed data, scoped credentials, private deployment patterns, offline runtimes, and auditable stateful journeys.
Start with a widget or REST call, then grow into native SDKs, event-driven operations, and enterprise geospatial systems.
Get a route in one request—or operate a vehicle, worker, GIS analysis, or offline navigation runtime through its full lifecycle. The documentation teaches both.
Understand state modelsValidate addresses, allocate stops, guide drivers, stream progress, and prove completion.
See the architecture 02MobilityFind entrances, match riders and drivers, route continuously, and resolve pickup ambiguity.
See the architecture 03UtilitiesTurn outages or service requests into skill-aware, route-efficient field jobs.
See the architecture 04EnergyCorrelate network alarms, weather exposure, switching plans, field crews, and restoration evidence.
See the architecture 05RetailCombine catchments, demographics, competition, access, and existing performance.
See the architecture 06Financial servicesStandardize applications, verify presence, enrich geography, and route cases for review.
See the architectureOpinionated tutorials explain not just the happy-path API call, but permissions, state, recovery, security, observability, and real deployment trade-offs.
Connect search, routing, maps, tracking, and spatial analysis through a typed MCP server with scoped credentials, human approvals, and source-aware responses.
you Find three EV charging stations near Connaught Place and compare detours on my route to Gurugram.
agent I’ll use Mappls Search for verified places, then calculate route-aware detours.
mappls_search_nearby✓ 12 placesmappls_route_matrix✓ 3 detoursagent The lowest detour is Station A, adding approximately 6 minutes. All results are grounded in Mappls place IDs.
Request organization access, create a project, make your first request, and grow into the complete Mappls platform.