MCP server for Ola Maps
Project description
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:
-
Open the Claude Desktop Configuration File
- On macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - On Windows:
%APPDATA%/Claude/claude_desktop_config.json
- On macOS:
-
Add the Following Configuration:
{
"mcpServers": {
"mcp-ola-maps": {
"command": "uvx",
"args": ["ola-maps-mcp-server"],
"env": {
"OLA_MAPS_API_KEY": "YOUR_API_KEY"
}
}
}
}
-
Locate the command entry for
uvxand replace it with the absolute path to theuvxexecutable. This ensures that the correct version ofuvxis used when starting the server. On macOS, you can find this path using:which uvx. -
Restart Claude Desktop to apply the changes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ola_maps_mcp_server-0.2.4.tar.gz.
File metadata
- Download URL: ola_maps_mcp_server-0.2.4.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80d17b22e14916638ed7be3dfea3eec66a6475fdbf2d53a27c704fe0925219bb
|
|
| MD5 |
be2209095f57bc7cb9b38a90ff2b7a26
|
|
| BLAKE2b-256 |
fccf90c31a62d07fd231085d086678f85a33ed0c0fb039b0ee313452c476681d
|
File details
Details for the file ola_maps_mcp_server-0.2.4-py3-none-any.whl.
File metadata
- Download URL: ola_maps_mcp_server-0.2.4-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57d77ffa6f817ff14df19c68cdfa3fd96e19559045dbe73e9f0a8da55bdcf66f
|
|
| MD5 |
11b95505816cd59556665ee346d18336
|
|
| BLAKE2b-256 |
b003bfcb33df339f7d0acc5e85eafbde39f89f4315fae5af5d4d2a629c901d23
|