Auckland Museum API MCP Config
This is technical documentation for the Auckland Museum API
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/aucklandmuseum-com.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/aucklandmuseum-com.json to fetch programmatically.
{
"mcpServers": {
"aucklandmuseum-com": {
"command": "npx",
"args": ["-y","@mcp/aucklandmuseum-com"],
"env": {
"AUCKLAND_MUSEUM_API_API_KEY": "your_auckland_museum_api_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/aucklandmuseum-com.jsonEnvironment Variables
AUCKLAND_MUSEUM_API_API_KEYReplace your_auckland_museum_api_api_key with your actual auckland museum api api key
Endpoints
/id/media/{path}Retrieve media associated with Collections and Cenotaph subjects in Auckland Museum
/id/{identifier}Explore details about a given subject node
/search/{index}/{operation}Perform simple search queries over Auckland Museum Collections and Cenotaph data
/search/{index}/{operation}Perform complex search queries over Auckland Museum Collections and Cenotaph data
/sparqlAuckland Museum SPARQL endpoint
/sparqlAuckland Museum SPARQL endpoint