Search 19.4M Smithsonian Open Access objects, get CC0 images, find cross-collection connections.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Search 14.5M Smithsonian Open Access objects across 20+ museums via MCP, and retrieve CC0 images for the 5.2M that carry openly-licensed media. STDIO or Streamable HTTP.
Public Hosted Server: https://smithsonian.caseyjhand.com/mcp
A free
api.data.govAPI key is required. Register at https://api.data.gov/signup β approval is instant. Set it asSMITHSONIAN_API_KEYin your MCP client config or.envfile. The server will not start without it.CC0 media gating:
smithsonian_get_mediaonly returns CC0-licensed (open access) images. Usesmithsonian_search_objectswithfilters.cc0_only: trueto find objects with downloadable media before calling it.
Six tools covering the full Smithsonian Open Access workflow β filter vocabulary discovery, search, detail retrieval, CC0 image access, and cross-collection exploration:
| Tool | Description |
|---|---|
smithsonian_search_objects | Search across 14.5M objects by text query with optional filters (museum, type, date term, culture, place, topic, name, online-only, CC0). Returns curated summaries with total count. |
smithsonian_list_terms | Enumerate the valid term vocabulary for an indexed filter field (unit_code, culture, place, date, online_media_type, topic). Call before filtering to avoid empty results from invalid values; pass contains to resolve a guessed value to its exact term(s). unit_code terms come back with their museum names. |
smithsonian_get_object | Fetch a normalized catalog metadata projection for an object by ID: title, dates, materials, dimensions, exhibition history, credit line, and identifiers. |
smithsonian_get_media | Return all CC0-licensed images for an object at multiple resolutions (thumbnail, screen, high-res JPEG/TIFF). Only CC0 images returned, never an empty list β a distinct error reason names why, whether the object has nothing digitized, only non-image media, or only restricted images. |
smithsonian_browse_category | Browse objects within one exact category (museum, culture, period, medium, topic) with total count, a page of objects, and museum breakdown. Requires an exact indexed category term. |
smithsonian_find_related | Discover cross-collection objects related to an anchor, matched on shared culture, named-party, topic, and period signals. |
smithsonian_search_objectsFull-text search with structured filters across the entire Smithsonian catalog.
1920s, 500-1500, 21st century, -2500), culture, geographic place, subject topic, named party (name), online-only, CC0-onlytopic and name are hard indexed constraints, not free text β topic: "Quilts" matches 1,134 objects where the bare word matches 2,677, and name: "Warhol, Andy" matches 421 against 715record_idstart + rows for standard pagination (offset-based, max 100 per page)smithsonian_list_termsEnumerate the valid term vocabulary for an indexed filter field before applying filters.
unit_code, culture, place, date, online_media_type, topicPaintings not Painting) β grounding filter values here avoids empty resultscontains to filter the vocabulary by a case-insensitive substring β resolve a guessed value (e.g. greek β Greek, Attic) to its exact term(s) in one call, or confirm absence with an empty resultunit_code, a labels map returns each code's museum name and contains matches that name as well as the code, so National Air and Space resolves to NASM in one callstart + rows (default 50 per page, max 100); the largest vocabularies are topic (133k terms) and place (114k), so pair those with containsSMITHSONIAN_TERMS_CACHE_TTL_SECONDS (default 1 hour) β upstream ignores paging and returns the whole set on every call, so paging a large vocabulary uncached re-downloads it each timeobject_type is not enumerable upstream β discover object-type values from the object_type field in smithsonian_search_objects resultssmithsonian_get_objectNormalized catalog metadata for a single object.
record_id from smithsonian_search_objects β do not construct IDs manuallysmithsonian_get_media for full image URLssmithsonian_get_mediaCC0-gated image access at multiple resolutions.
Forbidden when an object has media but none is CC0no_images when an object's media is entirely non-image (scanned books, 3D models, sound recordings); the recovery hint names the types presentsmithsonian_search_objects with filters.cc0_only: true before calling this toolsmithsonian_browse_categoryPaginated browse within one exact category. For open-ended or topic discovery, use smithsonian_search_objects instead.
museum (by unit code, e.g. "NASM" β matched exactly, not by museum name), culture (e.g. "Aztecs"), period (indexed date term, e.g. "1940s" or "500-1500"), medium (object type, e.g. "Paintings"), topic (subject term, e.g. "Quilts")value must be an exact indexed category term β resolve museum, culture, period, and topic vocabulary with smithsonian_list_terms first; object_type is not enumerable there, so harvest it from smithsonian_search_objects resultsstart + rows for standard pagination (offset-based, start = page Γ rows, max 50 per page) β adjacent pages retrieve the objects a capped sample omitsinvalid_category with a mode-specific recovery hint. A value outside the vocabulary gets the exact smithsonian_list_terms call that resolves it; a value the index enumerates but that matches no objects is named as such and routed elsewhere, since resolving it returns the same valuesmithsonian_find_relatedCross-collection discovery via shared metadata signals.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/smithsonian-mcp-server)<a href="https://allmcps.com/mcp/smithsonian-mcp-server"><img src="https://allmcps.com/api/badge/smithsonian-mcp-server?style=directory" alt="Smithsonian MCP Server on AllMCPs" /></a>