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: Spanish Public Data 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
- AlicenseBqualityDmaintenanceA comprehensive MCP server providing 30 tools for geocoding, routing, and OpenStreetMap data analysis. It enables AI assistants to search for locations, calculate travel routes, and perform quality assurance checks on map data.Last updated302MIT
- AlicenseAqualityFmaintenanceMCP server for querying Spanish government open data APIs including grants, legislation, company registry, statistics, and open data catalog. Enables LLMs to access Spanish public information on-the-fly.Last updated265MIT
- Alicense-qualityDmaintenanceMCP server exposing Montevideo public transportation data (STM) as tools for AI assistants, enabling natural language queries about routes, stops, arrivals, and trip planning.Last updated101MIT

@cargoffer/zbe-mcpofficial
FlicenseAqualityCmaintenanceMCP server for checking vehicle routes against Low Emission Zones (ZBE/LEZ) in Spain and Portugal.Last updated5
Related MCP Connectors
OSRM MCP — routing via the public demo server
MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
HERE MCP — premium geocoding, places, and TRAFFIC-AWARE routing from HERE
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