Skip to main content
Glama

DeFi Liquidation Oracle API

MCP Server x402 License: MIT

DeFiの清算レベルをAave、Compound、Morphoから取得 -- リスクのあるポジション、価格トリガー、総エクスポージャー。x402によるコールごとの課金(Base L2上のUSDC)-- APIキー不要、サインアップ不要、レート制限の壁なし。

klymax402 マーケットプレイスの一部 -- AIエージェント向けの100のx402マイクロペイメントAPI、1つのウォレット、Base上のUSDC。

クイックスタート -- MCP

MCPクライアントの設定(Claude Desktop、Cursor、ElizaOSなど)に追加してください:

{
  "mcpServers": {
    "liquidation-oracle": {
      "url": "https://liquidation-oracle.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: Cabal-Hunter

クイックスタート -- HTTP (x402)

curl "https://liquidation-oracle.api.klymax402.com/api/levels"
# -> 402 Payment Required, with an x402 payment challenge in the response body

x402対応クライアント(@x402/fetchx402-agent-tools、ATXP)は、402 -> 署名 -> 再試行のサイクルを自動的に処理します。

ツール

ツール

メソッド

パス

価格

説明

defi_get_liquidation_levels

GET

/api/levels

$0.003

DeFiレンディングプロトコルの清算リスクレベルを取得します

defi_get_liquidation_levels

DeFiレンディングプロトコルの清算リスクレベルを確認する必要がある場合に使用します。リスクのあるポジションと清算トリガーをJSONで返します。

パラメータ

名前

必須

説明

protocol

string

任意

プロトコルでフィルタリングします(例: aave、compound、morpho、venus)。すべてのプロトコルを対象にするには'all'を使用するか、省略します。

asset

string

任意

担保資産のシンボルでフィルタリングします(例: ETH、WBTC、stETH)。オプション -- 省略すると全資産を返します。

minValueUsd

number

任意

含めるリスク金額の最小値(USD)(デフォルト: 10000)

limit

number

任意

返す結果の件数(デフォルト: 20、最大: 100)

戻り値

  • positions -- リスクのあるポジションの配列(所有者、プロトコル、担保資産、担保価値(USD))

  • liquidationPrice -- ポジションが清算される価格

  • currentPrice -- 担保資産の現在の市場価格

  • distancePercent -- 現在価格が清算価格からどのくらい離れているか(%)

  • aggregateAtRisk -- プロトコルごとのリスク総額(USD)

  • protocol -- レンディングプロトコルの名前(Aave、Compound、Morpho、Venus)

レスポンス例:

{"positions":[{"protocol":"Aave V3","collateral":"WETH","collateralUsd":245000,"liquidationPrice":2850.00,"currentPrice":3100.00,"distancePercent":8.06}],"aggregateAtRisk":{"Aave V3":12500000},"totalPositions":42}

使用に適した場面: 大規模な相場変動でカスケード清算リスクを特定する場合。清算ボットの運営者やリスク監視に必須です。

使用に適さない場面: イールド(defi_find_best_yieldsを使用)、スワップクォート(dex_get_swap_quoteを使用)、ウォレット残高(wallet_get_portfolioを使用)。

エージェントプロマーの例

  • "DeFiレンディングプロトコルの清算リスクレベルを確認して"

支払い

  • プロトコル: x402 -- HTTPネイティブのコールごとの課金、サインアップ不要、APIキー不要

  • ネットワーク: Base L2 (eip155:8453)

  • 資産: USDC

  • ファシリテーター: Coinbase CDP(プライマリ)、PayAI(フォールバック)

  • また、ATXP(OAuthでラップされたx402、RFC 9728 protected-resource metadata)経由でもアクセスできます

klymax402の一部

AIエージェント向けの100 x402マイクロペイメントAPI -- 1つのウォレット、Base上のUSDC、サインアップ不要。

ライセンス

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    On-chain Solana token safety for trading agents — traces coordinated wallet funding, same-block Jito bundles, serial-rug deployers and live coordinated dumps into one Exit-Liquidity Risk verdict before a swap. Free tier, then $0.02 USDC/query via x402.
    1
    78
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides counterparty risk checks for any EVM address, returning malicious-history flags, tiered risk scoring, and plain-language summaries via x402 payment.

View all related MCP servers

Related MCP Connectors

  • Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.

  • 30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.

  • 63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/liquidation-oracle-x402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server