Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Northwestern University Libraries Digital Collections API

io.github.nulib/dc-api

Agent integration with the Northwestern University Libraries Digital Collections API

Uptime
100.0%
1 direct probes · 30d
Response
1625ms
last probe
Tools
8
callable
Resources
1
readable
Prompts
0
available

Tools · 8

search

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 …

get-work

Retrieve the full metadata for a work from the NUL Digital Collections.

list-collections

List collection records from the NUL Digital Collections.

similarity-search

Find works that are similar to a given work. Uses semantic similarity based on work embeddings.

view-work

View a work from the NUL Digital Collections in an interactive viewer.

view-collection

View a collection from the NUL Digital Collections in an interactive viewer.

view-search-results

View results from the search-works tool in an interactive viewer.

view-similar-works

View results from the similarity-search tool in an interactive viewer.

Resources · 1

ui://clover-viewer/mcp-app.html

UI resource for the View Work tool

ui://clover-viewer/mcp-app.html

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"
    }
  }
}