CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
br0ski777 avatar

DeFi Liquidation Oracle API

br0ski777/liquidation-oracle-x402
1 toolsSSEregistry active
Summary

Connects to DeFiLlama's liquidation data through a hosted API at liquidation-oracle.api.klymax402.com to surface real-time liquidation risk across protocols and assets. Useful when you're building DeFi monitoring tools, risk dashboards, or alerting systems and need Claude to pull current health factors without hitting multiple protocol endpoints yourself. The x402 designation suggests this is part of a numbered API series, though the GitHub repo doesn't reveal much implementation detail beyond TypeScript source and MCP server configuration. Deploy it when you want conversational access to who's close to getting liquidated and where the systemic risks are sitting in decentralized lending markets.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Tools

Public tool metadata for what this MCP can expose to an agent.

1 tools
defi_get_liquidation_levelsUse this when you need to check liquidation risk levels in DeFi lending protocols. Returns at-risk positions and liquidation triggers in JSON. 1. positions: array of at-risk positions with owner, pro4 params

Use this when you need to check liquidation risk levels in DeFi lending protocols. Returns at-risk positions and liquidation triggers in JSON. 1. positions: array of at-risk positions with owner, pro

Parameters* required
assetstring
Filter by collateral asset symbol (e.g. ETH, WBTC, stETH). Optional — returns all assets if omitted.
limitnumber
Number of results to return (default: 20, max: 100)
minValueUsdnumber
Minimum at-risk value in USD to include (default: 10000)
protocolstring
Filter by protocol (e.g. aave, compound, morpho, venus). Use 'all' or omit for all protocols.

DeFi Liquidation Oracle API

MCP Server x402 License: MIT

DeFi liquidation levels from Aave, Compound, Morpho -- at-risk positions, price triggers, aggregate exposure. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.

Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.

Quickstart -- MCP

Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):

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

Quickstart -- HTTP (x402)

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

Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.

Tools

ToolMethodPathPriceDescription
defi_get_liquidation_levelsGET/api/levels$0.003Get liquidation risk levels for DeFi lending protocols

defi_get_liquidation_levels

Use this when you need to check liquidation risk levels in DeFi lending protocols. Returns at-risk positions and liquidation triggers in JSON.

Parameters

NameTypeRequiredDescription
protocolstringnoFilter by protocol (e.g. aave, compound, morpho, venus). Use 'all' or omit for all protocols.
assetstringnoFilter by collateral asset symbol (e.g. ETH, WBTC, stETH). Optional — returns all assets if omitted.
minValueUsdnumbernoMinimum at-risk value in USD to include (default: 10000)
limitnumbernoNumber of results to return (default: 20, max: 100)

Returns

  • positions -- array of at-risk positions with owner, protocol, collateral asset, collateral value USD
  • liquidationPrice -- price at which the position gets liquidated
  • currentPrice -- current market price of the collateral
  • distancePercent -- how far current price is from liquidation (%)
  • aggregateAtRisk -- total USD value at risk per protocol
  • protocol -- lending protocol name (Aave, Compound, Morpho, Venus)

Example response:

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

When to use: large market moves to identify cascade liquidation risk. Essential for liquidation bot operators and risk monitoring.

Not for: yields (use defi_find_best_yields), swap quotes (use dex_get_swap_quote), wallet balance (use wallet_get_portfolio).

Example agent prompts

  • "Check liquidation risk levels in DeFi lending protocols"

Payment

  • Protocol: x402 -- HTTP-native pay-per-call, no signup, no API key
  • Network: Base L2 (eip155:8453)
  • Asset: USDC
  • Facilitator: Coinbase CDP (primary), PayAI (fallback)
  • Also reachable via ATXP (OAuth-wrapped x402, RFC 9728 protected-resource metadata)

Part of klymax402

100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.

  • Catalog: https://klymax402.com/llms.txt
  • Full API reference: https://klymax402.com/llms-full.txt
  • Live stats: https://klymax402.com/stats

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Finance & Commerce
Registryactive
TransportSSE
UpdatedMay 16, 2026
View on GitHub

More from br0ski777

  • Email Send API
  • GDPR Scanner API
  • Hash Generator API
  • HL Portfolio API1
  • Hyperliquid Spot API
  • Hyperliquid Whale Position Tracker API
  • Image Generator API
  • Image Resize API
  • IP Geolocation API
  • JSON Validator API
  • Phone Number Validation API
  • Regex Tester API
  • Sentiment Analyzer API
  • Slug Generator API
  • Social Profile Enrichment API
  • Solana Pool Liquidity Scanner API
  • Solana Priority Fee Estimator API
  • Technology Stack Detection API
  • Text Classifier API
  • Text Translator API
  • Timezone Converter API
  • Token Holders API
  • Token OHLCV History API
  • Unit Converter API

Related Finance & Commerce MCP Servers

View all →
br0ski777 avatar
Token Price API

io.github.br0ski777/token-price

Real-time crypto token prices — price, 24h change, market cap, volume. x402 micropayment.
br0ski777 avatar
Whale Alert API

io.github.br0ski777/whale-alert

Track large on-chain whale transactions on Ethereum and Base. x402 micropayment.
brianfofficial avatar
RetentionCheck

io.github.brianfofficial/retentioncheck-mcp-server

Pull churn from Stripe, Postgres, MySQL, or pasted feedback. AI-ranked drivers + fixes.
chaband-ops avatar
Iskra Solana Reputation

io.github.chaband-ops/iskra-reputation

Solana wallet & token reputation lookup. Risk verdict, score, DefiLlama TVL, Rugcheck.
chopmob-cloud avatar
Algovoi Mcp Server

io.github.chopmob-cloud/algovoi-mcp-server

AlgoVoi crypto payments via MCP: USDC + native on Algorand, VOI, Hedera, Stellar.
unifiedoffer avatar
Unified Offer Protocol MCP Server

io.github.chris85appding/unified-offer-protocol

AI-powered e-commerce product search, affiliate links, and price negotiation