You're viewing a demo portfolio

Join the waitlist
PRSM

get_conviction_score

Active

Tool of PredMCP

declared in 0.7.0

Aggregates funding outlier, whale imbalance, OI/volume ratio, and momentum into a single directional score (-100 short ↔ +100 long) plus a 0-100 strength score. One call replaces 6+ lookups, returns a clean number for LLM decisions.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "asset"
  ],
  "properties": {
    "asset": {
      "type": "string",
      "description": "Asset ticker to analyze, e.g. \"BTC\", \"ETH\", \"HYPE\""
    },
    "whale_window_minutes": {
      "type": "integer",
      "default": 60,
      "maximum": 240,
      "minimum": 5,
      "description": "Lookback window for whale trades (default: 60min)"
    },
    "min_whale_notional_usdc": {
      "type": "number",
      "default": 25000,
      "maximum": 1000000,
      "minimum": 1000,
      "description": "Whale trade threshold in USDC (default: 25,000)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

PredMCP

https://github.com/RavioleLabs/predmcp

1/7 registries
View full server →