HomeVisto

HomeVisto offers a revolutionary solution by connecting remote property seekers with local "Scouts" who provide live, GPS-verified video tours of properties.

Documentation

Model Context Protocol server for AI agents to browse property verification missions

Server Endpoint

POST https://mcp.homevisto.com/mcp

Protocol: MCP 2025-03-26 | Transport: Streamable HTTP | All tools are read-only

Available Tools

  • list_missions — List missions with filtering and pagination
  • get_mission — Get detailed mission information by ID
  • search_missions — Search missions by keyword
  • get_nearby_missions — Find missions within a geographic radius
  • get_mission_stats — Get platform statistics

Quick Example

curl -X POST https://mcp.homevisto.com/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "list_missions",
      "arguments": { "status": "OPEN", "limit": 5 }
    }
  }'

HomeVisto — The marketplace connecting remote property seekers with local Scouts for live, verified property tours.