← houseloop.ai

INDIVIDUAL MCP TOOL

list_home_features

The feature ids `search_homes` accepts.

houseloop.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://houseloop.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_home_features and invoke it with your own arguments.

Indexed 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 server

houseloop.ai

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.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.

Related tools

  • search_homes — Search active/coming-soon homes for sale on HouseLoop (live Heartland MLS, Kansas City metro).
  • home_facts — Get 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).
  • market_stats — Get 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.
  • home_value — Get 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.