
osm mcp puca
An MCP server for use with LLM chatbots providing tools related to OpenStreetMap
Repository Info
About This Server
An MCP server for use with LLM chatbots providing tools related to OpenStreetMap
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
# osm-mcp-puca
An MCP server for use with LLM chatbots providing tools related to OpenStreetMap
## Usage
This MCP server can be integrated with your client that supports MCP.

### Docker
The `docker-compose.yaml` file included will run both the púca UI and MCP server so that you can enter queries into the UI.
To do so you will need to add your own OpenAI API Key in the `.env` file then start the containers with:
```
docker compose up -d
```
Check the logs for any issues and visit the web interface at `http://your.ip.address:3301`
### Pydantic AI
See the example file `client.py` for how to use this MCP server with Python's pydantic_ai
### Claude
Anthropic's Claude supports adding MCP servers if you edit the file:
```
vi ~/Library/Application\ Support/Claude/claude_desktop_config.json
```
adding the following but amending the URL:
```
{
"mcpServers": {
"puca": {
"command": "npx",
"args": [
"mcp-remote",
"http://192.168.1.40:3300/sse"
]
}
}
}
```
## Tools
Below is a list of the tools made available via the MCP server:
- get_coordinates_for_address
- get_address_by_coordinates
- get_defibrillators
- get_distance_between_addresses
- get_distance_between_coords
- get_parking
- get_toilets
- get_post_offices
- get_cafes
- get_fast_food_places
- get_irish_street_names
- get_vacant_buildings
- get_overpass_results
## Acknowledgements
This MCP server makes use of the freely available APIs from OSRM, Overpass and Nominatum.
The data in OpenStreetMap is contributed by dedicated volunteers.
Quick Start
Clone the repository
git clone https://github.com/jonnymccullagh/osm-mcp-pucaInstall dependencies
cd osm-mcp-puca
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.