maeil for LangChain
io.github.retep-tru/maeil
Invite someone to a calendar event by phone number and get their real email back when they accept.
client:LangChain
transport:streamable-http
Install maeil in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"maeil": {
"transport": "streamable_http",
"url": "https://mcp.maeil.cc/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs