You're viewing a demo portfolio

Join the waitlist
PRSM

housing_affordability_check

Active

Tool of Housing Intel

declared in 0.1.0

Check housing affordability in a market. Returns mortgage rate, median price, monthly payment, required income, and HUD limits. Optionally specify metro (e.g., "Denver").

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_fredKey": "your-housing-intel-api-key",
      "state_code": "CO"
    },
    {
      "_hudKey": "your-housing-intel-api-key",
      "_fredKey": "your-housing-intel-api-key",
      "zip_code": "80212",
      "metro_name": "Denver",
      "state_code": "CO"
    }
  ],
  "required": [
    "_fredKey",
    "state_code"
  ],
  "properties": {
    "_hudKey": {
      "type": "string",
      "description": "HUD API token (optional — needed for income limits)"
    },
    "_fredKey": {
      "type": "string",
      "description": "FRED API key"
    },
    "zip_code": {
      "type": "string",
      "description": "ZIP code for more specific HUD data (optional)"
    },
    "metro_name": {
      "type": "string",
      "description": "Metro name for metro-level FHFA HPI (e.g., \"Denver\", \"Savannah\"). Optional."
    },
    "state_code": {
      "type": "string",
      "description": "Two-letter state code for HUD income limits (e.g., \"CO\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Housing Intel

https://github.com/pipeworx-io/mcp-housing-intel

1/7 registries
View full server →
housing_affordability_check — Housing Intel — PRSM MCP