Cert Atlas for LangChain
io.github.hans6883/cert-atlas
Search 1,673 source-linked exam blueprints with reviewed guidance. Read-only; no API key.
client:LangChain
transport:streamable-http
runtime:npm
tools:4
Install Cert Atlas in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cert-atlas": {
"transport": "streamable_http",
"url": "https://mcp.quizforge.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs