Loading MCP server directory, please wait...
OpenStreetMap queries as MCP tools, served by the Overspan hosted Overpass API.
npx @getmcp/cli add dev.overspan/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
OVERSPAN_API_KEYOverspan API key, sent as an Authorization: Bearer header. Plans at https://overspan.dev/#pricing; the key arrives by email after checkout.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.overspan/mcp": {
"command": "npx",
"args": [
"-y",
"overspan-mcp"
],
"env": {
"OVERSPAN_API_KEY": ""
}
}
}
}