ScriptHaul for LangChain
com.scripthaul/transcripts
Free YouTube transcripts, no API key: videos, channel lists, latest uploads, bulk download links.
client:LangChain
transport:streamable-http
tools:4
Install ScriptHaul in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"transcripts": {
"transport": "streamable_http",
"url": "https://scripthaul.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs