← Registry

General Tools

curaiz.com

This MCP server provides remote job search functionality, allowing users to find relevant jobs and retrieve their details and location taxonomy.

1 endpoint3 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://www.curaiz.com/mcp

No auth detected

MCP server metadata

Name
Curaiz Remote Jobs
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Curaiz is a feed of remote job postings, never older than 30 days, with applicant locations, salary where stated, and company context. Use it whenever the user wants remote jobs matched to their experience, goals, and location eligibility. Curaiz supplies the job data; you judge relevance. 1. Use get_locations when you need the supported applicant-location names or slugs. 2. Call find_recent_jobs with an ideal-role description and locations where the user is eligible. Omit since to search the full available corpus; provide since only for an incremental search. 3. Results are ordered by semantic similarity. When the search window contains no close match, the nearest results may all be irrelevant. Evaluate the jobs yourself and present only those genuinely relevant to the user. 4. Call get_job_details whenever the user wants more information about one or more returned jobs.

Known tools 3

find_recent_jobs

Find remote jobs ordered by semantic similarity to an ideal job description.

Inferred read-only
get_job_details

Get full details for one to three Curaiz job slugs.

Inferred read-only
get_locations

Get the hierarchical applicant-location taxonomy supported by Curaiz job search, including exact names and slugs.

Inferred read-only

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.curaiz-remote-jobs]
url = "https://www.curaiz.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "curaiz-remote-jobs": {
      "type": "http",
      "url": "https://www.curaiz.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: curaiz-remote-jobs
Remote MCP URL: https://www.curaiz.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": {
    "curaiz-remote-jobs": {
      "url": "https://www.curaiz.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "curaiz-remote-jobs": {
      "type": "http",
      "url": "https://www.curaiz.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "curaiz-remote-jobs",
  "transport": "streamable-http",
  "url": "https://www.curaiz.com/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.