Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

InfraNode

dev.infranode/infranode

Keyless open data for 84 German cities: 12 lean read-only MCP tools covering 67 data types.

Uptime
100.0%
1 direct probes · 30d
Response
370ms
last probe
Tools
12
callable
Resources
3
readable
Prompts
4
available

Tools · 12

get_city

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_city_overview

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…

get_city_resource

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, …

air_quality

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…

weather

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…

pois

Get points of interest in a German city, filtered by type. Sourced from OpenStreetMap. Read-only.

station_board_departures

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…

station_board_arrivals

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…

transit_departures

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_cities

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.

sources

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

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

cities_resource

All covered German cities with slug, federal state, population and coverage.

infranode://cities
sources_resource

All InfraNode data sources with license, attribution and availability.

infranode://sources
catalog_resource

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

city_overview

Get a complete picture of a German city and what InfraNode offers for it.

city_briefing

A concise live briefing (weather, air, transit) for a German city.

compare_air_quality

Compare current air quality across several German cities.

commute_check

Check the live commute/transit situation for a German city.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "infranode": {
      "url": "https://mcp.infranode.dev/mcp",
      "transport": "streamable-http"
    }
  }
}