Northwestern University Libraries Digital Collections API for LangChain
io.github.nulib/dc-api
Agent integration with the Northwestern University Libraries Digital Collections API
client:LangChain
transport:streamable-http
runtime:npm
tools:8
Install Northwestern University Libraries Digital Collections API in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"dc-api": {
"transport": "streamable_http",
"url": "https://api.dc.library.northwestern.edu/api/v2/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs