HonkIO for LangChain
ca.honkio/mcp
Canadian SMS and email API for AI agents: send SMS and email, verify phones, handle CASL consent.
client:LangChain
transport:streamable-http
runtime:npm
Install HonkIO in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://mcp.honkio.ca/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs