InfraNode
dev.infranode/infranodeKeyless open data for 84 German cities: 12 lean read-only MCP tools covering 67 data types.
Tools · 12
Get base data for a German city (population, area, coordinates). Sourced from Wikidata. Read-only. Useful as a first lookup to confirm a city exists and get its core attributes. For a broader questio…
Get a ONE-CALL overview of everything InfraNode knows about a German city. Start here for any city question. Returns: the city's base data, a CATALOG of all 81 available data types (weather, air qual…
Fetch ANY per-city data type by its key (generic accessor, 81 data types). One tool for the whole breadth of InfraNode: live data (air, traffic, transit stops, parking, charging, water-level, flood, …
Get official air quality for a German city (PM10, NO2 and more). Sourced from the Umweltbundesamt (UBA). Read-only. For live nearest-station hourly readings use ``get_city_resource(slug, resource='ai…
Get current weather observations for a German city. Sourced from the Deutscher Wetterdienst (DWD): temperature, wind, precipitation and related fields. Read-only, current conditions only (not a forec…
Get points of interest in a German city, filtered by type. Sourced from OpenStreetMap. Read-only.
Get live departures for ANY railway station by its EVA number. Covers all train categories including local/regional (S/RB/RE) and long distance, with real-time delays, cancellations and disruption me…
Get live arrivals for ANY railway station by its EVA number. Mirror of ``station_board_departures`` for arriving trains (all categories, real-time delays, disruption messages). Get the EVA from ``get…
Get live public-transport departures with real-time delays for a stop. Sourced from GTFS-RT/HVV/VGN. Unlike the static stop list (``get_city_resource(slug, resource='transit')``), this returns minute…
List all covered cities (slug, federal state, population, coverage). Takes no arguments. Call this first to discover valid city slugs before invoking any city-scoped tool. Read-only.
List all data sources with license, attribution and availability. Takes no arguments. Shows which upstream sources InfraNode bundles and whether each is currently active. Read-only.
Compare ONE resource across MULTIPLE cities in a single response. Fans the resource out over the listed cities and returns a per-city ``source_status`` (ok/disabled/no_data/error/not_found), so a mis…
Resources · 3
All covered German cities with slug, federal state, population and coverage.
infranode://cities
All InfraNode data sources with license, attribution and availability.
infranode://sources
The catalog of all per-city data types: label, matching tool and REST path. Lets an agent browse the full breadth of InfraNode (every data type and the tool that fetches it) without a tool call. For …
infranode://catalog
Prompts · 4
Get a complete picture of a German city and what InfraNode offers for it.
A concise live briefing (weather, air, transit) for a German city.
Compare current air quality across several German cities.
Check the live commute/transit situation for a German city.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"infranode": {
"url": "https://mcp.infranode.dev/mcp",
"transport": "streamable-http"
}
}
}