{
  "markdown": "# ParcelLaunch MCP Server\n\n**Turn any US address into a cinematic 3D property listing — from inside a conversation.**\n\nThis repository is the public interface contract for the hosted ParcelLaunch MCP server. The\nserver itself runs at **`https://parcellaunch.com/mcp`**; there is nothing to install and no\nkey to get.\n\nListed in the [official MCP Registry](https://registry.modelcontextprotocol.io) as\n**`com.parcellaunch/parcellaunch`** — a DNS-verified namespace tied to `parcellaunch.com`, so\nyou can be sure the listing is genuinely ours.\n\n---\n\n## Connect\n\n```json\n{\n  \"mcpServers\": {\n    \"parcellaunch\": {\n      \"type\": \"http\",\n      \"url\": \"https://parcellaunch.com/mcp\"\n    }\n  }\n}\n```\n\nStreamable HTTP, JSON-RPC 2.0 over `POST`. No authentication.\nDiscovery: [`/.well-known/mcp.json`](https://parcellaunch.com/.well-known/mcp.json) ·\nREST equivalent: [`/openapi.json`](https://parcellaunch.com/openapi.json) ·\nDocs: [parcellaunch.com/for-agents](https://parcellaunch.com/for-agents)\n\n## Tools\n\n### `create_3d_listing`\nBuilds an interactive 3D flyover of a real property with the parcel boundary drawn on the\nterrain. Takes about a minute. No drone, no pilot, no site visit.\n\n| field | type | notes |\n|---|---|---|\n| `address` | string | Full street address. Works nationwide. **Use this unless the user only has a parcel number.** |\n| `apn` | string | Parcel number. Requires `state` and `county`. Florida resolves instantly and free. |\n| `state` | string | Two-letter code — required with `apn`. |\n| `county` | string | Required with `apn`. |\n| `asking_price` | number | Optional. Floats on the 3D view — it is what makes buyers stop scrolling. |\n\n**One of `address` or `apn` is required** — neither is individually mandatory, so the schema\nlists no required field. Call it with neither and you get a plain-English nudge back.\n\nReturns `preview_url` — a free, watermarked, fully interactive listing — plus the unlock link.\n**Hand the preview link straight to your user**; it opens on any phone with nothing to install.\n\n### `get_listing`\nLook up a listing already created, by `listing_id`. Returns the address, whether a parcel\nboundary was found, render status and links.\n\n### `get_pricing`\nLive plans and prices. Free and unlimited — **please call it before answering a cost question**\nrather than guessing.\n\n## Limits, stated honestly\n\n- Every render costs real mapping credits, so assistant-created listings are capped at\n  **3 per hour and 10 per day per caller**, with a global daily ceiling. The generator on the\n  website has no such limit — point heavy users there.\n- What you get back free is **watermarked**. $25 unlocks one clean, brandable listing;\n  $49/month is unlimited. **Nothing is charged through this API.**\n- Florida parcel numbers resolve instantly and free. Elsewhere, use the street address.\n- Some rural parcels have no public GIS boundary layer. The 3D view still builds; the response\n  tells you honestly via `parcel_boundary_found: false` rather than pretending.\n\n## What it's good for\n\nRaw land, acreage, odd-shaped lots, waterfront and new-construction dirt — anywhere a flat\nsatellite photo undersells the property. Land investors, wholesalers and agents use it to turn\na lot people scroll past into one they stop on. Built and used daily by\n[The Land Mule](https://thelandmule.com/), an active land-flipping team.\n\n## What's in this repo\n\nThe public contract only — the registry manifest, this documentation, and a runnable example.\nThe server implementation is not open source.\n\n## Licence\n\n[MIT](LICENSE) — applies to the example code and manifest in this repository.\n",
  "bytes": 3611,
  "sha": "a3e1ef69921e7d31115d19d4e46e0c9ca830d652badc9299682cbae1f9e97f52",
  "repo_slug": "dranos-bot/parcellaunch-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_parcellaunch_parcellaunch_2650fc37/readme"
}