housing_mortgage_history
Pack: housing-intel · Endpoint: https://gateway.pipeworx.io/housing-intel/mcp
Freddie Mac Primary Mortgage Market Survey — weekly US mortgage rates back to 1971. Returns the latest snapshot, a time series for the requested window, and min/max/avg stats. Sourced from Freddie Mac directly (not FRED), ingested weekly by the Pipeworx data pipeline.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
window | string | no | 1m | 3m | 6m | 1y | 5y | all (default 1y) |
as_of | string | no | Optional YYYY-MM-DD — returns the rate for the closest observation on or before that date instead of the latest. |
Example call
curl -X POST https://gateway.pipeworx.io/housing-intel/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"housing_mortgage_history","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"housing-intel": {
"url": "https://gateway.pipeworx.io/housing-intel/mcp"
}
}
}
See Getting Started for client-specific install steps.