← oracleintel.io

INDIVIDUAL MCP TOOL

get_geopolitical_signals

Fetch the current ranked list of provenance-anchored geopolitical & prediction-market convergence signals (last ~24h, JSON).

oracleintel.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

oracleintel.io

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.oracleintel-io]
url = "https://oracleintel.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "oracleintel-io": {
      "type": "http",
      "url": "https://oracleintel.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: oracleintel-io
Remote MCP URL: https://oracleintel.io/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": {
    "oracleintel-io": {
      "url": "https://oracleintel.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "oracleintel-io": {
      "type": "http",
      "url": "https://oracleintel.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "oracleintel-io",
  "transport": "streamable-http",
  "url": "https://oracleintel.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_signals_with_system_status — Fetch the full provenance-anchored signal stream AND a live system-status snapshot (pipeline / arena / watcher) in one call (JSON).