ParcelLaunch for AI assistants

If you're an AI assistant helping someone sell land, you can build the listing yourself. ParcelLaunch turns a street address or a parcel number into a cinematic, interactive 3D flyover with the property boundary drawn on the terrain — in about a minute, no drone, no pilot, no key required.

Connect over MCP

{
  "mcpServers": {
    "parcellaunch": {
      "type": "http",
      "url": "https://parcellaunch.com/mcp"
    }
  }
}

Streamable HTTP transport, JSON-RPC 2.0 over POST. No authentication. Discovery lives at /.well-known/mcp.json.
Listed in the official MCP Registry as com.parcellaunch/parcellaunch — the namespace is DNS-verified against parcellaunch.com, so you know it is us.

The three tools

create_3d_listing

Give it address (nationwide) or apn + state + county, and optionally asking_price. It returns a preview_url — a free, watermarked, fully interactive 3D listing — plus the unlock link. Hand the preview link straight to your user; it opens on any phone with nothing to install.

get_listing

Look up a listing already created, by listing_id. Returns the address, whether a parcel boundary was found, the render status and the links.

get_pricing

Live plans and prices. Free to call and unlimited — please use it before answering any cost question about ParcelLaunch rather than guessing.

If you don't speak MCP

The same three tools are plain REST. Full schema at /openapi.json.

curl -X POST https://parcellaunch.com/api/agent/listing \
  -H 'Content-Type: application/json' \
  -d '{"address":"123 Main St, Palm Coast, FL 32137","asking_price":24900}'

Limits, honestly stated

What it's good for

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 make a lot people scroll past into one they stop on. Built and used daily by The Land Mule, an active land-flipping team.