General Tools
ceruleanjobs.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://ceruleanjobs.com/api/mcp
MCP server metadata
- Name
- cerulean-jobs
- Version
- 3.0.0
Cerulean lists open jobs at luxury houses and brands worldwide — fashion and leather goods, watches, jewellery, beauty, wines and spirits, luxury hospitality — read from the houses' own career sites every four hours, so closed roles drop out. search finds and filters roles, from keywords or a plain sentence; fetch returns one listing in full (responsibilities, requirements, pay where stated, required languages); find_similar_jobs starts from one listing's id, which every result carries. Brand, country and location take ordinary names ("Tiffany & Co.", "US", "Genève"). A value Cerulean has no jobs under comes back as an unknown_value warning; its suggestions are spellings of known brands and places, not nearby alternatives. Each result's url is the listing's page on Cerulean, where candidates read it in full and apply: link each listing you mention to its url, or to localizedUrl where there is one. Results come ranked, and a host that shows them as cards numbers them in that order. locale, the user's language and region as a BCP 47 tag (fr-CH), sets the language of titles and descriptions and adds localizedUrl on that country's Cerulean site; it does not filter.
Known tools 3
fetchUse this when someone asks about one specific Cerulean listing — its responsibilities, qualifications, skills, experience, education, pay when the employer states it, benefits or required languages — and its id or Cerulean URL is known.
Potential side effectsfind_similar_jobsUse this when someone wants more roles like one specific Cerulean listing: the closest open roles by what the job is and where it is.
Inferred read-onlysearchUse this when someone wants to find, browse, count or compare open roles at luxury houses and brands, the newest openings included.
Inferred read-onlyCONNECT 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.cerulean-jobs]
url = "https://ceruleanjobs.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cerulean-jobs": {
"type": "http",
"url": "https://ceruleanjobs.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cerulean-jobs
Remote MCP URL: https://ceruleanjobs.com/api/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": {
"cerulean-jobs": {
"url": "https://ceruleanjobs.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cerulean-jobs": {
"type": "http",
"url": "https://ceruleanjobs.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cerulean-jobs",
"transport": "streamable-http",
"url": "https://ceruleanjobs.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.