ParcelLaunch — 3D property listings from an address for LangChain
com.parcellaunch/parcellaunch
Turn a US address or parcel number into an interactive 3D flyover listing in about a minute.
client:LangChain
transport:streamable-http
tools:3
Install ParcelLaunch — 3D property listings from an address in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"parcellaunch": {
"transport": "streamable_http",
"url": "https://parcellaunch.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs