ParcelLaunch — 3D property listings from an address
About
Turn a US address or parcel number into an interactive 3D flyover listing in about a minute.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
TransportHTTP (remote server)
Claude Code
claude mcp add --transport http parcellaunch https://parcellaunch.com/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"parcellaunch","type":"http","url":"https://parcellaunch.com/mcp"}'
JSON
{
"mcpServers": {
"parcellaunch": {
"url": "https://parcellaunch.com/mcp"
}
}
}