← civdotiq.org
INDIVIDUAL MCP TOOL
get_housing_affordability
HUD Fair Market Rents and income limits by county FIPS code.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.civiq]
url = "https://civdotiq.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"civiq": {
"type": "http",
"url": "https://civdotiq.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: civiq
Remote MCP URL: https://civdotiq.org/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"civiq": {
"url": "https://civdotiq.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"civiq": {
"type": "http",
"url": "https://civdotiq.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "civiq",
"transport": "streamable-http",
"url": "https://civdotiq.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_representatives— Find federal legislators by full street address (most accurate) or by state.list_state_delegation— List all federal legislators for a state (both senators and all House representatives).get_representative_profile— Get detailed profile for a specific legislator including committees, social media, biography, and contact info.compare_legislators— Compare multiple legislators side-by-side.search_legislation— Search for bills in Congress.get_bill_details— Get detailed information about a specific bill including sponsor, cosponsors, committees, actions, and policy area.get_voting_history— Get a legislator's recent voting record.get_vote_record— Get details about a specific House roll call vote including all member positions.