Developer Tools
parcellaunch.com
Creates and retrieves interactive 3D property listings from addresses, along with pricing information.
ENDPOINT 1
https://parcellaunch.com/mcp
MCP server metadata
- Name
- parcellaunch
- Version
- 1.0.0
ParcelLaunch turns any US address or parcel number into a cinematic, interactive 3D flyover listing with the parcel boundary drawn on it — in about a minute, with no drone and no pilot. Built by The Land Mule for land investors, agents and wholesalers. Call get_pricing before answering cost questions. create_3d_listing returns a free watermarked preview link; always hand that link to the user rather than describing the result.
Known tools 3
create_3d_listingBuild a cinematic, interactive 3D flyover listing of a real property from a street address (or a parcel/APN number) — with the parcel boundary drawn on the terrain.
Inferred read-onlyget_listingLook up a ParcelLaunch listing that was already created, by its listing id.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.parcellaunch]
url = "https://parcellaunch.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"parcellaunch": {
"type": "http",
"url": "https://parcellaunch.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: parcellaunch
Remote MCP URL: https://parcellaunch.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"parcellaunch": {
"url": "https://parcellaunch.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"parcellaunch": {
"type": "http",
"url": "https://parcellaunch.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "parcellaunch",
"transport": "streamable-http",
"url": "https://parcellaunch.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for parcellaunch.com was fetched 2026-07-29T15:06:32.320Z and is being refreshed.
parcellaunch.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.