← stratalize.com

INDIVIDUAL MCP TOOL

get_resolve_price_threshold

Resolve whether a crypto asset is above or below a threshold via multi-source consensus for settlement and verification workflows.

stratalize.comnone authenticationAvailability not checked

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 endpoint

stratalize.com

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.stratalize-intelligence]
url = "https://www.stratalize.com/api/mcp-public?vertical=oracle"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stratalize-intelligence": {
      "type": "http",
      "url": "https://www.stratalize.com/api/mcp-public?vertical=oracle"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stratalize-intelligence
Remote MCP URL: https://www.stratalize.com/api/mcp-public?vertical=oracle

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": {
    "stratalize-intelligence": {
      "url": "https://www.stratalize.com/api/mcp-public?vertical=oracle"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stratalize-intelligence": {
      "type": "http",
      "url": "https://www.stratalize.com/api/mcp-public?vertical=oracle"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stratalize-intelligence",
  "transport": "streamable-http",
  "url": "https://www.stratalize.com/api/mcp-public?vertical=oracle"
}
MCP Inspector

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

Related tools

  • get_verify_crypto_price — Verify current crypto asset price via multi-source consensus.
  • get_stratalize_overview — START HERE — Returns the complete Stratalize tool catalog: governed MCP tools across finance, healthcare, governance, real estate, crypto, and intelligence.