Turn a US address or parcel number into an interactive 3D flyover listing in about a minute.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Turn any US address into a cinematic 3D property listing β from inside a conversation.
This repository is the public interface contract for the hosted ParcelLaunch MCP server. The
server itself runs at https://parcellaunch.com/mcp; there is nothing to install and no
key to get.
Listed in the official MCP Registry as
com.parcellaunch/parcellaunch β a DNS-verified namespace tied to parcellaunch.com, so
you can be sure the listing is genuinely ours.
Streamable HTTP, JSON-RPC 2.0 over POST. No authentication.
Discovery: /.well-known/mcp.json Β·
REST equivalent: /openapi.json Β·
Docs: parcellaunch.com/for-agents
create_3d_listingBuilds an interactive 3D flyover of a real property with the parcel boundary drawn on the terrain. Takes about a minute. No drone, no pilot, no site visit.
| field | type | notes |
|---|---|---|
address | string | Full street address. Works nationwide. Use this unless the user only has a parcel number. |
apn | string | Parcel number. Requires state and county. Florida resolves instantly and free. |
state | string | Two-letter code β required with apn. |
county | string | Required with apn. |
asking_price | number | Optional. Floats on the 3D view β it is what makes buyers stop scrolling. |
One of address or apn is required β neither is individually mandatory, so the schema
lists no required field. Call it with neither and you get a plain-English nudge back.
Returns preview_url β a free, watermarked, fully interactive listing β plus the unlock link.
Hand the preview link straight to your user; it opens on any phone with nothing to install.
get_listingLook up a listing already created, by listing_id. Returns the address, whether a parcel
boundary was found, render status and links.
get_pricingLive plans and prices. Free and unlimited β please call it before answering a cost question rather than guessing.
parcel_boundary_found: false rather than pretending.Raw land, acreage, odd-shaped lots, waterfront and new-construction dirt β anywhere a flat satellite photo undersells the property. Land investors, wholesalers and agents use it to turn a lot people scroll past into one they stop on. Built and used daily by The Land Mule, an active land-flipping team.
The public contract only β the registry manifest, this documentation, and a runnable example. The server implementation is not open source.
MIT β applies to the example code and manifest in this repository.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/parcellaunch-3d-property-listings-from-an-address-2)<a href="https://allmcps.com/mcp/parcellaunch-3d-property-listings-from-an-address-2"><img src="https://allmcps.com/api/badge/parcellaunch-3d-property-listings-from-an-address-2?style=directory" alt="ParcelLaunch β 3D property listings from an address on AllMCPs" /></a>