INDIVIDUAL MCP TOOL
get_market_catalog
List the bounded read-only Omni MCP tools, prices, networks and supported symbols.
LIVE ENDPOINT
https://omniterminal.app/api/x402/mcp
Connect to this endpoint to inspect the live schema for get_market_catalog 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.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_moving_events— Get fresh market-moving news and catalyst context across equities, crypto, macro, or forex.get_market_risk_context— Get combined liquidation and news risk context.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.