MCP.so
Sign In
M

Mappls Mcp

@AmanMakesStuff

About Mappls Mcp

No overview available yet

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mappls": {
      "command": "npx",
      "args": [
        "mappls-mcp"
      ],
      "env": {
        "MAPPLS_API_KEY": "<YOUR_MAPPLS_API_KEY>"
      }
    }
  }
}

Tools

17

Convert an Indian address or place name into latitude/longitude coordinates. Works with full addresses, landmarks, cities, and pincodes.

Convert latitude/longitude coordinates into a human-readable Indian address.

Get autocomplete suggestions for an address or place as the user types. Returns a list of matching places with their eLoc codes.

Search for places in India by keyword, category, or brand name (e.g. 'Starbucks Delhi', 'petrol pump Mumbai').

Find points of interest near a location in India — hospitals, ATMs, restaurants, petrol pumps, schools, etc.

Get full details (name, address, category, contact, hours) for a place using its Mappls eLoc code. eLoc codes are returned by autosuggest, nearby_search, and text_search.

Analyze and standardize an Indian address — breaks it into structured components (house number, street, locality, district, state, pincode).

Get turn-by-turn driving/biking/walking directions between two points in India, including distance, duration, and step-by-step instructions.

Get directions with real-time traffic-aware ETA. Returns predictive travel time based on current traffic conditions.

Calculate distances and travel times between multiple points. First coordinate is the origin; all others are destinations. Returns a matrix of distances and durations.

Calculate distances and traffic-aware ETAs between multiple points using real-time traffic data.

Find points of interest along a route — useful for finding fuel stations, restaurants, or ATMs on the way from A to B. Requires the encoded polyline from get_directions.

Snap a series of GPS coordinates to the nearest road. Useful for cleaning up raw GPS traces from a device.

Get the elevation (altitude above sea level in metres) for one or more lat/lng points.

Get the straight-line (crow-fly) distance between two geographic points. Faster than routing for simple distance checks.

Generate a static map image URL centered on a location. Returns a URL to a PNG map image — useful for embedding maps in reports or sending via WhatsApp/email.

Validate an Indian 6-digit pincode and get the associated district, city, and state information.

Comments

More Other MCP servers