Skip to content
LangChain

api for LangChain

video.quiz/api

Quiz.Video MCP: list, create, AI-generate, and render quiz and flashcard videos.

client:LangChain transport:streamable-http tools:30

Install api in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "api": {
            "transport": "streamable_http",
            "url": "https://www.quiz.video/mcp/",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

All 30 tools →

api in other clients