Skip to main content

Ola Maps MCP Server

Features

  • get_geocode

    • Provides probable geographic coordinates and detailed location information, including a formatted address, for the given address as input.
  • reverse_geocode

    • Converts geographic coordinates back into readable addresses or place names.
  • get_elevation

    • Retrieves elevation data for a single location.
  • get_placeDetails

    • Provides Place Details of a particular Place/POI whose Ola place_id necessarily needs to be given as an input.
  • nearbysearch

    • Provides nearby places of a particular category/type based on the given location.
  • textsearch

    • Provides a list of places based on textual search without the need for actual location coordinates.
  • get_directions

    • Provides a routable path between two places.
  • distancematrix

    • Calculates travel distance between multiple origins and destinations.
  • get_route_optimizer

    • Optimizes the route between multiple locations based on minimum ETA.
  • search_along_the_route

    • Searches for POIs (e.g., hospital, school) along a specified route.
  • get_photo

    • Fetches the photo URL and metadata for a given photo reference ID from Ola's Places Photo API.
  • show_map_html_for_route

    • Returns HTML code to display an interactive map with a route polyline.
  • show_markers_map_html

    • Returns HTML code to display an interactive map with markers and popups for POIs.
  • avoid_highways_or_tolls_routes

    • Returns routes avoiding highways or tolls based on user preferences.
  • get_future_departure_route

    • Returns the route and ETA for a future departure time, considering traffic conditions.
  • get_shortest_route

    • Returns the shortest route by distance between two points, automatically considering multiple alternatives.

Configuring mcp-ola-maps Server

Steps to Configure:

  1. Open the Claude Desktop Configuration File

    • On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • On Windows: %APPDATA%/Claude/claude_desktop_config.json
  2. Add the Following Configuration:

{
  "mcpServers": {
    "mcp-ola-maps": {
      "command": "uvx",
      "args": ["ola-maps-mcp-server"],
      "env": {
        "OLA_MAPS_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}
  1. Locate the command entry for uvx and replace it with the absolute path to the uvx executable. This ensures that the correct version of uvx is used when starting the server. On macOS, you can find this path using: which uvx.

  2. Restart Claude Desktop to apply the changes.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ola_maps_mcp_server-0.2.5.tar.gz (72.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ola_maps_mcp_server-0.2.5-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

Details for the file ola_maps_mcp_server-0.2.5.tar.gz.

File metadata

  • Download URL: ola_maps_mcp_server-0.2.5.tar.gz
  • Upload date:
  • Size: 72.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.8

File hashes

Hashes for ola_maps_mcp_server-0.2.5.tar.gz
Algorithm Hash digest
SHA256 e520e6d1c0b0a655e61274e66dc1a8bec506d94900b884057654e851374b3751
MD5 53527c235d42f8529788ef28e75d0661
BLAKE2b-256 a8841df1d2fff779967cc5ccdb6e951bf96595393f92045edac9ec5f7ac33ba3

See more details on using hashes here.

File details

Details for the file ola_maps_mcp_server-0.2.5-py3-none-any.whl.

File metadata

File hashes

Hashes for ola_maps_mcp_server-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 87042bcf9e985c218e4b82f66ec730c48bd8a85bbca4dd07c1b8403af353837a
MD5 2241a760f6493b421efd8504ae8570df
BLAKE2b-256 b9d4a045feefd8e00fab9c080634a92f5da5e6c0680741f4efb020ca4f1e832e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.5 This release

2 files

0.2.4

2 files

0.2.3

2 files

0.2.1

1 file

0.2.0

2 files

0.1.9

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page