Curator
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CuratorShow me dinosaurs from Victoria"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Curator — Museums Victoria Collections MCP Server
An MCP server that turns the Museums Victoria Collections API (1.15M+ records) into natural-language discovery tools for MCP clients such as Copilot Studio.
Overview
Curator is a Model Context Protocol server exposing the Museums Victoria Collections API as a set of tools. It lets an AI agent search and explore specimens, items, articles, and species across the museum's Natural Sciences and Humanities collections — with taxonomy, images, provenance, and dates.
It runs as a streamable-HTTP MCP service (built with FastMCP) and is served over HTTPS on Azure
Container Apps.
Tools
Tool | Purpose |
| Full-text search with type/image/category filters |
| Fetch a single record by ID |
| Paginated browse |
Related MCP server: ALA API MCP Server
Architecture
flowchart LR
Dev([Developer]) -->|git push main| GH[GitHub Actions]
subgraph Azure["Azure · rg-curator"]
direction LR
ACR[("Container Registry<br/><i>ABAC mode</i>")]
APP["Container App<br/>HTTPS · always-warm"]
ACR -->|"pull via<br/>managed identity"| APP
end
GH -->|"build & push<br/>(SP AAD token)"| ACR
APP -->|"serves /mcp"| CS["Copilot Studio<br/>agent"]
TF[/"Terraform<br/>infra as code"/] -. provisions .-> AzureFlow: a push to main triggers GitHub Actions, which builds the image and pushes it to the
registry; the Container App pulls that image via a managed identity and serves the MCP endpoint over
HTTPS, which the Copilot Studio agent calls. Terraform declares the same Azure resources.
Server:
curator_mcp_server.py— FastMCP streamable-HTTP app, MCP endpoint at/mcpon port 8000.CI/CD:
.github/workflows/deploy-azure.yml— builds the image, pushes to ACR with the workflow service principal's AAD token, and deploys to Container Apps. No registry passwords in the pipeline.Auth: the container app pulls images via a user-assigned managed identity; the ACR admin user is disabled. Because the registry runs in ABAC mode, the ABAC-native Container Registry Repository Reader/Writer roles are used (not the classic
AcrPull/AcrPush).IaC:
infra/terraform/— the whole Azure stack as Terraform (see its README).
Local development
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
# Run the MCP server on http://localhost:8000/mcp
python curator_mcp_server.pyOr with Docker:
docker compose up --build # serves on http://localhost:8000/mcpDeployment
Deployment is automated: pushing to main runs the GitHub Actions workflow, which builds the image
and rolls the Container App to the new build. The workflow needs one repository secret,
AZURE_CREDENTIALS (a service principal with Contributor on the resource group).
To provision the underlying infrastructure declaratively, use the Terraform in infra/terraform/.
Data source & acknowledgement
This project is built on the Museums Victoria Collections API
(https://collections.museumsvictoria.com.au/api) and would not exist without it. All collection
data — specimens, items, articles, and species — is provided by Museums Victoria. Huge thanks to
Museums Victoria for making this data openly available.
Please note when using the data:
Licensing is per-record. Individual records carry their own licence (commonly CC BY 4.0, Public Domain Mark, or CC0) — check each record's
licenceandrightsStatementfields and attribute accordingly.A
User-Agentheader is required on every API request; this server sends one.Some records contain culturally sensitive content. Handle Aboriginal and Torres Strait Islander cultural material with appropriate respect.
This project is not affiliated with or endorsed by Museums Victoria.
License
MIT — see the note above; the museum data is licensed per-record by Museums Victoria and is not covered by this repository's licence.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides AI assistants with access to search, explore, and analyze over 3 million collection objects from the Smithsonian Institution's museums. Enables finding objects currently on exhibit, retrieving detailed metadata, high-resolution images, and 3D models from America's national museums.7910MIT
- Alicense-quality-maintenanceEnables interaction with the Atlas of Living Australia API to search and access 152+ million biodiversity records. Supports occurrence searches, spatial queries, bulk data downloads, and taxonomic data retrieval through natural language.
- Alicense-qualityDmaintenanceEnables searching and exploring millions of items from the Smithsonian Institution's collections including artifacts, artworks, specimens, photographs, and more, using the Smithsonian Open Access API.3MIT
- Alicense-qualityCmaintenanceEnables searching and retrieving detailed information about items from the Smithsonian Open Access collection, including metadata and images.12MIT
Related MCP Connectors
Search 14.5M Smithsonian Open Access objects, get CC0 images, find cross-collection connections.
Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.
Access the OpenAlex academic research catalog — 270M+ publications.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ifiecas/curator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server