ola-maps-mcp-server


Nameola-maps-mcp-server JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryMCP server for Ola Maps
upload_time2025-08-18 10:13:48
maintainerNone
docs_urlNone
authorOla Maps Team
requires_python>=3.10
licenseNone
keywords maps ola llm mcp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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:

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:
```json
{
  "mcpServers": {
    "mcp-ola-maps": {
      "command": "uvx",
      "args": ["ola-maps-mcp-server"],
      "env": {
        "OLA_MAPS_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}
```

3. 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`.

4. Restart Claude Desktop to apply the changes.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ola-maps-mcp-server",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Pankaj Verma <pankaj.verma1@olakrutrim.com>",
    "keywords": "Maps, Ola, llm, mcp",
    "author": "Ola Maps Team",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# Ola Maps MCP Server\n\n## Features\n\n* `get_geocode`\n    - Provides probable geographic coordinates and detailed location information, including a formatted address, for the given address as input.\n\n* `reverse_geocode`\n    - Converts geographic coordinates back into readable addresses or place names.\n\n* `get_elevation`\n    - Retrieves elevation data for a single location.\n\n* `get_placeDetails`\n    - Provides Place Details of a particular Place/POI whose Ola place_id necessarily needs to be given as an input.\n\n* `nearbysearch`\n    - Provides nearby places of a particular category/type based on the given location.\n\n* `textsearch`\n    - Provides a list of places based on textual search without the need for actual location coordinates.\n\n* `get_directions`\n    - Provides a routable path between two places.\n\n* `distancematrix`\n    - Calculates travel distance between multiple origins and destinations.\n\n## Configuring mcp-ola-maps Server\n\n### Steps to Configure:\n\n1. Open the Claude Desktop Configuration File\n    - On macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\n    - On Windows: `%APPDATA%/Claude/claude_desktop_config.json`\n\n2. Add the Following Configuration:\n```json\n{\n  \"mcpServers\": {\n    \"mcp-ola-maps\": {\n      \"command\": \"uvx\",\n      \"args\": [\"ola-maps-mcp-server\"],\n      \"env\": {\n        \"OLA_MAPS_API_KEY\": \"YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n3. 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`.\n\n4. Restart Claude Desktop to apply the changes.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "MCP server for Ola Maps",
    "version": "0.2.1",
    "project_urls": null,
    "split_keywords": [
        "maps",
        " ola",
        " llm",
        " mcp"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34a5310344d41fde7791a4de8db9f53343bdc59e63132a7e7c9adcbe8e739d10",
                "md5": "87743a3da1b313a40cb5b6025c0c5464",
                "sha256": "a880bb377479fe9389525400fe391c237d9331d1cd1ed0641066aaf879debaf6"
            },
            "downloads": -1,
            "filename": "ola_maps_mcp_server-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "87743a3da1b313a40cb5b6025c0c5464",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 12542,
            "upload_time": "2025-08-18T10:13:48",
            "upload_time_iso_8601": "2025-08-18T10:13:48.195552Z",
            "url": "https://files.pythonhosted.org/packages/34/a5/310344d41fde7791a4de8db9f53343bdc59e63132a7e7c9adcbe8e739d10/ola_maps_mcp_server-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-18 10:13:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ola-maps-mcp-server"
}
        
Elapsed time: 0.60391s