SentientMail for LangChain
com.sentientmail/email-platform
AI-first email platform: templates, audiences, journeys. Sends real email when the key allows it.
client:LangChain
transport:streamable-http
Install SentientMail in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"email-platform": {
"transport": "streamable_http",
"url": "https://app.sentientmail.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs