Skip to main content
Glama

mcp-opentripmap

MCP server for points of interest discovery via the OpenTripMap API. Find tourist attractions, landmarks, and places of interest near any location worldwide.

Status: Work in Progress — Server scaffolding is in place. Tools are not yet implemented.


Prerequisites


Related MCP server: mcp-overpass

Planned Tools

  • otm_search_places — Search for places of interest near a location by name or category

  • otm_get_place_details — Get detailed information about a specific place (description, Wikipedia excerpt, photos)

  • otm_list_categories — List available place categories (museums, natural, architecture, etc.)


Data Source

OpenTripMap aggregates POI data from OpenStreetMap, Wikipedia, and Wikidata. Covers 3M+ places worldwide. Free tier: 1,000 requests/day.


Install

git clone git@github.com:McCullonas/mcp-opentripmap.git
cd mcp-opentripmap
bun install

MCP Client Configuration (once implemented)

{
  "mcpServers": {
    "opentripmap": {
      "command": "bun",
      "args": ["run", "/path/to/mcp-opentripmap/src/index.ts"],
      "env": {
        "OPENTRIPMAP_API_KEY": "your-key-here"
      }
    }
  }
}

Licence

MIT

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides forward/reverse geocoding, bounding box extraction, nearby places discovery, batch geocoding, route waypoints, and administrative boundary lookup using OpenStreetMap data.
    10
    Apache 2.0
  • F
    license
    B
    quality
    B
    maintenance
    Provides read-only query tools over OpenStreetMap data in PostGIS, enabling natural language queries for features, categories, and spatial analysis.
    7
    -