get_artwork
Pack: artsmia · Endpoint: https://gateway.pipeworx.io/artsmia/mcp
Get full details for one Minneapolis Institute of Art object by its numeric collection id — title, artist, date, medium, dimensions, credit line, department, gallery location, curatorial text, and image URL. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | number | yes | Mia object id, e.g. 1218 (Van Gogh, Olive Trees). |
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":"get_artwork","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.