InfraNode.dev
MCP InfraNode is also available as an MCP server for AI assistants like Claude and ChatGPT.

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

Post offices per city (OSM, Tier B)

Post offices (OSM amenity=post_office) with optional opening_hours/operator. Tier B (ODbL). Disabled -> 200 source_status="disabled".

Parameters

Name In Required Type Description
slug path yes string

Code samples

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

Try it