Curator

Curator

Enables natural language search and exploration of over 1.15 million museum records from Museums Victoria, including specimens, items, articles, and species, with full-text search and detailed record retrieval.

Category
访问服务器

README

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.

Python License

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
search_collections Full-text search with type/image/category filters
get_specimen / get_item / get_article Fetch a single record by ID
list_specimens / list_items / list_articles / list_species Paginated browse

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 &middot; always-warm"]
        ACR -->|"pull via<br/>managed identity"| APP
    end

    GH -->|"build &amp; push<br/>(SP AAD token)"| ACR
    APP -->|"serves /mcp"| CS["Copilot Studio<br/>agent"]

    TF[/"Terraform<br/>infra as code"/] -. provisions .-> Azure

Flow: 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 /mcp on 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.py

Or with Docker:

docker compose up --build   # serves on http://localhost:8000/mcp

Deployment

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 licence and rightsStatement fields and attribute accordingly.
  • A User-Agent header 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.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选