mcpbeat

Homevisto MCP Server

com.homevisto/mcp-server
not responding

Homevisto is listed as active in the registry but did not answer our last check. It exposes 5 tools.

Browse property verification missions. Connect with Scouts for GPS-verified tours.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 43 hours of history · worst hour 0%
43 hours agonow
0.0%
Uptime 24h
0 of 91 checks
5
Tools
read from the server
207 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add mcp-server --transport http https://mcp.homevisto.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.homevisto.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
url = "https://mcp.homevisto.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.homevisto.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.homevisto.com/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

mission
get_mission
Get detailed information about a specific property verification mission by its ID. Returns mission details including property address, bounty amount, status, checklist items, and viewer/scout information.
get_mission_stats
Get aggregate statistics about missions on the HomeVisto platform. Returns total counts, status breakdown, and average bounty information. Useful for understanding platform activity.
missions
list_missions
List property verification missions with optional filtering. Returns paginated results sorted by creation date (newest first). Use this to browse available missions on the HomeVisto platform.
search_missions
Search for missions by keyword. Searches across mission title, description, and property address fields. Useful for finding missions in specific locations or with specific requirements.
nearby
get_nearby_missions
Find property verification missions within a geographic radius. Useful for scouts looking for missions near their location or for finding missions in a specific area.

Endpoints

URLTransportStateLatencyChecked
https://mcp.homevisto.com/mcp streamable-http answering 207 ms 10 min ago

Homevisto — questions

Answers built from our own checks of this server.

What can Homevisto do?
It exposes 5 tools, read directly from the server on our last check. Among them: get_mission, get_mission_stats, get_nearby_missions, list_missions, search_missions. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Homevisto mostly used for?
Its tools cluster around mission and missions. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Homevisto working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 207 ms. The bar chart above shows every period we have measured.
Is Homevisto still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
The registry lists Homevisto as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Homevisto?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Homevisto need an API key?
No. Homevisto completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.