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

Delegate 20 typed RQM Robotics jobs for validation, diagnosis, comparison, and optimization.

- Trust score: 50/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-22

## Components

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

## Channel facts

- Endpoint: `https://jobs.rqmtechnologies.com/mcp/robotics`
- 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-22.

- **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**: 37/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 434 tokens (~36/item across 12 items; 12 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 24/100
  - 17% 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-robotics https://jobs.rqmtechnologies.com/mcp/robotics
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "com-rqmtechnologies-robotics": {
      "type": "http",
      "url": "https://jobs.rqmtechnologies.com/mcp/robotics"
    }
  }
}
```

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-22 (score 50, +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.

### 2026-08-21 (score 49, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-20 (score 49)

First indexed and scored.

## MCP tools (12)

### `list_buyer_jobs` (~50 tokens)

List production-live Robotics buyer jobs

Return complete agent discovery contracts for the exact 20-job production-live RQM Robotics portfolio.

Input parameters:

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

### `search_buyer_jobs` (~59 tokens)

Search production-live Robotics buyer jobs

Select Robotics buyer jobs from work-language requests using deterministic semantic scoring.

Input parameters:

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

### `list_capabilities` (~21 tokens)

List Robotics capabilities

Input parameters:

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

### `get_capability` (~29 tokens)

Get the Robotics capability

Input parameters:

- `capability_id` (string, required)
- `product` (string, required)
- `schema_version` (string, required)

### `quote_robotics_job` (~47 tokens)

Quote a Robotics job

Input parameters:

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

### `submit_robotics_job` (~48 tokens)

Submit a Robotics job

Input parameters:

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

### `get_robotics_job_status` (~31 tokens)

Get Robotics job status

Input parameters:

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

### `get_robotics_job_result` (~31 tokens)

Get Robotics job result

Input parameters:

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

### `cancel_robotics_job` (~40 tokens)

Cancel a Robotics job

Input parameters:

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

### `get_robotics_job_artifact` (~40 tokens)

Get a Robotics job artifact

Input parameters:

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

### `get_robotics_receipt` (~24 tokens)

Get a Robotics payment receipt

Input parameters:

- `reservation_id` (string, required)
- `schema_version` (string, required)

### `get_account_balance` (~14 tokens)

Get Account Core balance

Input parameters:

- `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-robotics/mcp-robotics#diagnostics

## Score history

- 2026-08-22: 50
- 2026-08-21: 49
- 2026-08-20: 49

## Links

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