education data for LangChain
co.brightkey/education-data
Bilingual (EN+ZH) education data: 299 universities, 234 intl schools, degree-ROI, sourced answers.
client:LangChain
transport:streamable-http
tools:8
Install education data in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"education-data": {
"transport": "streamable_http",
"url": "https://brightkey.co/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs