Live DeFi liquidation, Ethereum builder & Monero/Zcash data over MCP. Free, no key; x402 premium.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Free, public REST + Model Context Protocol server exposing real-time and historical DeFi liquidation telemetry for Aave, Morpho, Spark and Compound on Ethereum mainnet, plus block-builder market share data from the operator's own slot-by-slot shadow recorder.
Two paid tiers sit on top, both billed per call over x402 micropayments (USDC on Base β no account, no API key):
POST /v1/private/topup-crypto β free quote, no x402, no key; we detect
the coin payment with the same view-key scanner the product sells). Drive
it from the API, the MCP tools, or the
WalletConnect control panel.| What | URL | Auth |
|---|---|---|
| REST API | https://api.seneschal.space | None |
| MCP (Streamable HTTP) | https://mcp.seneschal.space | None |
| Control panel (Private Watch) | https://panel.seneschal.space | Wallet |
| Docs | https://docs.seneschal.space | - |
| Live stats dashboard | https://stats.seneschal.space | - |
Rate limit: 120 requests/min/IP at the REST host. The MCP host pipelines requests over a single transport so the same limit applies per session.
Add this to your MCP client config (e.g. ~/.cursor/mcp.json):
This server is published to the official
MCP Registry as
io.github.Rotwang9000/seneschal-data (see server.json),
so MCP-aware clients and aggregators can discover it automatically.
Eighteen tools become available to your agent β free read tools, plus paid tools that hand back the exact URL + body to settle over x402:
| Tool | Purpose |
|---|---|
seneschal_health | Liveness + data freshness |
seneschal_list_at_risk_borrowers | Find liquidatable positions across all DeFi |
seneschal_list_borrowers | Generic discovery / pagination over the full borrower set |
seneschal_recent_liquidations | Recent on-chain liquidations (won by other liquidators or ourselves) |
seneschal_get_borrower | Latest state of one borrower across protocols |
seneschal_get_borrower_history | Time-series health-factor traces |
seneschal_builder_leaderboard | Ethereum builder market share (24h, 7d, 30d, all-time) |
seneschal_stats_overview | Aggregate snapshot powering the public dashboard, incl. operator activity (counts only β no profit fields) |
seneschal_flashloan_providers | Curated catalogue of mainnet flash-loan providers, incl. LP-side commit-capital paths where applicable |
seneschal_paywall_info | Free metadata for the x402 paywall (network, recipient, per-call price) |
seneschal_premium_opportunities | EV-ranked at-risk borrowers with realised market intel (x402, paid) |
seneschal_premium_builder_stats | Per-builder bid distribution + hourly slot histogram for bundle pricing (x402, paid) |
seneschal_q | Penny Oracle dispatcher β atomic single facts across DeFi + Monero/Zcash, $0.001/call (x402, paid) |
seneschal_private_watch_info | Free metadata for Private Watch: meter, supported chains, NFPT upstream health, security notes |
seneschal_private_watch_create | Subscribe an XMR/ZEC view key to webhook payment monitoring (x402, paid) |
seneschal_private_watch_topup | URL + body to top up an existing watch's credit ($0.10 / $1 / $5 tiers) |
seneschal_private_watch_topup_crypto | Free quote to top up a watch by paying in Monero/Zcash; poll status until settled (no x402, no key) |
seneschal_private_watch_historical | One-off paid scan returning spendable + spent notes for a view key (x402, paid; key never persists) |
seneschal_private_watch_derive_viewkey | Free, rate-limited Zcash UFVK derivation from a BIP-39 mnemonic (with a loud security warning) |
| Method | Path | Notes |
|---|---|---|
GET | /v1/health | Liveness + freshness probe |
GET | /v1/liquidations/atrisk | ?protocol&max_hf&min_debt_usd&limit |
GET | /v1/liquidations/recent | ?since_ms&protocol&limit |
GET | /v1/borrowers | ?protocol&min_hf&max_hf&min_debt_usd&max_debt_usd&sort_by&sort_dir&limit&offset |
GET | /v1/borrowers/:address | Cross-protocol borrower snapshot |
GET | /v1/borrowers/:address/history | `?protocol=aave |
GET | /v1/builders/leaderboard | `?window=24h |
GET | /v1/stats/overview | Aggregate snapshot for dashboards |
GET | /v1/flashloan/providers | ?chain&max_fee_bps&multi_asset |
Full details, parameter tables, and worked examples at
https://docs.seneschal.space.
Seneschal operates an Ethereum block builder
(extra_data = Seneschal/0.1) and a vertically-integrated liquidation
searcher. The searcher already tracks ~500 Morpho borrowers, 1,300+
Spark borrowers, every Aave V3 mainnet position with non-trivial debt,
and the winning builder of every slot since May 2026. Nobody else
publishes this combination, so we expose it.
Two protocols, one backend:
A Dockerfile is provided for self-hosting the MCP server:
The data sources are SQLite + JSONL files written by the Seneschal bot.
Schemas are documented in src/db.js; if you have your own writer
producing the same shapes you can point this server at it.
539 jest tests covering the query layer (in-memory SQLite fixtures), the
Fastify REST routes (via fastify.inject), the MCP server (both
in-process via InMemoryTransport and end-to-end via
StreamableHTTPClientTransport), the x402 paywall + bazaar-discovery
wiring, the Private Watch credit meter / poller / surge pricing, and the
ops watchdog. Plus test/live-smoke.mjs which exercises the live
mcp.seneschal.space endpoint over Streamable HTTP.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/seneschal-data)<a href="https://allmcps.com/mcp/seneschal-data"><img src="https://allmcps.com/api/badge/seneschal-data?style=directory" alt="Seneschal Data on AllMCPs" /></a>