← Registry

Developer Tools

oracles-production.up.railway.app

Monitors software dependencies and vendors for changes, risks, and health metrics.

x402 supported1 endpoint7 known toolsFirst detected July 25, 2026Last detected August 8, 2026

ENDPOINT 1

https://oracles-production.up.railway.app/mcp

No auth detected

MCP server metadata

Name
signal-oracle
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

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_feeds

List every change-intelligence feed: source slug, label, the question each answers, per-call prices, paid x402 endpoints, and free discovery URLs.

Inferred read-only
preview_feed

Free preview (up to 5 recent changes) for any feed.

Inferred read-only
packagehealth_preview

FREE preview of a dependency's health: current version, deprecation flag, OpenSSF Scorecard, SPDX license, and known-advisory count (via deps.dev).

Inferred read-only
vendorrisk_preview

FREE preview of counterparty risk: tracked OFAC designations + product recalls we monitor for the name.

Inferred read-only
depwatch_preview

Free preview of breaking changes / new releases for a software dependency.

Inferred read-only
regwatch_preview

Free preview of recent Federal Register regulatory actions in the tracked industry vertical.

Inferred read-only
tariffwatch_preview

Free preview of recent US import-tariff changes.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for railway.app was fetched 2026-07-25T19:54:06.182Z.

Trust status Trusted

railway.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.