search_artworks
ActiveTool of art
declared in 0.1.0
Search the Met's collection by keyword or department (e.g., "Paintings", "Sculpture"). Returns up to 5 matching artworks with title, artist, date, medium, and image URL.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "sunflowers"
},
{
"query": "Paintings Monet"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query (e.g., \"sunflowers\", \"ancient egypt\", \"monet\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
art
https://github.com/pipeworx-io/mcp-art
1/7 registries