
HomeVisto
from digitalsamba
HomeVisto offers a revolutionary solution by connecting remote property seekers with local "Scouts" who provide live, GPS-verified video tours of properties.
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_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 } } }'
Full DocumentationVisit HomeVisto
HomeVisto โ The marketplace connecting remote property seekers with local Scouts for live, verified property tours.
This tool doesn't publish a standard install command โ the repository README on GitHub covers its setup.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ