liquidation-oracle
DeFi Liquidation Oracle API
Aave, Compound, Morpho의 DeFi 청산 수준 — 위험 포지션, 가격 트리거, 총 노출액. x402를 통한 호출당 결제 (Base L2의 USDC) — API 키 불필요, 가입 불필요, 속도 제한 장벽 없음.
klymax402 마켓플레이스의 일부 — AI 에이전트를 위한 100개의 x402 마이크로결제 API, 하나의 지갑, 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 bodyx402 호환 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 → 서명 → 재시도 사이클을 자동으로 처리합니다.
도구
도구 | 메서드 | 경로 | 가격 | 설명 |
| GET |
| $0.003 | DeFi 대출 프로토콜의 청산 위험 수준을 가져옵니다 |
defi_get_liquidation_levels
DeFi 대출 프로토콜의 청산 위험 수준을 확인해야 할 때 사용하세요. 위험 포지션과 청산 트리거를 JSON으로 반환합니다.
매개변수
이름 | 타입 | 필수 | 설명 |
| string | 아니오 | 프로토콜로 필터링 (예: aave, compound, morpho, venus). |
| string | 아니오 | 담보 자산 심볼로 필터링 (예: ETH, WBTC, stETH). 선택 사항 — 생략 시 모든 자산을 반환합니다. |
| number | 아니오 | 포함할 최소 위험 가치(USD) (기본값: 10000) |
| 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 보호 리소스 메타데이터)
klykmax402의 일부
AI 에이전트를 위한 100개의 x402 마이크로결제 API -- 하나의 지갑, Base의 USDC, 가입 불필요.
전체 API 참조: https://klymax402.com/llms-full.txt
실시간 통계: https://klymax402.com/stats
저작권
This server cannot be installed
Maintenance
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
AlicenseAqualityBmaintenancePre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.23561MIT- AlicenseAqualityAmaintenanceOn-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.1781MIT
- FlicenseNot gradedqualityCmaintenanceProvides counterparty risk checks for any EVM address, returning malicious-history flags, tiered risk scoring, and plain-language summaries via x402 payment.
- AlicenseNot gradedqualityCmaintenanceProvides real-time crypto market data for AI agents, including derivatives, liquidations, options, macro, and market regime detection, with pay-per-call via x402 micropayments on Base.58MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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