Real Estate Intelligence - Pitt County NC for LangChain
com.reilize/pitt-county
20 MCP tools for Pitt County NC real estate — parcels, permits, sales, builders, and foreclosures.
client:LangChain
transport:streamable-http
Install Real Estate Intelligence - Pitt County NC in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"pitt-county": {
"transport": "streamable_http",
"url": "https://data.reilize.com/mcp/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs