shipmail mcp for LangChain
io.github.shipmail-to/shipmail-mcp
Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.
client:LangChain
transport:streamable-http
runtime:npm
Install shipmail mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"shipmail-mcp": {
"transport": "streamable_http",
"url": "https://shipmail.to/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs