← ProvenioBYOK SETUP

Bring your own data source.
Pick a preset or paste an HTTPS URL.

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.

1 · Pick your data source

2 · How to get a key

SIGNUP STEPS
  1. No signup required.
  2. Already integrated as a Provenio tool: lookup_met_museum.
Open signup page →
SCHEMA · WHAT WE RETURN
objectIDMet internal ID (number)
titleWork title
artistDisplayNameArtist name
objectDateDate of creation (string)
mediumMedium / materials
departmentMuseum department (e.g. 'Egyptian Art')
primaryImageURL to public-domain image
objectURLPublic Met page URL

3 · Test it (live)

4 · Add to your Claude MCP config

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"
    }
  }
}
SSRF-guarded · no localhost · HTTPS-only · 20s max timeoutback to Provenio →