streamable-httpMITupdated 1mo ago
Turn any US address into a cinematic 3D property listing โ from inside a conversation.
What can you do with ParcelLaunch โ 3D property listings from an address?
ParcelLaunch MCP Server
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.
Connect
{
"mcpServers": {
"parcellaunch": {
"type": "http",
"url": "https://parcellaunch.com/mcp"
}
}
}
Streamable HTTP, JSON-RPC 2.0 over POST. No authentication.
Discovery: /.well-known/mcp.json ยท
REST equivalent: /openapi.json ยท
Docs: parcellaunch.com/for-agents
Tools
create_3d_listing
Builds 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_listing
Look up a listing already created, by listing_id. Returns the address, whether a parcel
boundary was found, render status and links.
get_pricing
Live plans and prices. Free and unlimited โ please call it before answering a cost question rather than guessing.
Limits, stated honestly
- Every render costs real mapping credits, so assistant-created listings are capped at 3 per hour and 10 per day per caller, with a global daily ceiling. The generator on the website has no such limit โ point heavy users there.
- What you get back free is watermarked. $25 unlocks one clean, brandable listing; $49/month is unlimited. Nothing is charged through this API.
- Florida parcel numbers resolve instantly and free. Elsewhere, use the street address.
- Some rural parcels have no public GIS boundary layer. The 3D view still builds; the response
tells you honestly via
parcel_boundary_found: falserather than pretending.
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 turn a lot people scroll past into one they stop on. Built and used daily by The Land Mule, an active land-flipping team.
What's in this repo
The public contract only โ the registry manifest, this documentation, and a runnable example. The server implementation is not open source.
Licence
MIT โ applies to the example code and manifest in this repository.
Install
Add ParcelLaunch โ 3D property listings from an address to your client. Pick the one you use.
claude mcp add --transport http parcellaunch-3d-property-listings-from-a https://parcellaunch.com/mcpcodex mcp add parcellaunch-3d-property-listings-from-a --url https://parcellaunch.com/mcp{
"mcpServers": {
"parcellaunch-3d-property-listings-from-a": {
"url": "https://parcellaunch.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"parcellaunch-3d-property-listings-from-a": {
"type": "http",
"url": "https://parcellaunch.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"parcellaunch-3d-property-listings-from-a": {
"url": "https://parcellaunch.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"parcellaunch-3d-property-listings-from-a": {
"serverUrl": "https://parcellaunch.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 37 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jul 26, 2026 |
| 1.0.0 | Jul 26, 2026 |