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://mcpbridge.org/config/aucklandmuseum-com.jsonOne-Click Install
Copy the snippet for your MCP client and paste it in — zero editing required.
Claude Desktop
Add to claude_desktop_config.json
{
"mcpServers": {
"aucklandmuseum-com": {
"command": "npx",
"args": [
"-y",
"@mcp/aucklandmuseum-com"
],
"env": {
"AUCKLAND_MUSEUM_API_API_KEY": "your_auckland_museum_api_api_key"
}
}
}
}Cursor
Settings → MCP Servers → Add
{
"mcpServers": {
"aucklandmuseum-com": {
"url": "https://mcpbridge.org/config/aucklandmuseum-com.json"
}
}
}VS Code
Use with MCP extension
{
"mcpServers": {
"aucklandmuseum-com": {
"url": "https://mcpbridge.org/config/aucklandmuseum-com.json"
}
}
}Configuration JSON
Use curl https://mcpbridge.org/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://mcpbridge.org/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
Similar APIs
Other APIs in the Productivity category.
Notion API
Create and manage Notion pages, databases, and blocks through your AI agent.
https://mcpbridge.org/config/notion.jsonLinear API
Manage issues, projects, and workflows in Linear through your AI agent.
https://mcpbridge.org/config/linear.jsonPlatform API
The [REST API specification](https://www.ably.io/documentation/rest-api) for Ably.
https://mcpbridge.org/config/ably-io-platform.jsonControl API v1
Use the Control API to manage your applications, namespaces, keys, queues, rules, and more. Detailed information on using this API can be found in the Ably <a href="https://ably.com/documentation/control-api">developer documentation</a>. Control API is currently in Beta.
https://mcpbridge.org/config/ably-net-control.json