← curatorsearch.com

INDIVIDUAL MCP TOOL

institution_jobs

Every role one museum or gallery currently has open on the board, by institution name.

curatorsearch.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://curatorsearch.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for institution_jobs and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

curatorsearch.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.curatorsearch]
url = "https://curatorsearch.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "curatorsearch": {
      "type": "http",
      "url": "https://curatorsearch.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: curatorsearch
Remote MCP URL: https://curatorsearch.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "curatorsearch": {
      "url": "https://curatorsearch.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "curatorsearch": {
      "type": "http",
      "url": "https://curatorsearch.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "curatorsearch",
  "transport": "streamable-http",
  "url": "https://curatorsearch.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_jobs — Search live museum, gallery and curatorial job listings, gathered daily from institutions' own career pages.
  • get_job — One listing in full: description, stated salary, deadline, and the institution's original posting URL.
  • salary_transparency — How many live museum and curatorial postings state a salary, and the median advertised figure among those that do -- the CuratorSearch Curatorial Pay Archive headline number, computed live.