x402_liquidity_monitor
ActiveTool of gapup-mcp
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)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries