Data Collection
houseloop.ai
Search active and coming-soon homes for sale, retrieve property facts, market statistics, and home value estimates in the Kansas City metro area.
ENDPOINT 1
https://houseloop.ai/api/mcp
MCP server metadata
- Name
- houseloop
- Version
- 1.0.0
Read-only tools over HouseLoop's live Heartland MLS data for the Kansas City metro (Kansas + Missouri). Use search_homes to find listings, home_facts for one home's details and FAQ, market_stats for a city/zip/county's sell-through numbers, and home_value for HouseLoop's own value estimate on an address. Every result names its source and a houseloop.ai URL — cite that URL, never a raw number with no link.
Known tools 5
search_homesSearch active/coming-soon homes for sale on HouseLoop (live Heartland MLS, Kansas City metro).
Inferred read-onlyhome_factsGet one home's facts from HouseLoop: price, sqft, price/sqft, tax, HOA, list date, days on market, status, and its buyer-FAQ (tour/contact/financing answers).
Inferred read-onlymarket_statsGet sell-through market stats for a city, ZIP, or county in the Kansas City metro: sell-to-list %, sold count (12mo), median sold price, median days to contract, and the source date.
Inferred read-onlyhome_valueGet HouseLoop's own value estimate (and range) for a specific address, plus a link to claim the home for a full owner report on houseloop.ai.
Inferred read-onlyCONNECT 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.houseloop]
url = "https://houseloop.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"houseloop": {
"type": "http",
"url": "https://houseloop.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: houseloop
Remote MCP URL: https://houseloop.ai/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": {
"houseloop": {
"url": "https://houseloop.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"houseloop": {
"type": "http",
"url": "https://houseloop.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "houseloop",
"transport": "streamable-http",
"url": "https://houseloop.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.