HomeVisto MCP Server

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_missionsList missions with filtering and pagination
  • get_missionGet detailed mission information by ID
  • search_missionsSearch missions by keyword
  • get_nearby_missionsFind missions within a geographic radius
  • get_mission_statsGet 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 }
    }
  }'
Full DocumentationVisit HomeVisto

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