# Alertio

Real-time DeFi risk intelligence for AI agents. Scan lending positions across EVM, Solana, and TON chains, simulate liquidations, monitor stablecoin pegs, inspect market utilization, and track perpet…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add alertio/alertio-mcp

# Browse available tools
npx -y smithery tool list alertio/alertio-mcp

# Get full schema for a tool
npx -y smithery tool get alertio/alertio-mcp wallet.scan_evm

# Call a tool
npx -y smithery tool call alertio/alertio-mcp wallet.scan_evm '{}'
```

## Direct MCP Connection

Endpoint: `https://alertio-mcp--alertio.run.tools`

## Tools (6)

- `wallet.scan_evm` — Scans an EVM wallet address across all supported lending protocols and returns every active borrowing position with hea…
- `wallet.scan_solana` — Scans a Solana wallet address across Kamino and Marginfi lending protocols and returns active borrowing positions with …
- `wallet.scan_ton` — Scans a TON wallet address on the EVAA lending protocol and returns the active borrowing position with health factor an…
- `wallet.simulate_liquidation` — Simulates the impact of a collateral price drop on all active EVM lending positions for a wallet (Aave V3/V4, Spark, Mo…
- `markets.stablecoin_pegs` — Returns real-time USD peg data for the top stablecoins (USDT, USDC, DAI, FRAX, crvUSD, USDS, GHO, and more) sourced fro…
- `markets.utilization` — Returns Aave V3 lending market utilization rates, supply APY, and borrow APY across 7 chains (Ethereum, Base, Arbitrum,…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get alertio/alertio-mcp <tool-name>
```

## Resources

- `alertio://markets/aave-v3` — Live Aave V3 lending market snapshot — utilization, supply APY, borrow APY, and status across all 7 supported chains (E…
- `alertio://markets/spark` — Live Spark Protocol lending market snapshot on Ethereum — supply APY, borrow APY, utilization, and TVL for all assets. …
- `alertio://markets/moonwell` — Live Moonwell lending market snapshot on Base — supply APY (including WELL rewards), borrow APY, utilization, and TVL. …
- `alertio://markets/morpho-vaults` — Live Morpho vault snapshot across Ethereum, Base, and Arbitrum — net APY (including rewards), TVL, utilization, and cur…
- `alertio://markets/kamino` — Live Kamino lending market snapshot on Solana — supply APY, borrow APY, utilization, and TVL across all Kamino lending …
- `alertio://markets/kamino-vaults` — Live Kamino vault snapshot on Solana — current APY, 7d APY, 30d APY, TVL, and utilization for all Kamino lending vaults…
- `alertio://stablecoins/pegs` — Live USD peg status for the top 15 stablecoins by market cap (USDT, USDC, DAI, FRAX, crvUSD, USDS, GHO, and more) sourc…
- `alertio://markets/funding-rates` — Live perpetual funding rates from Binance and Bybit for major pairs (BTC, ETH, SOL, BNB, XRP). Positive rate means long…
- `alertio://markets/open-interest` — Live perpetual open interest changes over the past 1 hour from Binance and Bybit for major pairs (BTC, ETH, SOL, BNB, X…

## Prompts (6)

- `check-evm-wallet` (wallet) — Scan an EVM wallet for active lending positions and liquidation risk across Aave V3/V4, Spark, Morpho, Euler V2, and Mo…
- `stress-test-wallet` (wallet, drop) — Simulate a collateral price drop on all EVM lending positions and show which would be liquidated
- `check-solana-wallet` (wallet) — Scan a Solana wallet for lending positions on Kamino and Marginfi
- `check-ton-wallet` (wallet) — Scan a TON wallet for lending positions on EVAA
- `stablecoin-pegs` (symbol) — Check the current USD peg status of top stablecoins and flag any depeg signals
- `aave-utilization` (asset, chain) — Check Aave V3 lending market utilization rates and borrow APYs across all chains
