search_artworks
ActiveTool of Artsmia
Search the Minneapolis Institute of Art collection (~90k objects). Accepts free text ("monet water lilies") or Elasticsearch field syntax: artist:"Van Gogh", country:"China", department:"Asian Art", room:G3* — combinable with free text. Returns artist, date, medium, gallery location (on-view status), and image URL. Keyless.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 10, max 25)."
},
"query": {
"type": "string",
"description": "Free text or ES query-string field syntax. Examples: \"monet\", 'artist:\"Van Gogh\"', 'horse country:\"China\"', 'department:\"European Art\"'."
},
"on_view_only": {
"type": "boolean",
"description": "If true, only return artworks currently on view in a gallery."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Artsmia
https://github.com/pipeworx-io/mcp-artsmia
1/7 registries