# Sighttrue (remote · sighttrue.com)

Measured readings on open-source dependencies: health, end-of-life, model prices, incidents.

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

## Components

- remote · `sighttrue.com`: 59/100 (this document), [markdown](https://verifymcp.io/servers/kaitzyy-dev-sighttrue/api-mcp.md), [page](https://verifymcp.io/servers/kaitzyy-dev-sighttrue/api-mcp)

## Channel facts

- Endpoint: `https://sighttrue.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-08.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 778 tokens (~111/item across 7 items; 7 tools + 0 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**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 71% 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 kaitzyy-dev-sighttrue https://sighttrue.com/api/mcp
```

### Codex

```toml
[mcp_servers.kaitzyy-dev-sighttrue]
url = "https://sighttrue.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kaitzyy-dev-sighttrue": {
      "type": "remote",
      "url": "https://sighttrue.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kaitzyy-dev-sighttrue --url https://sighttrue.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  kaitzyy-dev-sighttrue:
    url: "https://sighttrue.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "kaitzyy-dev-sighttrue": {
      "type": "http",
      "url": "https://sighttrue.com/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-08 (score 59, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-07 (score 59)

First indexed and scored.

## MCP tools (7)

### `check_package` (~92 tokens)

Read the current standing of one open-source package: weekly downloads, OpenSSF scorecard, advisory count, licence, whether the repository is archived, and when it was last pushed to. Covers a curated watchlist of around 400 projects; a package that is not covered returns covered:false and is not being judged.

Input parameters:

- `name` (string, required): Package name as the registry spells it.
- `registry` (string, required)

### `check_stack` (~93 tokens)

Read a whole dependency list at once and report what is archived, what carries advisories, what has a source-available licence, and what has not been pushed to in a year. Also returns how the stack medians against the tracked corpus. Use this when reviewing a package.json, requirements.txt or Cargo.toml.

Input parameters:

- `names` (array, required): Package names, up to 100.
- `registry` (string, required)

### `compare_repositories` (~78 tokens)

Hold two watched repositories against each other across downloads, OpenSSF scorecard, advisories, forks, stars and findings on record. Compares only; it does not rank, and nothing is totalled across measures that share no unit.

Input parameters:

- `a` (string, required): Repository as owner/name.
- `b` (string, required): Repository as owner/name.

### `find_model` (~158 tokens)

Find language models by price and context window, from a catalogue read daily across sixty providers. Use this before choosing a model: prices move weekly and span four orders of magnitude, and no dated record of them exists anywhere else, so a model chosen from memory is usually chosen on a price that has since changed.

Input parameters:

- `limit` (integer)
- `maxPrice` (number): Maximum USD per million prompt tokens.
- `minContext` (integer): Minimum context window in tokens.
- `provider` (string): Restrict to one provider, e.g. anthropic.
- `sort` (string): price-per-context is cost per million divided by hundred-thousands of window — the right ordering when the job needs the window, and published nowhere else.

### `check_eol` (~134 tokens)

Check whether a runtime, database or framework release is still receiving security fixes, and what to move to. Covers about two dozen products read daily from endoflife.date. Use it before recommending or accepting a version pin: end-of-life dates are published years ahead, so a date held in training data is usually the one thing that has since passed.

Input parameters:

- `cycle` (string): Release line, e.g. 3.9 or 20. Omit for every cycle of the product.
- `product` (string, required): Product as endoflife.date spells it, e.g. python, nodejs, postgresql.

### `check_provider` (~114 tokens)

Read a provider's announced incident history — how many they have filed, how recently, and what they called them. Covers about twenty services developers depend on, kept after the providers' own status feeds stop carrying it. A count measures how often they announced something, not how often they broke, so a low number is not a good one.

Input parameters:

- `days` (integer): Window. Default 90.
- `provider` (string): Provider slug, e.g. cloudflare, openai, github. Omit for every provider.

### `search_repositories` (~50 tokens)

Find watched repositories whose name contains a string, with their current readings. Use it to discover what is covered before calling the other tools.

Input parameters:

- `limit` (integer)
- `query` (string, required)

## Diagnostics

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

## Score history

- 2026-08-08: 59
- 2026-08-07: 59

## Links

- Remote endpoint: https://sighttrue.com/api/mcp
- Repository: https://github.com/kaitzyy-dev/sighttrue
- Website: https://sighttrue.com/
- Changelog RSS feed: https://verifymcp.io/servers/kaitzyy-dev-sighttrue/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/kaitzyy-dev-sighttrue/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/kaitzyy-dev-sighttrue/api-mcp
