mail receive for LangChain
dev.mailkite/mail-receive
Receive inbound email as clean JSON — manage domains, routes, and webhooks. MailKite.
client:LangChain
transport:streamable-http
Install mail receive in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mail-receive": {
"transport": "streamable_http",
"url": "https://mcp.mailkite.dev/mcp?ref=mail-receive",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs