census_homeownership
ActiveTool of Census
declared in 0.1.0
Check quarterly homeownership rates by geography. Returns percentage of owner-occupied housing units from the Housing Vacancy Survey.
Parameters schema
{
"type": "object",
"examples": [
{
"time": "2024-Q1",
"_apiKey": "your-census-api-key"
},
{
"time": "from+2020-Q1+to+2024-Q1",
"_apiKey": "your-census-api-key"
}
],
"required": [
"time",
"_apiKey"
],
"properties": {
"time": {
"type": "string",
"description": "Time period in YYYY-QN format (e.g., \"2024-Q1\" for Q1 2024). Use \"from+2020-Q1+to+2024-Q1\" for a range."
},
"_apiKey": {
"type": "string",
"description": "Census API key"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Census
https://github.com/pipeworx-io/mcp-census
1/7 registries