Network Addresses Are Now Available via the API
The company address we show on network detail pages is now part of the API too. Every object returned by GET /api/v1/networks carries two new fields: address, the postal address block in local format, and addressCountry, the ISO country code. The same fields come through the search_networks tool over MCP, so AI assistants can read them as well.
> GET /api/v1/networks
{
"name": "ADCELL",
"countProgramsActive": 2380,
"address": "Firstlead GmbH\nRosenfelder Str. 15-16\n10315 Berlin",
"addressCountry": "DE"
}