# Git.Top (remote · git.top)

Evidence-backed open-source project search, recommendations, alternatives, and comparisons.

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

## Components

- remote · `git.top`: 65/100 (this document), [markdown](https://verifymcp.io/servers/haocn-ops-git-top/mcp-core.md), [page](https://verifymcp.io/servers/haocn-ops-git-top/mcp-core)

## Channel facts

- Endpoint: `https://git.top/mcp/core`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-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**: 53/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 636 tokens (~127/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**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http haocn-ops-git-top https://git.top/mcp/core
```

### Codex

```toml
[mcp_servers.haocn-ops-git-top]
url = "https://git.top/mcp/core"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "haocn-ops-git-top": {
      "type": "remote",
      "url": "https://git.top/mcp/core",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add haocn-ops-git-top --url https://git.top/mcp/core --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  haocn-ops-git-top:
    url: "https://git.top/mcp/core"
```

### Other

```json
{
  "mcpServers": {
    "haocn-ops-git-top": {
      "type": "http",
      "url": "https://git.top/mcp/core"
    }
  }
}
```

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-02 (score 65, +1)

- [cosmetic] “search_projects” reworded the description of “query”

### 2026-08-01 (score 64, +7)

- [security improvement] Authorization: unverified → partial
- [functional improvement] Stability: unverified → 0.03

### 2026-07-31 (score 57)

First indexed and scored.

## MCP tools (5)

### `search_projects` (~208 tokens)

Search Git.Top projects by query, category, deployment, difficulty, language, or Cloudflare readiness. Results include project_kind and collection_metadata for resource hubs and curated collections. On large corpora, inspect metadata.candidate_retrieval and metadata.truncated before treating broad results as exhaustive.

Input parameters:

- `category` (string)
- `cloudflare_ready` (boolean)
- `cursor` (string): Opaque next_cursor from a previous search_projects result.
- `deployment` (string)
- `difficulty` (string)
- `language` (string)
- `limit` (integer)
- `query` (string): Search terms, such as openai, cloudflare agent framework, or browser automation. Leave cursor empty for a new search.
- `ranking` (string): Optional browse ranking for broad category/deployment discovery with larger limits. Defaults to exact-intent search ranking.
- `require_d1` (boolean): Fail closed unless the tool result is backed by D1 instead of seed fallback.

### `get_project` (~146 tokens)

Return structured Git.Top knowledge for a project or collection, including the compact agent summary, overview, alternatives, deployments, quality score, agent score, project_kind, and collection_metadata when applicable.

Input parameters:

- `owner` (string): GitHub owner; use with repo when project_id is omitted.
- `project_id` (string): Canonical owner/repo identifier or a Git.Top product alias such as claude-code or cursor. The repo field may also contain owner/repo.
- `repo` (string): GitHub repository name, or owner/repo when owner is omitted.
- `require_d1` (boolean): Fail closed unless the tool result is backed by D1 instead of seed fallback.

### `recommend_project` (~67 tokens)

Recommend open source projects for a concrete agent use case and constraints.

Input parameters:

- `constraints` (object)
- `limit` (integer)
- `require_d1` (boolean): Fail closed unless the tool result is backed by D1 instead of seed fallback.
- `use_case` (string, required)

### `get_agent_workflow` (~112 tokens)

Return a structured Git.Top workflow that guides an agent from trends to recommendations, graph, alternatives, score, compare, and trust checks.

Input parameters:

- `constraints` (object)
- `intent` (string): Natural-language selection goal.
- `limit` (integer)
- `project_id` (string): Optional focus project or product alias.
- `require_d1` (boolean): Fail closed unless the tool result is backed by D1 instead of seed fallback.
- `use_case` (string): Concrete project use case.

### `compare_projects` (~72 tokens)

Compare projects by deployment, maintenance, difficulty, Cloudflare readiness, and use case fit.

Input parameters:

- `criteria` (array)
- `deployment` (string)
- `project_ids` (array, required)
- `require_d1` (boolean): Fail closed unless the tool result is backed by D1 instead of seed fallback.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/haocn-ops-git-top/mcp-core#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 64
- 2026-07-31: 57

## Links

- Remote endpoint: https://git.top/mcp/core
- Repository: https://github.com/haocn-ops/git-top
- Website: https://git.top/connect?source=mcp-registry
- Changelog RSS feed: https://verifymcp.io/servers/haocn-ops-git-top/mcp-core/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/haocn-ops-git-top/mcp-core/changelog.json
- HTML version of this page: https://verifymcp.io/servers/haocn-ops-git-top/mcp-core
