Developer Tools
sighttrue.com
Provides developers with package health, security advisories, model pricing, and end-of-life information for their dependencies.
ENDPOINT 1
https://sighttrue.com/api/mcp
MCP server metadata
- Name
- sighttrue
- Version
- 1.0.0
Readings about open-source dependencies, taken every four hours and published as static files. Every figure is measured rather than estimated, and every tool result carries the limits of what it can support. The watchlist is curated and partial: an uncovered package is untracked, not judged.
Known tools 7
check_packageRead 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.
Inferred read-onlycheck_stackRead 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.
Inferred read-onlycompare_repositoriesHold two watched repositories against each other across downloads, OpenSSF scorecard, advisories, forks, stars and findings on record.
Inferred read-onlyfind_modelFind language models by price and context window, from a catalogue read daily across sixty providers.
Inferred read-onlycheck_eolCheck whether a runtime, database or framework release is still receiving security fixes, and what to move to.
Inferred read-onlycheck_providerRead a provider's announced incident history — how many they have filed, how recently, and what they called them.
Inferred read-onlysearch_repositoriesFind watched repositories whose name contains a string, with their current readings.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sighttrue]
url = "https://sighttrue.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sighttrue": {
"type": "http",
"url": "https://sighttrue.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sighttrue
Remote MCP URL: https://sighttrue.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sighttrue": {
"url": "https://sighttrue.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sighttrue": {
"type": "http",
"url": "https://sighttrue.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sighttrue",
"transport": "streamable-http",
"url": "https://sighttrue.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.