Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Tenpace Review Router

io.github.tenpace-app/review-router

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

Uptime
100.0%
1 direct probes · 30d
Response
1229ms
last probe
Tools
5
callable
Resources
1
readable
Prompts
0
available

Tools · 5

start_review_router_setup

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

get_review_router_setup_status

Read structured progress and the next required human action.

preview_review_router_setup

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

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.

send_review_router_test

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

Resources · 1

review-router-agent-setup-guide

Human-authenticated setup protocol, REST API, Action, and MCP instructions.

https://review-router.tenpace.com/docs/agent-setup.md

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tenpace_review_router": {
      "url": "https://api.tenpace.com/v1/review-router/mcp",
      "transport": "streamable-http"
    }
  }
}