# RQM Jobs MCP (remote · jobs.rqmtechnologies.com)

Delegate 60 specialist work products: 20 WaveEngine, 20 RQM Studio, and 20 RQM Robotics jobs.

- Trust score: 60/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-21

## Components

- remote · `jobs.rqmtechnologies.com`: 60/100 (this document), [markdown](https://verifymcp.io/servers/com-rqmtechnologies-jobs/jobs.md), [page](https://verifymcp.io/servers/com-rqmtechnologies-jobs/jobs)

## Channel facts

- Endpoint: `https://jobs.rqmtechnologies.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.6.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-08-21.

- **Endpoint Security**: 60/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 54/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 501 tokens (~35/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http com-rqmtechnologies-jobs https://jobs.rqmtechnologies.com/mcp
```

### Codex

```toml
[mcp_servers.com-rqmtechnologies-jobs]
url = "https://jobs.rqmtechnologies.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-rqmtechnologies-jobs --url https://jobs.rqmtechnologies.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-rqmtechnologies-jobs:
    url: "https://jobs.rqmtechnologies.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-rqmtechnologies-jobs": {
      "type": "http",
      "url": "https://jobs.rqmtechnologies.com/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-08-21 (score 60, +6)

- [functional improvement] Schema quality: unverified → fair

### 2026-08-20 (score 54, −5)

- [functional regression] Schema quality: 31 → 35
- [functional regression] Schema quality: fair → unverified
- [functional] New tool “list_buyer_jobs”
- [functional] New tool “search_buyer_jobs”

### 2026-08-19 (score 59, 0)

- [functional regression] Schema quality: 26 → 31
- [functional] Server version: 1.5.0 → 1.6.0
- [functional] New tool “run_buyer_job”

### 2026-08-18 (score 59, 0)

- [functional] Server version: 1.4.0 → 1.5.0

### 2026-08-17 (score 59, +1)

- [functional] Server version: 1.2.0 → 1.4.0

### 2026-08-16 (score 58, +1)

- [security] Tool “list_capabilities” rewrote its description, which is the text the model reads
- [security] Tool “submit_wave_job” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 225 → 296
- [functional improvement] Stability: unverified → 0.03
- [functional] Server version: 1.0.0 → 1.2.0
- [functional] New tool “get_capability”
- [functional] New tool “get_job_artifact”

### 2026-08-15 (score 57)

First indexed and scored.

## MCP tools (14)

### `list_buyer_jobs` (~54 tokens)

List production-live RQM buyer jobs

Return complete agent discovery contracts for the exact production-live 20/20/20 RQM specialist work portfolio.

Input parameters:

- `product` (string)
- `schema_version` (string)
- `surface` (string)

### `search_buyer_jobs` (~70 tokens)

Search production-live RQM buyer jobs

Select RQM buyer jobs from work-language requests using deterministic semantic scoring over instructions, examples, outputs, and next steps.

Input parameters:

- `limit` (integer)
- `product` (string)
- `query` (string, required)
- `schema_version` (string)
- `surface` (string)

### `list_capabilities` (~27 tokens)

List RQM job capabilities

Describe the preserved v0/v1 surface or the dynamic v2/v3 Wave catalog.

### `get_capability` (~18 tokens)

Get one RQM job capability

Return one full approved public Wave capability descriptor.

### `run_buyer_job` (~81 tokens)

Run any RQM buyer job

Quote, settle, and submit one allowlisted WaveEngine, Studio, or Robotics buyer job using x402.

Input parameters:

- `capability_id` (string, required)
- `idempotency_key` (string, required)
- `max_total_price` (string, required)
- `product` (string, required)
- `request` (object, required)
- `schema_version` (string, required)

### `quote_job` (~24 tokens)

Quote an RQM job

Return a preserved v0 placeholder or a durable v1 Account Core USD quote.

### `get_account_balance` (~27 tokens)

Get RQM MCP account balance

Read the authenticated canonical Account Core prepaid USD balance.

Input parameters:

- `schema_version` (string, required)

### `create_funding_session` (~48 tokens)

Create an RQM MCP funding session

Create an idempotent Stripe Checkout URL for human prepaid funding.

Input parameters:

- `amount` (string, required)
- `idempotency_key` (string, required)
- `schema_version` (string, required)

### `submit_wave_job` (~22 tokens)

Submit a WaveEngine job

Reserve an exact quote and submit one bounded catalog-approved Wave job.

### `submit_quantum_job` (~23 tokens)

Submit an RQM Studio job

Reserve an exact quote and submit one bounded managed-simulator job.

### `get_job_status` (~20 tokens)

Get RQM job status

Read one authorized Wave or Studio managed-simulator job.

### `get_job_result` (~20 tokens)

Get RQM job result

Read one completed and already-settled product result.

### `cancel_job` (~16 tokens)

Cancel an RQM job

Request cancellation of one authorized product job.

### `get_job_artifact` (~51 tokens)

Get one Wave job artifact

Retrieve one principal-scoped bounded Wave result artifact.

Input parameters:

- `artifact_id` (string, required)
- `job_id` (string, required)
- `product` (string, required)
- `schema_version` (string, required)

## Diagnostics

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

## Score history

- 2026-08-21: 60
- 2026-08-20: 54
- 2026-08-19: 59
- 2026-08-18: 59
- 2026-08-17: 59
- 2026-08-16: 58
- 2026-08-15: 57

## Links

- Remote endpoint: https://jobs.rqmtechnologies.com/mcp
- Repository: https://github.com/RQM-Technologies-dev/RQM-Jobs-MCP
- Website: https://www.rqmtechnologies.com/docs
- Changelog RSS feed: https://verifymcp.io/servers/com-rqmtechnologies-jobs/jobs.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-rqmtechnologies-jobs/jobs.json
- HTML version of this page: https://verifymcp.io/servers/com-rqmtechnologies-jobs/jobs
