You're viewing a demo portfolio

Join the waitlist
PRSM

search_artworks

Active

Tool of Metmuseum

declared in 0.1.0

Search The Met's open-access collection by keyword. Optionally filter to objects with images, currently on view, by medium, or by a year range. Returns compact records (title, artist, date, medium, image) hydrated from object detail. Keyless.

Parameters schema

{
  "type": "object",
  "required": [
    "q"
  ],
  "properties": {
    "q": {
      "type": "string",
      "description": "Search query, e.g. \"sunflowers\", \"Vermeer\", \"samurai armor\"."
    },
    "limit": {
      "type": "number",
      "description": "How many matching objects to hydrate with full detail (default 8, max 15)."
    },
    "on_view": {
      "type": "boolean",
      "description": "Only return objects currently on view in a gallery."
    },
    "date_end": {
      "type": "number",
      "description": "End year of the date range, e.g. 1800. Must be paired with date_begin."
    },
    "date_begin": {
      "type": "number",
      "description": "Start year of the date range, e.g. 1700. Must be paired with date_end."
    },
    "has_images": {
      "type": "boolean",
      "description": "Only return objects that have images (default true)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Metmuseum

https://github.com/pipeworx-io/mcp-metmuseum

1/7 registries
View full server →