mailopoly for LangChain
com.mailopoly/mailopoly
Your unified inbox — everything that reaches you, understood and actionable from your AI assistant.
client:LangChain
transport:streamable-http
Install mailopoly in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mailopoly": {
"transport": "streamable_http",
"url": "https://fastapi.prod.aws.mailopoly.com/mcp-server",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs