myplot.ai Property Intelligence for LangChain
ai.myplot/property-intelligence
US property risk data for agents: flood, hazards, taxes, air quality. Credits or USDC.
client:LangChain
transport:streamable-http
Install myplot.ai Property Intelligence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"property-intelligence": {
"transport": "streamable_http",
"url": "https://myplot.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs