department_highlights
Pack: artsmia · Endpoint: https://gateway.pipeworx.io/artsmia/mcp
Browse artworks from a Minneapolis Institute of Art curatorial department, with imaged objects ranked first. Departments include “European Art”, “Asian Art”, “Decorative Arts, Textiles and Sculpture”, “Photography and New Media”, “Arts of the Americas”, “Art of Africa and the Americas”. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
department | string | yes | Department name, e.g. “European Art”, “Asian Art”, “Photography and New Media”. |
limit | number | no | Max results (default 10, max 25). |
Example call
curl -X POST https://gateway.pipeworx.io/artsmia/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"department_highlights","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"artsmia": {
"url": "https://gateway.pipeworx.io/artsmia/mcp"
}
}
}
See Getting Started for client-specific install steps.