Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Sighttrue

REMOTE · SIGHTTRUE.COM · SCANNED AUG 8

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

Available components

59 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 778 tokens (~111/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage90
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 71% of tool parameters carry a description.Partial
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · sighttrue.com

# add to Claude Code
claude mcp add --transport http kaitzyy-dev-sighttrue https://sighttrue.com/api/mcp
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add kaitzyy-dev-sighttrue --url https://sighttrue.com/api/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  kaitzyy-dev-sighttrue:
    url: "https://sighttrue.com/api/mcp"
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 8 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 7 Aug 26 59

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 8 Aug 2026 · Probed https://sighttrue.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=sighttrue.com CN=WE1,O=Google Trust Services,C=US 7 Aug 2026 5 Nov 2026 ECDSA 256 ECDSA-SHA256 dc4e046867870ca90eb49d5d13ee77a5
SANs: sighttrue.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of sighttrue.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
sighttrue.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://sighttrue.com/api/mcp Verified 200
http (plaintext) http://sighttrue.com/api/mcp HTTPS enforced 301 https://sighttrue.com/api/mcp
MCP tools · 7 exposed · ~719 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
check_eol ~134

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.

NameTypeReqDescription
cyclestringRelease line, e.g. 3.9 or 20. Omit for every cycle of the product.
productstringyesProduct as endoflife.date spells it, e.g. python, nodejs, postgresql.

No output schema declared.

No examples provided.

check_package ~92

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.

NameTypeReqDescription
namestringyesPackage name as the registry spells it.
registrystringyes

No output schema declared.

No examples provided.

check_provider ~114

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.

NameTypeReqDescription
daysintegerWindow. Default 90.
providerstringProvider slug, e.g. cloudflare, openai, github. Omit for every provider.

No output schema declared.

No examples provided.

check_stack ~93

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.

NameTypeReqDescription
namesarrayyesPackage names, up to 100.
registrystringyes

No output schema declared.

No examples provided.

compare_repositories ~78

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.

NameTypeReqDescription
astringyesRepository as owner/name.
bstringyesRepository as owner/name.

No output schema declared.

No examples provided.

find_model ~158

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.

NameTypeReqDescription
limitinteger
maxPricenumberMaximum USD per million prompt tokens.
minContextintegerMinimum context window in tokens.
providerstringRestrict to one provider, e.g. anthropic.
sortstringprice-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.

No output schema declared.

No examples provided.

search_repositories ~50

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

NameTypeReqDescription
limitinteger
querystringyes

No output schema declared.

No examples provided.