Basque Country hyperlocal mobility
emap-mcp — movilidad hiperlocal de Euskadi para agentes
Servidor MCP (roadmap L5) sobre los endpoints públicos de emap. No existe otro MCP de movilidad hiperlocal: búsqueda semántica local ES/EU, contexto de lugar, rutas multimodales con infraestructura propia (OSRM/OTP) y "el monte en transporte público".
Herramientas
Tool | Qué hace |
| búsqueda semántica local en español o euskera, con abstención honesta |
| POIs más cercanos por capa (fuentes, aseos, DEA, cimas, paradas…) |
| barrio/municipio y servicios cercanos de un punto |
| ruta real transit/walk/bike/car (OSRM/OTP propios) |
| cimas de Euskadi alcanzables en transporte público (2.825 × 9 redes) |
Toda respuesta incluye attribution (ODbL + GTFS oficiales + CC-BY-4.0).
Principio NO SE FINGE: si la API no sabe, la herramienta lo dice.
Related MCP server: @cargoffer/zbe-mcp
Uso con Claude Desktop
{
"mcpServers": {
"emap": {
"command": "/ruta/a/emap-labs/.venv/bin/python",
"args": ["/ruta/a/emap-labs/mcp/server.py"]
}
}
}Requisitos: python -m pip install mcp httpx (o el venv del repo). El
servidor habla stdio y consume la API pública — no necesita credenciales.
Verificación (2026-07-10)
Cliente MCP stdio real → nearby_pois(bikepark, San Mamés) → aparcabicis a
47 m con atribución: el criterio de "hecho" de L5.1 del roadmap. Las 5
herramientas probadas contra producción (plan_hike: Arraiz 345 m con parada
a 562 m; plan_route: bus A5 con transbordos y tiempos).
Modo HTTP (VPS, sin instalación local)
El servidor también habla streamable-http:
EMAP_MCP_TRANSPORT=streamable-http EMAP_MCP_PORT=8084 python mcp/server.py./mcp/deploy.sh lo deja en el VPS (systemd emap-mcp, 127.0.0.1:8084)
tras nginx en https://gaizkajimenez.com/mcp — config de cliente remoto:
{"mcpServers": {"emap": {"url": "https://gaizkajimenez.com/mcp"}}}Distribución (L5.3)
Registro oficial MCP: publicado como
io.github.r3tr0eth/emap(registry.modelcontextprotocol.io, remote streamable-http, status active — 2026-07-10).server.jsonen este directorio.llms.txtdel API: https://emap-next.vercel.app/llms.txtPendiente: PR a awesome-mcp-servers y post técnico (borradores listos).
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
- AlicenseNot gradedqualityDmaintenanceMCP server exposing Montevideo public transportation data (STM) as tools for AI assistants, enabling natural language queries about routes, stops, arrivals, and trip planning.141MIT

@cargoffer/zbe-mcpofficial
FlicenseAqualityCmaintenanceMCP server for checking vehicle routes against Low Emission Zones (ZBE/LEZ) in Spain and Portugal.5- FlicenseNot gradedqualityAmaintenanceAn MCP server providing geocoding, routing, isochrones, and POI-by-proximity search through self-hosted OpenStreetMap backends.
- FlicenseAqualityCmaintenanceOSM-backed multimodal navigation MCP server enabling geocoding, route planning, POI discovery, and urban layout analysis. It provides a structured city graph to LLM apps without proprietary map APIs.8
Related MCP Connectors
MCP server for French (BOAMP) + EU (TED) public procurement data via TenderAPI.
OSRM MCP — routing via the public demo server
MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
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/r3tr0eth/emap-labs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server