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
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | e.g. “edanmdm-nmah_1234567”. |
_apiKey | string | no | Smithsonian Open Access API key (auto-injected by the platform; or pass your own). |
Example call
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":{}}}'
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.