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

NameTypeRequiredDescription
idstringyese.g. “299843”.
_apiKeystringnoHarvard 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.

Regenerated from source · build June 26, 2026