# Tenpace Review Router (remote · api.tenpace.com)

Human-authenticated setup for routing GitHub pull requests into the right Slack channel.

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

## Components

- remote · `api.tenpace.com`: 70/100 (this document), [markdown](https://verifymcp.io/servers/tenpace-app-review-router/v1-review-router-mcp.md), [page](https://verifymcp.io/servers/tenpace-app-review-router/v1-review-router-mcp)

## Channel facts

- Endpoint: `https://api.tenpace.com/v1/review-router/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.3`

## 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-03.

- **Endpoint Security**: 80/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 is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 67/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 399 tokens (~66/item across 6 items; 5 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 79% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http tenpace-app-review-router https://api.tenpace.com/v1/review-router/mcp
```

### Codex

```toml
[mcp_servers.tenpace-app-review-router]
url = "https://api.tenpace.com/v1/review-router/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tenpace-app-review-router": {
      "type": "remote",
      "url": "https://api.tenpace.com/v1/review-router/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tenpace-app-review-router --url https://api.tenpace.com/v1/review-router/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  tenpace-app-review-router:
    url: "https://api.tenpace.com/v1/review-router/mcp"
```

### Other

```json
{
  "mcpServers": {
    "tenpace-app-review-router": {
      "type": "http",
      "url": "https://api.tenpace.com/v1/review-router/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-03 (score 70, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-02 (score 70)

First indexed and scored.

## MCP tools (5)

### `start_review_router_setup` (~111 tokens)

Start Review Router setup

Create an inert GitHub-to-Slack setup plan and return one browser sign-in URL for the person completing setup.

Input parameters:

- `idempotencyKey` (string)
- `preset` (string)
- `repository` (string, required): GitHub repository in owner/repository format
- `reviewerMentions` (string)
- `slackChannel` (string, required): Slack channel name, with or without #
- `slackWorkspace` (string): Optional exact workspace name, Slack team ID, or Tenpace workspace ID

### `get_review_router_setup_status` (~44 tokens)

Get Review Router setup status

Read structured progress and the next required human action.

Input parameters:

- `agentToken` (string, required): Secret returned at creation
- `setupId` (string, required): Setup-session ID

### `preview_review_router_setup` (~50 tokens)

Preview Review Router setup

Read the exact current intent version and locked setup plan before asking a human to continue.

Input parameters:

- `agentToken` (string, required): Secret returned at creation
- `setupId` (string, required): Setup-session ID

### `apply_review_router_setup` (~59 tokens)

Apply Review Router setup

Idempotently create or reconcile the route after the person completing setup signed in, claimed the current intent, and connected both providers.

Input parameters:

- `agentToken` (string, required): Secret returned at creation
- `setupId` (string, required): Setup-session ID

### `send_review_router_test` (~52 tokens)

Send Review Router verification message

After route application, idempotently send one real Slack setup message through the production delivery path.

Input parameters:

- `agentToken` (string, required): Secret returned at creation
- `setupId` (string, required): Setup-session ID

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/tenpace-app-review-router/v1-review-router-mcp#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 70

## Links

- Remote endpoint: https://api.tenpace.com/v1/review-router/mcp
- Repository: https://github.com/tenpace-app/review-router-setup
- Changelog RSS feed: https://verifymcp.io/servers/tenpace-app-review-router/v1-review-router-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/tenpace-app-review-router/v1-review-router-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/tenpace-app-review-router/v1-review-router-mcp
