# UX Jobs (remote · mcp.uxjobs.io)

Search 4,000+ live UX & product-design jobs from jobs.uxjobs.io. Read-only, no auth.

- Trust score: 74/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `mcp.uxjobs.io`: 74/100 (this document), [markdown](https://verifymcp.io/servers/io-uxjobs-jobs/mcp.md), [page](https://verifymcp.io/servers/io-uxjobs-jobs/mcp)

## Channel facts

- Endpoint: `https://mcp.uxjobs.io/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1661 tokens (~207/item across 8 items; 7 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 47/100
  - Stability observed for 14 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 98% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the UX Jobs MCP server?

UX Jobs is a hosted endpoint at https://mcp.uxjobs.io/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http io-uxjobs-jobs 'https://mcp.uxjobs.io/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "io-uxjobs-jobs": {
      "url": "https://mcp.uxjobs.io/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "io-uxjobs-jobs": {
      "type": "http",
      "url": "https://mcp.uxjobs.io/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.io-uxjobs-jobs]
url = "https://mcp.uxjobs.io/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-uxjobs-jobs": {
      "type": "remote",
      "url": "https://mcp.uxjobs.io/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-uxjobs-jobs --url 'https://mcp.uxjobs.io/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-uxjobs-jobs:
    url: "https://mcp.uxjobs.io/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "io-uxjobs-jobs": {
      "Transport": "http",
      "Url": "https://mcp.uxjobs.io/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add io-uxjobs-jobs -t streamable-http -u 'https://mcp.uxjobs.io/mcp'
```

### Other

```json
{
  "mcpServers": {
    "io-uxjobs-jobs": {
      "type": "http",
      "url": "https://mcp.uxjobs.io/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-26 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-25 (score 73, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-24 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-22 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (7)

### `search_jobs` (~361 tokens)

Search UX & product-design jobs

Search live UX, product-design, UX-research, content-design and design-leadership roles on jobs.uxjobs.io. Filter by keywords, location/country, remote, seniority, discipline, company, posted salary and recency. Returns a page of compact results (newest first, keyword relevance when a query is given) plus the total match count.

Input parameters:

- `company` (string): Company name (substring match).
- `country` (string): ISO-3166 alpha-2 country code, e.g. "US", "GB", "DE".
- `employment_type` (string): e.g. "Full-time", "Contract", "Part-time", "Intern".
- `limit` (integer): Results per page (1–50).
- `location` (string): City/state/country text to match in the posted location, e.g. "London", "New York", "Germany". Use "remote" for remote roles.
- `min_salary_usd` (integer): Only roles whose posted annual USD salary range reaches at least this figure. Only ~8% of roles post salary.
- `offset` (integer): Skip this many results (for paging).
- `posted_within_days` (integer): Only roles posted in the last N days (1–60).
- `query` (string): Keywords matched against title, company, location and description, e.g. "senior product designer fintech". All words must match.
- `remote` (boolean): true = only fully-remote roles; false = exclude remote roles.
- `role_family` (string): Design discipline derived from the title.
- `seniority` (string): Seniority derived from the title.
- `workplace` (string): Workplace arrangement when the employer stated one.

Output parameters:

- `attribution` (string)
- `generated_at` (string)
- `offset` (number)
- `results` (array)
- `returned` (number)
- `total` (number)

### `get_job` (~90 tokens)

Get a job listing

Return one job listing in detail — location, workplace, posted salary, employer apply link, and a description excerpt when the source provides one — by the id returned from search_jobs (or the jobs.uxjobs.io page slug). The listing URL has the complete text.

Input parameters:

- `id` (string, required): Job id from search_jobs, or the slug from a jobs.uxjobs.io/jobs/{slug}/ URL.

Output parameters:

- `apply_url` (string)
- `attribution` (string)
- `company` (string)
- `country` (string|null)
- `description_excerpt` (string|null)
- `description_note` (string)
- `employment_type` (string|null)
- `id` (string)
- `location` (string)
- `logo` (string|null)
- `open_confidence`
- `posted_at` (string|null)
- `region` (string|null)
- `remote` (boolean)
- `role_family` (string)
- `salary` (string|null)
- `seniority` (string)
- `source` (string|null)
- `title` (string)
- `url` (string)
- `workplace`

### `companies_hiring` (~342 tokens)

Companies hiring the most designers

Rank companies by number of open UX/product-design roles on jobs.uxjobs.io, optionally within a filter (country, remote, seniority, keywords, recency). Useful for "who is hiring the most designers in Berlin" or "which companies opened design roles this week".

Input parameters:

- `company` (string): Company name (substring match).
- `country` (string): ISO-3166 alpha-2 country code, e.g. "US", "GB", "DE".
- `employment_type` (string): e.g. "Full-time", "Contract", "Part-time", "Intern".
- `limit` (integer)
- `location` (string): City/state/country text to match in the posted location, e.g. "London", "New York", "Germany". Use "remote" for remote roles.
- `min_open_roles` (integer): Only companies with at least this many matching open roles.
- `min_salary_usd` (integer): Only roles whose posted annual USD salary range reaches at least this figure. Only ~8% of roles post salary.
- `posted_within_days` (integer): Only roles posted in the last N days (1–60).
- `query` (string): Keywords matched against title, company, location and description, e.g. "senior product designer fintech". All words must match.
- `remote` (boolean): true = only fully-remote roles; false = exclude remote roles.
- `role_family` (string): Design discipline derived from the title.
- `seniority` (string): Seniority derived from the title.
- `workplace` (string): Workplace arrangement when the employer stated one.

Output parameters:

- `attribution` (string)
- `companies` (array)
- `generated_at` (string)
- `matched_roles` (number)
- `total_companies` (number)

### `salary_snapshot` (~325 tokens)

Posted salary ranges by seniority

Median and quartile posted salary (annual USD, from roles that state a range) by seniority level, optionally filtered by country, remote, discipline or keywords. Only roles with a posted USD range count — typically 5–10% of listings — so treat small samples with caution; the sample size is returned per level.

Input parameters:

- `company` (string): Company name (substring match).
- `country` (string): ISO-3166 alpha-2 country code, e.g. "US", "GB", "DE".
- `employment_type` (string): e.g. "Full-time", "Contract", "Part-time", "Intern".
- `location` (string): City/state/country text to match in the posted location, e.g. "London", "New York", "Germany". Use "remote" for remote roles.
- `min_salary_usd` (integer): Only roles whose posted annual USD salary range reaches at least this figure. Only ~8% of roles post salary.
- `posted_within_days` (integer): Only roles posted in the last N days (1–60).
- `query` (string): Keywords matched against title, company, location and description, e.g. "senior product designer fintech". All words must match.
- `remote` (boolean): true = only fully-remote roles; false = exclude remote roles.
- `role_family` (string): Design discipline derived from the title.
- `seniority` (string): Seniority derived from the title.
- `workplace` (string): Workplace arrangement when the employer stated one.

Output parameters:

- `attribution` (string)
- `by_seniority` (array)
- `currency` (string)
- `generated_at` (string)
- `overall_median_mid` (number|null)
- `roles_matched` (number)
- `roles_with_salary` (number)

### `hiring_snapshot` (~331 tokens)

Design hiring market snapshot

A statistical snapshot of the design job market on jobs.uxjobs.io: total open roles, roles posted in the last 7 days, remote share, and breakdowns by seniority, discipline, top countries, top cities and top hiring companies. Accepts the same optional filters as search_jobs so you can snapshot a country, a discipline or a keyword.

Input parameters:

- `company` (string): Company name (substring match).
- `country` (string): ISO-3166 alpha-2 country code, e.g. "US", "GB", "DE".
- `employment_type` (string): e.g. "Full-time", "Contract", "Part-time", "Intern".
- `location` (string): City/state/country text to match in the posted location, e.g. "London", "New York", "Germany". Use "remote" for remote roles.
- `min_salary_usd` (integer): Only roles whose posted annual USD salary range reaches at least this figure. Only ~8% of roles post salary.
- `posted_within_days` (integer): Only roles posted in the last N days (1–60).
- `query` (string): Keywords matched against title, company, location and description, e.g. "senior product designer fintech". All words must match.
- `remote` (boolean): true = only fully-remote roles; false = exclude remote roles.
- `role_family` (string): Design discipline derived from the title.
- `seniority` (string): Seniority derived from the title.
- `workplace` (string): Workplace arrangement when the employer stated one.

Output parameters:

- `attribution` (string)
- `by_role_family` (array)
- `by_seniority` (array)
- `companies_hiring` (number)
- `countries` (number)
- `generated_at` (string)
- `open_roles` (number)
- `posted_last_7_days` (number)
- `remote_share_of_stated_workplace` (number|null)
- `roles_with_posted_salary` (number)
- `top_cities` (array)
- `top_companies` (array)
- `top_countries` (array)

### `search` (~73 tokens)

Search job listings (connector search)

Keyword search over live UX & product-design job listings on jobs.uxjobs.io. Returns up to 20 results with id, title and URL; pass an id to fetch for the full listing. Natural-language queries work: "remote senior product designer fintech", "UX researcher London".

Input parameters:

- `query` (string, required): Search query.

Output parameters:

- `results` (array)

### `fetch` (~54 tokens)

Fetch a job listing (connector fetch)

Retrieve one job listing from jobs.uxjobs.io by the id returned from search: location, salary, apply link and a description excerpt; the listing URL has the complete text.

Input parameters:

- `id` (string, required): Listing id from search.

Output parameters:

- `id` (string)
- `metadata` (object)
- `text` (string)
- `title` (string)
- `url` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/io-uxjobs-jobs/mcp#diagnostics

## Score history

- 2026-09-26: 74
- 2026-09-25: 73
- 2026-09-24: 73
- 2026-09-23: 72
- 2026-09-22: 72
- 2026-09-21: 71
- 2026-09-20: 71
- 2026-09-19: 70
- 2026-09-18: 70
- 2026-09-17: 69
- 2026-09-16: 69
- 2026-09-15: 68
- 2026-09-14: 68
- 2026-09-13: 67
- 2026-09-12: 67

## Common questions

### What is the UX Jobs MCP server?

UX Jobs is an MCP server listed in the public MCP registry as io.uxjobs/jobs. Search 4,000+ live UX & product-design jobs from jobs.uxjobs.io. Read-only, no auth. This page covers its hosted endpoint (https://mcp.uxjobs.io/mcp).

### Is the UX Jobs MCP server safe to use?

UX Jobs scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the UX Jobs MCP server expose?

UX Jobs exposes 7 tools: search_jobs, get_job, companies_hiring, salary_snapshot, hiring_snapshot, and 2 more. Their descriptions and schemas cost roughly 1,576 tokens of context every time the server is loaded.

### Does the UX Jobs MCP server require authentication?

No. We connected to UX Jobs without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the UX Jobs MCP server still maintained?

UX Jobs is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.uxjobs.io/mcp
- Website: https://mcp.uxjobs.io/
- Changelog RSS feed: https://verifymcp.io/servers/io-uxjobs-jobs/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-uxjobs-jobs/mcp.json
- HTML version of this page: https://verifymcp.io/servers/io-uxjobs-jobs/mcp
