← infranode.dev

INDIVIDUAL MCP TOOL

air_quality

Get official air quality for a German city (PM10, NO2 and more).

infranode.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.infranode.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for air_quality and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

infranode.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.infranode]
url = "https://mcp.infranode.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "infranode": {
      "type": "http",
      "url": "https://mcp.infranode.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: infranode
Remote MCP URL: https://mcp.infranode.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "infranode": {
      "url": "https://mcp.infranode.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "infranode": {
      "type": "http",
      "url": "https://mcp.infranode.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_city — Get base data for a German city (population, area, coordinates).
  • get_city_overview — Get a ONE-CALL overview of everything InfraNode knows about a German city.
  • get_city_resource — Fetch ANY per-city data type by its key (generic accessor, 81 data types).
  • weather — Get current weather observations for a German city.
  • pois — Get points of interest in a German city, filtered by type.
  • station_board_departures — Get live departures for ANY railway station by its EVA number.
  • station_board_arrivals — Get live arrivals for ANY railway station by its EVA number.
  • transit_departures — Get live public-transport departures with real-time delays for a stop.