Northwestern University Libraries Digital Collections API
io.github.nulib/dc-apiAgent integration with the Northwestern University Libraries Digital Collections API
Tools · 8
Search for works in the Digital Collections using field-based and/or natural language queries. If both a natural language query and specific field values are provided, the natural language query will …
Retrieve the full metadata for a work from the NUL Digital Collections.
List collection records from the NUL Digital Collections.
Find works that are similar to a given work. Uses semantic similarity based on work embeddings.
View a work from the NUL Digital Collections in an interactive viewer.
View a collection from the NUL Digital Collections in an interactive viewer.
View results from the search-works tool in an interactive viewer.
View results from the similarity-search tool in an interactive viewer.
Resources · 1
UI resource for the View Work tool
ui://clover-viewer/mcp-app.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"northwestern_university_libraries_digital_collections_api": {
"url": "https://api.dc.library.northwestern.edu/api/v2/mcp",
"transport": "streamable-http"
}
}
}