← advalorem.io

INDIVIDUAL MCP TOOL

predict_liquidation_probability

Get a structured liquidation probability prediction for a specific borrower or the top candidates.

advalorem.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mev.advalorem.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for predict_liquidation_probability and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

advalorem.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mev-intelligence]
url = "https://mev.advalorem.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mev-intelligence": {
      "type": "http",
      "url": "https://mev.advalorem.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mev-intelligence
Remote MCP URL: https://mev.advalorem.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mev-intelligence": {
      "url": "https://mev.advalorem.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mev-intelligence": {
      "type": "http",
      "url": "https://mev.advalorem.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mev-intelligence",
  "transport": "streamable-http",
  "url": "https://mev.advalorem.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_liquidation_waves — Get near-liquidation borrowers ranked by health factor proximity across Aave V3, Spark, and Morpho on L1 and Base.
  • get_searcher_leaderboard — Get top MEV searchers ranked by landed liquidation fires in the last 4 hours.
  • get_builder_recommendation — Get the best Ethereum block builder for MEV bundle submission RIGHT NOW based on live relay acceptance rate and submission volume.
  • get_mev_feed — Get a risk-enriched MEV opportunity stream.
  • submit_bundle — Submit a signed Ethereum bundle directly to MEV SearcherNet rbuilder for inclusion.
  • monitor_crossing_candidates — Get the highest-priority liquidation candidates sorted by cross probability — borrowers most likely to become liquidatable in the next price move.
  • recommend_bundle_submission — Get an actionable bundle submission recommendation for a specific borrower or current market conditions.
  • get_daily_liquidation_report — Get a daily intelligence report summarizing liquidation market activity: competitor count, positions we would have fired on, funnel metrics (PRE→SIM→HOTFIRE→SUBMIT→LANDED), and the top candidate right now.