← omniterminal.app

INDIVIDUAL MCP TOOL

get_market_risk_context

Get combined liquidation and news risk context.

omniterminal.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://omniterminal.app/api/x402/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_market_risk_context 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

omniterminal.app

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.omni-market-intelligence]
url = "https://omniterminal.app/api/x402/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "omni-market-intelligence": {
      "type": "http",
      "url": "https://omniterminal.app/api/x402/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: omni-market-intelligence
Remote MCP URL: https://omniterminal.app/api/x402/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": {
    "omni-market-intelligence": {
      "url": "https://omniterminal.app/api/x402/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "omni-market-intelligence": {
      "type": "http",
      "url": "https://omniterminal.app/api/x402/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "omni-market-intelligence",
  "transport": "streamable-http",
  "url": "https://omniterminal.app/api/x402/mcp"
}
MCP Inspector

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

Related tools

  • get_market_catalog — List the bounded read-only Omni MCP tools, prices, networks and supported symbols.
  • get_market_moving_events — Get fresh market-moving news and catalyst context across equities, crypto, macro, or forex.
  • resolve_market_entities — Resolve up to 20 current market names or aliases.
  • get_market_carry — Get current Hyperliquid funding, carry and positioning context.
  • get_premarket_roundup — Get the latest published OmniTerminal Pre-Market Roundup, or select an exact YYYY-MM-DD publication date.