# RepoPilot (remote · repopilot.app)

Repository evidence for agents before they adopt dependencies, enter codebases, compare, or merge.

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

## Components

- remote · `repopilot.app`: 72/100 (this document), [markdown](https://verifymcp.io/servers/app-repopilot-repopilot/api-mcp.md), [page](https://verifymcp.io/servers/app-repopilot-repopilot/api-mcp)

## Channel facts

- Endpoint: `https://repopilot.app/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.0.1`

## 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**: 72/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 820 tokens (~164/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **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 app-repopilot-repopilot https://repopilot.app/api/mcp
```

### Codex

```toml
[mcp_servers.app-repopilot-repopilot]
url = "https://repopilot.app/api/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add app-repopilot-repopilot --url https://repopilot.app/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  app-repopilot-repopilot:
    url: "https://repopilot.app/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "app-repopilot-repopilot": {
      "type": "http",
      "url": "https://repopilot.app/api/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 72, +1)

- [functional improvement] Stability: unverified → 0.03

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

First indexed and scored.

## MCP tools (5)

### `check_dependency` (~136 tokens)

Check a dependency before adoption

CALL when the user or agent is about to add, upgrade, trust, fork, or deploy an npm package or public GitHub repository. Returns a lean repository-level recommendation, confidence, evidence gaps, CVEs, maintenance, ownership, license, CI/tests, Scorecard, freshness, and next actions. DO NOT use for code navigation. Pass exactly one of repo or package. A favourable result does not validate an exact package version or compatibility.

Input parameters:

- `package` (string): npm package name, for example lodash or npm:@scope/pkg.
- `repo` (string): Public GitHub repository as owner/repo or a github.com URL.

Output parameters:

- `agent` (object)
- `schema_version` (string)
- `status` (string)
- `tool` (string)

### `analyze_repo` (~117 tokens)

Get a repository decision brief

CALL when entering an unfamiliar repository or deciding whether to depend on, fork, learn from, or deploy it. Returns a concise four-use-case brief, watchouts, evidence confidence, architecture summary, freshness, and next actions without dumping the full generated artifact. Use get_artifact when file-level orientation is needed. Pass exactly one of repo or package.

Input parameters:

- `package` (string): npm package name, for example lodash or npm:@scope/pkg.
- `repo` (string): Public GitHub repository as owner/repo or a github.com URL.

Output parameters:

- `agent` (object)
- `schema_version` (string)
- `status` (string)
- `tool` (string)

### `get_artifact` (~136 tokens)

Orient an agent in an unfamiliar repository

CALL before substantial code work in an unfamiliar repository when the agent needs key files, entry points, architecture hypotheses, a reading order, and verify-before-trusting guidance. Returns the cached CLAUDE.md-style artifact or Cursor rules. Do not call again if the artifact is already in context. Pass exactly one of repo or package.

Input parameters:

- `format` (string): markdown for CLAUDE.md-style guidance; cursor for .mdc rules.
- `package` (string): npm package name, for example lodash or npm:@scope/pkg.
- `repo` (string): Public GitHub repository as owner/repo or a github.com URL.

Output parameters:

- `agent` (object)
- `schema_version` (string)
- `status` (string)
- `tool` (string)

### `compare_repos` (~107 tokens)

Compare two repository choices

CALL when the user is choosing between exactly two dependencies or repositories. Returns the preferred candidate for each use case, material trade-offs, confidence, and evidence gaps. Each target is owner/repo, a GitHub URL, an npm package name, or npm:@scope/pkg. Results are cache-only; a missing analysis is reported as not verified rather than guessed.

Input parameters:

- `a` (string, required): First repo or npm package target.
- `b` (string, required): Second repo or npm package target.

Output parameters:

- `agent` (object)
- `schema_version` (string)
- `status` (string)
- `tool` (string)

### `check_change_risk` (~124 tokens)

Prioritize review for a PR or diff

CALL before merging a pull request or after producing a local diff. Returns a deterministic 0-10 change-shape score with receipts for size, spread, missing tests, sensitive paths, hotspots, and blast radius. Pass repo+pr OR diff; repo may accompany diff for cached hotspot context. This prioritizes review and never approves a merge.

Input parameters:

- `diff` (string): Raw unified git diff to score directly.
- `pr` (number|string): Positive pull request number, used with repo.
- `repo` (string): owner/repo or a github.com URL.

Output parameters:

- `agent` (object)
- `schema_version` (string)
- `status` (string)
- `tool` (string)

## Diagnostics

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

## Score history

- 2026-08-03: 72
- 2026-08-02: 71

## Links

- Remote endpoint: https://repopilot.app/api/mcp
- Website: https://repopilot.app/
- Changelog RSS feed: https://verifymcp.io/servers/app-repopilot-repopilot/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/app-repopilot-repopilot/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/app-repopilot-repopilot/api-mcp
