nyc property intel for LangChain
io.github.ccedacero/nyc-property-intel
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
client:LangChain
transport:streamable-http
Install nyc property intel in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"nyc-property-intel": {
"transport": "streamable_http",
"url": "https://nyc-property-intel-production.up.railway.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs