InfraNode.dev
MCP InfraNode gibt es auch als MCP-Server für KI-Assistenten wie Claude und ChatGPT.

GET /api/v1/cities/{slug}/post-offices

Postfilialen je Stadt (OSM, Tier B)

Postfilialen (OSM amenity=post_office) mit optionalem opening_hours/operator. Tier B (ODbL). Deaktiviert -> 200 source_status="disabled".

Parameter

Name In Pflicht Typ Beschreibung
slug path ja string

Code-Beispiele

curl "https://infranode.dev/api/v1/cities/hamburg/post-offices"

Try it