object
Pack: harvard-art · Endpoint: https://gateway.pipeworx.io/harvard-art/mcp
Fetch full details for one Harvard Art Museums item by id — a Harvard Art Museums object id (numeric, from search).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | e.g. “299843”. |
_apiKey | string | no | Harvard Art Museums API key (auto-injected by the platform; or pass your own). |
Example call
curl -X POST https://gateway.pipeworx.io/harvard-art/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"object","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"harvard-art": {
"url": "https://gateway.pipeworx.io/harvard-art/mcp"
}
}
}
See Getting Started for client-specific install steps.