Whisper for LangChain
io.github.whisper-sec/whisper
One routable IPv6 per AI agent, verifiable from the DNS root. Keyless tools need no signup.
client:LangChain
transport:streamable-http
runtime:npm
tools:15
Install Whisper in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"whisper": {
"transport": "streamable_http",
"url": "https://whisper.online/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs