Catalog
io.github.algolayertechnologies/mapsi-mcp
OfficialGeocoding, routing, isochrone, H3, elevation and 13 more geospatial tools via OpenStreetMap.
Access 16+ geospatial tools including geocoding, routing, and elevation data.
README not available yet.
Install
Configuration
Environment variables
MAPSI_API_KEYrequiredsecretYour Mapsi API key from mapsi.dev
claude_desktop_config.json
{
"mcpServers": {
"mapsi-mcp": {
"command": "npx",
"args": [
"-y",
"mapsi-mcp@1.0.0"
],
"env": {
"MAPSI_API_KEY": "<YOUR_MAPSI_API_KEY>"
}
}
}
}