Developer Tools
oracles-production.up.railway.app
Monitors software dependencies and vendors for changes, risks, and health metrics.
ENDPOINT 1
https://oracles-production.up.railway.app/mcp
MCP server metadata
- Name
- signal-oracle
- Version
- 0.1.0
Change-intelligence feeds for AI agents (dependencies, security advisories, regulations, recalls, tariffs, markets, public data). Call list_feeds first to see every feed and the question each answers. Then preview_feed(source, ...) returns a small FREE sample for any feed. The full windowed feed, per-entity status, and an LLM-written executive brief are sold per call over the x402 micropayment protocol at the URLs each preview returns.
Known tools 7
list_feedsList every change-intelligence feed: source slug, label, the question each answers, per-call prices, paid x402 endpoints, and free discovery URLs.
Inferred read-onlypackagehealth_previewFREE preview of a dependency's health: current version, deprecation flag, OpenSSF Scorecard, SPDX license, and known-advisory count (via deps.dev).
Inferred read-onlyvendorrisk_previewFREE preview of counterparty risk: tracked OFAC designations + product recalls we monitor for the name.
Inferred read-onlydepwatch_previewFree preview of breaking changes / new releases for a software dependency.
Inferred read-onlyregwatch_previewFree preview of recent Federal Register regulatory actions in the tracked industry vertical.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for railway.app was fetched 2026-07-25T19:54:06.182Z.
railway.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.