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.
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.1.8.tar.gz.
File metadata
- Download URL: ola_maps_mcp_server-0.1.8.tar.gz
- Upload date:
- Size: 76.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fbcdc8e501574af9141c9a18d818964b5b3b94e4d0027644560879a90f67f9a
|
|
| MD5 |
106e81195028274753b5e0f7a0f7db73
|
|
| BLAKE2b-256 |
1ecde8d5b7302607befc48017a8e78d1f6e2ee3b44bde6282c9fe1063838dcce
|
File details
Details for the file ola_maps_mcp_server-0.1.8-py3-none-any.whl.
File metadata
- Download URL: ola_maps_mcp_server-0.1.8-py3-none-any.whl
- Upload date:
- Size: 8.3 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 |
bb608788c777ad0b7ba8011428d090eb8ea0e9a278d987e766f3b9df246ac9cc
|
|
| MD5 |
54b876bd530e771b10f3af2cff515ec4
|
|
| BLAKE2b-256 |
ca2a5e4849eb7bf264e71aefd33eb4e4cd6a81281af65fff78310239f9f45174
|