Provenio's byok_external_query tool forwards your authenticated request to any HTTPS endpoint and returns the JSON. We never see your API key beyond the proxy hop. Pick a preset below for guided setup, or use the Custom card for any HTTPS source.
| objectID | Met internal ID (number) |
| title | Work title |
| artistDisplayName | Artist name |
| objectDate | Date of creation (string) |
| medium | Medium / materials |
| department | Museum department (e.g. 'Egyptian Art') |
| primaryImage | URL to public-domain image |
| objectURL | Public Met page URL |
Save this snippet as ~/.config/claude-code/mcp.json (or paste into Claude Desktop ⟶ Settings ⟶ MCP Servers). Replace <your-api-key-here> with your actual key.
{
"mcpServers": {
"provenio": {
"type": "http",
"url": "https://provenio.art/api/mcp"
}
}
}