You're viewing a demo portfolio

Join the waitlist
PRSM

census_housing_starts

Active

Tool of Census

declared in 0.1.0

Get residential construction pipeline by geography: new starts, units under construction, and completed units. Returns housing supply and activity trends.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "time": "2024-01",
      "_apiKey": "your-census-api-key",
      "variables": "STARTS"
    },
    {
      "time": "2024-01",
      "region": "W",
      "_apiKey": "your-census-api-key",
      "variables": "STARTS,UNDER_CONSTRUCTION,COMPLETIONS"
    }
  ],
  "required": [
    "variables",
    "time",
    "_apiKey"
  ],
  "properties": {
    "time": {
      "type": "string",
      "description": "Time period (e.g., \"2024-01\" for January 2024)."
    },
    "region": {
      "type": "string",
      "description": "Census region filter (e.g., \"NE\" for Northeast, \"MW\" for Midwest, \"S\" for South, \"W\" for West). Optional."
    },
    "_apiKey": {
      "type": "string",
      "description": "Census API key"
    },
    "variables": {
      "type": "string",
      "description": "Comma-separated variables (e.g., \"STARTS\" for housing starts, \"UNDER_CONSTRUCTION\", \"COMPLETIONS\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Census

https://github.com/pipeworx-io/mcp-census

1/7 registries
View full server →