# GrabMaps MCP Server

Provide seamless access to GrabMaps geocoding and routing services across 8 countries in Southeast Asia through a standardized MCP interface. Enable AI models and applications to perform place search…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hithereiamaliff/mcp-grabmaps

# Browse available tools
npx -y @smithery/cli@latest tool list hithereiamaliff/mcp-grabmaps

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hithereiamaliff/mcp-grabmaps searchPlaceIndexForText

# Call a tool
npx -y @smithery/cli@latest tool call hithereiamaliff/mcp-grabmaps searchPlaceIndexForText '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-grabmaps--hithereiamaliff.run.tools`

## Tools (6)

- `searchPlaceIndexForText` — Search for places using text query. GrabMaps supports 8 Southeast Asian countries: Malaysia, Singapore, Thailand, Myanm…
- `searchPlaceIndexForPosition` — Search for places by coordinates (reverse geocoding). Supports Southeast Asia only.
- `searchPlaceIndexForSuggestions` — Get place suggestions based on partial text input. Supports Southeast Asia only.
- `getPlace` — Get place details by place ID. Supports Southeast Asia only.
- `calculateRoute` — Calculate a route between two points. Supports Car, Truck, Walking, Bicycle, Motorcycle modes.
- `calculateRouteMatrix` — Calculate route matrix between multiple origins and destinations.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hithereiamaliff/mcp-grabmaps <tool-name>
```

---

Source: https://github.com/hithereiamaliff/mcp-grabmaps | License: MIT
