4 live streams

Building permits data

A permit is an event, not a reading, so these streams are read as tallies: how many were issued, of what kind, by whom and where. The cities publish them on Socrata, CKAN and ArcGIS portals; Dryos normalises the three into one shape and labels every permit with a subject and an action of its own.

What is collected

Every Building permits stream Dryos holds, grouped the way the catalogue groups them.

Streams
4 live
Fastest cadence
daily
Entities
203 across every stream
Access
Public REST API and MCP server, no key

Permits

Worth knowing first

  • The people are not stored. Contractor and applicant names, phones and addresses are never selected; the contractor company is kept, because which firms pull permits where is the point of the feed.
  • Subject and action are Dryos's own versioned labels, stored beside the city's rows rather than in them — the city's data stays exactly what the city published.
  • Most of unincorporated Texas needs no permit at all, so rural and co-op installs are invisible to every permit feed.

Read it

Public, read-only, no key and no sign-up. Every stream answers the same way.

Every stream in the catalogue

shell
curl "https://api.dryos.ai/v1/datasets"

Or point an AI agent at all of it

shell
claude mcp add --transport http dryos https://api.dryos.ai/mcp

Full parameters are on the API reference; every client's setup is on the MCP server page.

Other operators