object

Pack: smithsonian · Endpoint: https://gateway.pipeworx.io/smithsonian/mcp

Fetch full details for one Smithsonian Open Access item by id — a Smithsonian content id (the “id” field from search).

Parameters

NameTypeRequiredDescription
idstringyese.g. “edanmdm-nmah_1234567”.
_apiKeystringnoSmithsonian Open Access API key (auto-injected by the platform; or pass your own).

Example call

Arguments

{
  "id": "edanmdm-nmah_1234567"
}

curl

curl -X POST https://gateway.pipeworx.io/smithsonian/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"object","arguments":{"id":"edanmdm-nmah_1234567"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('object', {
  "id": "edanmdm-nmah_1234567"
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "smithsonian": {
      "url": "https://gateway.pipeworx.io/smithsonian/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 10, 2026