{"name":"io.github.nulib/dc-api","slug":"nulib-dc-api","title":"Northwestern University Libraries Digital Collections API","description":"Agent integration with the Northwestern University Libraries Digital Collections API","url":"https://mcp.market/server/nulib-dc-api","rating":null,"grade":"A","score":94,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":44,"stars":14,"forks":1,"downloads_week":430,"last_push_at":"2026-09-15T01:30:08.000Z","license":"MIT"},"uptime":null,"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/nulib/dc-api-v2","website":null,"version":"2.11.15","remotes":[{"type":"streamable-http","url":"https://api.dc.library.northwestern.edu/api/v2/mcp"}],"packages":[{"registryType":"npm","identifier":"@nulib/dc-api-mcp","version":"2.11.15","transport":{"type":"stdio"}},{"registryType":"oci","identifier":"ghcr.io/nulib/dc-api-mcp:2.11.15","transport":{"type":"stdio"}}],"tools":[{"name":"get-work","description":"Retrieve the full metadata for a work from the NUL Digital Collections.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"work_id":{"type":"string","description":"The ID of the work to retrieve"}},"required":["work_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list-collections","description":"List collection records from the NUL Digital Collections.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"public_only":{"default":true,"type":"boolean","description":"Only include publicly available works in search results"},"max_results":{"default":10,"description":"The maximum number of search results to return per page","type":"number","minimum":1,"maximum":20},"page":{"default":1,"description":"The page of search results to return","type":"number","minimum":1}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search","description":"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 take priority, using the specified field values as additional constraints. The result will also include a list of aggregations that show how many results match different values for certain fields. For example, you could see how many results match each collection, work type, or visibility and use that information to refine your search. Perform an empty search to retrieve all works and their aggregations. NOTE: Structured field values enclosed in double quotes will be treated as exact, case-sensitive matches, while unquoted values will be treated as full-text searches.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"A natural language query. Best for exploratory / conceptual searches.","type":"string"},"fields":{"type":"object","properties":{"abstract":{"description":"A summary of the work","type":"string"},"alternate_title":{"description":"Alternate titles for the work","type":"string"},"caption":{"description":"The caption for a work","type":"string"},"collection":{"description":"The parent collection of the work","type":"string"},"contributor":{"description":"An entity responsible for making contributions to the work","type":"string"},"creator":{"description":"An entity primarily responsible for making the work","type":"string"},"description":{"description":"An account of the work","type":"string"},"genre":{"description":"Describes what the original object is, not what it is about","type":"string"},"keywords":{"description":"Keywords or tags used to describe this content","type":"string"},"language":{"description":"A language of the work","type":"string"},"library_unit":{"description":"The library unit responsible for the work","type":"string","enum":["Special Collections","Faculty Collections","Government and Geographic Information Collection","Herskovits Library","Music Library","Transportation Library","University Archives","University Main Library"]},"license":{"description":"The Creative Commons license for the work","type":"string","enum":["All rights reserved","Attribution 3.0 United States","Attribution 4.0 International","Attribution-NoDerivatives 4.0 International","Attribution-NoDerivs 3.0 United States","Attribution-NonCommercial 3.0 United States","Attribution-NonCommercial 4.0 International","Attribution-NonCommercial-NoDerivatives 4.0 International","Attribution-NonCommercial-NoDerivs 3.0 United States","Attribution-NonCommercial-ShareAlike 3.0 United States","Attribution-NonCommercial-ShareAlike 4.0 International","Attribution-ShareAlike 3.0 United States","Attribution-ShareAlike 4.0 International","CC0 1.0 Universal","Public Domain Mark 1.0"]},"location":{"description":"Place of publication","type":"string"},"notes":{"description":"Notes associated with the work","type":"string"},"publisher":{"description":"An entity responsible for making the work available","type":"string"},"rights_statement":{"description":"The rights statement of the work","type":"string","enum":["Copyright Not Evaluated","Copyright Undetermined","In Copyright","In Copyright - Educational Use Permitted","In Copyright - EU Orphan Work","In Copyright - Non-Commercial Use Permitted","In Copyright - Rights-holder(s) Unlocatable or Unidentifiable","No Copyright - Contractual Restrictions","No Copyright - Non-Commercial Use Only ","No Copyright - Other Known Legal Restrictions","No Copyright - United States","No Known Copyright"]},"style_period":{"description":"A defined style, historical period, group, school, dynasty, movement, etc. whose characteristics are represented in the work.","type":"string"},"subject":{"description":"The subject of the work","type":"string"},"table_of_contents":{"description":"Used to provide the titles of separate works or parts of a resource. Information provided may also contain statements of responsibility or other sequential designations.","type":"string"},"technique":{"description":"The technique used in the creation of the work","type":"string"},"title":{"description":"The title of the work","type":"string"},"work_type":{"description":"The type of the work","type":"string","enum":["Audio","Image","Video"]},"text":{"description":"Full text associated with the work","type":"string"},"controlled_terms":{"description":"All controlled terms associated with the work, across all fields. Useful for searching across all controlled fields simultaneously without specifying which field.","type":"string"}},"description":"Structured field search. Best when searching for specific known items or values, or for narrowing a search by specifying particular fields to search within."},"public_only":{"default":true,"type":"boolean","description":"Only include publicly available works in search results"},"max_results":{"default":10,"description":"The maximum number of search results to return per page","type":"number","minimum":1,"maximum":20},"page":{"default":1,"description":"The page of search results to return","type":"number","minimum":1}},"$schema":"https://json-schema.org/draft/2020-12/schema","description":"Search for items in the Digital Collections using either a natural language query or specific field values. If both a natural language query and specific field values are provided, the search will return items that match the natural language query and have the specified field values."}},{"name":"similarity-search","description":"Find works that are similar to a given work. Uses semantic similarity based on work embeddings.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"work_id":{"type":"string","description":"ID of a work to find similar items for."},"public_only":{"default":true,"type":"boolean","description":"Only include publicly available works in search results"},"max_results":{"default":10,"description":"The maximum number of search results to return per page","type":"number","minimum":1,"maximum":20},"page":{"default":1,"description":"The page of search results to return","type":"number","minimum":1}},"required":["work_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"view-collection","description":"View a collection from the NUL Digital Collections in an interactive viewer.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"collection_id":{"type":"string","description":"The ID of the collection to view"}},"required":["collection_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"view-search-results","description":"View results from the search-works tool in an interactive viewer.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"A natural language query. Best for exploratory / conceptual searches.","type":"string"},"fields":{"type":"object","properties":{"abstract":{"description":"A summary of the work","type":"string"},"alternate_title":{"description":"Alternate titles for the work","type":"string"},"caption":{"description":"The caption for a work","type":"string"},"collection":{"description":"The parent collection of the work","type":"string"},"contributor":{"description":"An entity responsible for making contributions to the work","type":"string"},"creator":{"description":"An entity primarily responsible for making the work","type":"string"},"description":{"description":"An account of the work","type":"string"},"genre":{"description":"Describes what the original object is, not what it is about","type":"string"},"keywords":{"description":"Keywords or tags used to describe this content","type":"string"},"language":{"description":"A language of the work","type":"string"},"library_unit":{"description":"The library unit responsible for the work","type":"string","enum":["Special Collections","Faculty Collections","Government and Geographic Information Collection","Herskovits Library","Music Library","Transportation Library","University Archives","University Main Library"]},"license":{"description":"The Creative Commons license for the work","type":"string","enum":["All rights reserved","Attribution 3.0 United States","Attribution 4.0 International","Attribution-NoDerivatives 4.0 International","Attribution-NoDerivs 3.0 United States","Attribution-NonCommercial 3.0 United States","Attribution-NonCommercial 4.0 International","Attribution-NonCommercial-NoDerivatives 4.0 International","Attribution-NonCommercial-NoDerivs 3.0 United States","Attribution-NonCommercial-ShareAlike 3.0 United States","Attribution-NonCommercial-ShareAlike 4.0 International","Attribution-ShareAlike 3.0 United States","Attribution-ShareAlike 4.0 International","CC0 1.0 Universal","Public Domain Mark 1.0"]},"location":{"description":"Place of publication","type":"string"},"notes":{"description":"Notes associated with the work","type":"string"},"publisher":{"description":"An entity responsible for making the work available","type":"string"},"rights_statement":{"description":"The rights statement of the work","type":"string","enum":["Copyright Not Evaluated","Copyright Undetermined","In Copyright","In Copyright - Educational Use Permitted","In Copyright - EU Orphan Work","In Copyright - Non-Commercial Use Permitted","In Copyright - Rights-holder(s) Unlocatable or Unidentifiable","No Copyright - Contractual Restrictions","No Copyright - Non-Commercial Use Only ","No Copyright - Other Known Legal Restrictions","No Copyright - United States","No Known Copyright"]},"style_period":{"description":"A defined style, historical period, group, school, dynasty, movement, etc. whose characteristics are represented in the work.","type":"string"},"subject":{"description":"The subject of the work","type":"string"},"table_of_contents":{"description":"Used to provide the titles of separate works or parts of a resource. Information provided may also contain statements of responsibility or other sequential designations.","type":"string"},"technique":{"description":"The technique used in the creation of the work","type":"string"},"title":{"description":"The title of the work","type":"string"},"work_type":{"description":"The type of the work","type":"string","enum":["Audio","Image","Video"]},"text":{"description":"Full text associated with the work","type":"string"},"controlled_terms":{"description":"All controlled terms associated with the work, across all fields. Useful for searching across all controlled fields simultaneously without specifying which field.","type":"string"}},"description":"Structured field search. Best when searching for specific known items or values, or for narrowing a search by specifying particular fields to search within."},"public_only":{"default":true,"type":"boolean","description":"Only include publicly available works in search results"},"max_results":{"default":10,"description":"The maximum number of search results to return per page","type":"number","minimum":1,"maximum":20},"page":{"default":1,"description":"The page of search results to return","type":"number","minimum":1}},"$schema":"https://json-schema.org/draft/2020-12/schema","description":"Search for items in the Digital Collections using either a natural language query or specific field values. If both a natural language query and specific field values are provided, the search will return items that match the natural language query and have the specified field values."}},{"name":"view-similar-works","description":"View results from the similarity-search tool in an interactive viewer.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"work_id":{"type":"string","description":"ID of a work to find similar items for."},"public_only":{"default":true,"type":"boolean","description":"Only include publicly available works in search results"},"max_results":{"default":10,"description":"The maximum number of search results to return per page","type":"number","minimum":1,"maximum":20},"page":{"default":1,"description":"The page of search results to return","type":"number","minimum":1}},"required":["work_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"view-work","description":"View a work from the NUL Digital Collections in an interactive viewer.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"work_id":{"type":"string","description":"The ID of the work to view"}},"required":["work_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":94,"grade":"A","scanned_at":"2026-09-19T10:17:22.838Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T10:17:22.808Z","components":{"code":{"score":25,"max":25,"notes":["1 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 412ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 4 days ago"]},"identity":{"score":9,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://api.dc.library.northwestern.edu/api/v2/mcp","reachable":true,"authRequired":false,"latencyMs":412,"serverInfo":{"name":"dc-api-mcp","version":"2.11.15"}}],"packages":[{"registryType":"npm","identifier":"@nulib/dc-api-mcp","version":"2.11.15","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":9,"publishedAt":"2026-09-15T01:32:17.934Z","repositoryUrl":"git+https://github.com/nulib/dc-api-v2.git","weeklyDownloads":430}],"repo":{"found":true,"owner":"nulib","repo":"dc-api-v2","archived":false,"pushedAt":"2026-09-15T01:30:08Z","stars":14,"forks":1,"openIssues":4,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/1591058?v=4","ownerCreatedAt":"2012-03-30T16:31:49Z"},"icon":{"url":"https://avatars.githubusercontent.com/u/1591058?v=4&s=128","source":"github"},"presence":{"stars":14,"forks":1,"downloadsWeek":430,"license":"MIT","lastPushAt":"2026-09-15T01:30:08.000Z","score":44}}}},"grade_history":[],"reviews":[]}