mcp-opentripmap
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-opentripmapFind points of interest near the Eiffel Tower"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Bun runtime (
curl -fsSL https://bun.sh/install | bash)An OpenTripMap API key — free tier available
Related MCP server: ticketmaster-mcp
Planned Tools
otm_search_places— Search for places of interest near a location by name or categoryotm_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 installMCP 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to search, validate, and edit OpenStreetMap data through natural language commands and built-in safety protections. It supports discovery of nearby amenities, geographic data exploration, and secure map editing via OAuth authentication.Last updated4MIT
- Alicense-qualityDmaintenanceProvides tools for discovering events, venues, and attractions through the Ticketmaster Discovery API.Last updatedMIT
- Alicense-qualityCmaintenanceEnables programmatic queries against the OpenStreetMap database using the Overpass API.Last updated20MIT
- AlicenseAqualityDmaintenanceProvides forward/reverse geocoding, bounding box extraction, nearby places discovery, batch geocoding, route waypoints, and administrative boundary lookup using OpenStreetMap data.Last updated10Apache 2.0
Related MCP Connectors
Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.
Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.
Find EV charging stations, detail, and reliability check-ins via the global Open Charge Map.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/McCullonas/mcp-opentripmap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server