You're viewing a demo portfolio

Join the waitlist
PRSM

x402_liquidity_monitor

Active

Tool of gapup-mcp

declared in 0.2.0

Monitors real-time x402-USDC liquidity depth across 12 decentralized and centralized exchanges, providing slippage alerts and depth analysis for CFO liquidity risk assessment. Inputs include slippage thresholds and exchange selection; outputs liquidity depth, price impact estimates, and warning flags. Essential for optimizing trade execution and managing liquidity exposure. Keywords: liquidity monitoring, slippage analysis, DEX/CEX depth, x402-USDC pair, CFO financial tooling.

Parameters schema

{
  "type": "object",
  "required": [
    "slippageThreshold"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "exchanges": {
      "type": "array",
      "items": {
        "enum": [
          "uniswap",
          "1inch",
          "coinbase",
          "binance",
          "kraken",
          "okx",
          "huobi",
          "bybit",
          "gateio",
          "mexc",
          "bitfinex",
          "bitstamp"
        ],
        "type": "string"
      },
      "description": "List of exchanges to monitor (defaults to all 12 if empty)"
    },
    "depthLevels": {
      "type": "array",
      "items": {
        "enum": [
          0.1,
          0.5,
          1,
          2,
          5,
          10
        ],
        "type": "number"
      },
      "description": "Liquidity depth levels to analyze (percentage from mid-price)"
    },
    "slippageThreshold": {
      "type": "number",
      "maximum": 100,
      "minimum": 0,
      "description": "Maximum acceptable slippage percentage (0-100)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →
x402_liquidity_monitor — gapup-mcp — PRSM MCP