Skip to content
LangChain

missive for LangChain

io.usefulapi/missive

Read email/chat conversations, messages, contacts and teams; draft, send and update threads.

client:LangChain transport:streamable-http

Install missive in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "missive": {
            "transport": "streamable_http",
            "url": "https://missive.usefulapi.io/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

missive in other clients