INDIVIDUAL MCP TOOL
packagehealth_preview
FREE preview of a dependency's health: current version, deprecation flag, OpenSSF Scorecard, SPDX license, and known-advisory count (via deps.dev).
LIVE ENDPOINT
https://oracles-production.up.railway.app/mcp
Connect to this endpoint to inspect the live schema for packagehealth_preview 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.signal-oracle]
url = "https://oracles-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"signal-oracle": {
"type": "http",
"url": "https://oracles-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: signal-oracle
Remote MCP URL: https://oracles-production.up.railway.app/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": {
"signal-oracle": {
"url": "https://oracles-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"signal-oracle": {
"type": "http",
"url": "https://oracles-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "signal-oracle",
"transport": "streamable-http",
"url": "https://oracles-production.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_feeds— List every change-intelligence feed: source slug, label, the question each answers, per-call prices, paid x402 endpoints, and free discovery URLs.preview_feed— Free preview (up to 5 recent changes) for any feed.vendorrisk_preview— FREE preview of counterparty risk: tracked OFAC designations + product recalls we monitor for the name.depwatch_preview— Free preview of breaking changes / new releases for a software dependency.regwatch_preview— Free preview of recent Federal Register regulatory actions in the tracked industry vertical.tariffwatch_preview— Free preview of recent US import-tariff changes.