INDIVIDUAL MCP TOOL
check_stack
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.
LIVE ENDPOINT
https://sighttrue.com/api/mcp
Connect to this endpoint to inspect the live schema for check_stack and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
check_package— 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.compare_repositories— Hold two watched repositories against each other across downloads, OpenSSF scorecard, advisories, forks, stars and findings on record.find_model— Find language models by price and context window, from a catalogue read daily across sixty providers.check_eol— Check whether a runtime, database or framework release is still receiving security fixes, and what to move to.check_provider— Read a provider's announced incident history — how many they have filed, how recently, and what they called them.search_repositories— Find watched repositories whose name contains a string, with their current readings.