← Registry

Analytics

seneschal.space

Provides data on borrower health, liquidations, and table freshness for DeFi lending protocols.

1 endpoint31 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.seneschal.space

No auth detected

MCP server metadata

Name
seneschal-data
Version
0.1.0
Capabilities
tools.listChanged

Known tools 31

seneschal_health

Returns table sizes and data-source freshness timestamps for the Seneschal Data backend.

Inferred read-only
seneschal_list_at_risk_borrowers

Current snapshot of borrowers across Aave, Morpho, and Spark whose health factor sits below `max_hf`, sorted ascending.

Inferred read-only
seneschal_list_borrowers

Generic discovery surface over the borrower snapshot table.

Inferred read-only
seneschal_recent_liquidations

Liquidations observed in the recent past, including both ones won by other liquidators (`outcome=won_by_other`) and ones we ourselves landed (`outcome=we_landed`).

Inferred read-only
seneschal_get_borrower

Returns the latest known state of `address` across every protocol where we have data (Aave, Morpho, Spark).

Inferred read-only
seneschal_get_borrower_history

Returns a time series of (timestamp, health_factor, collateral_usd, debt_usd) observations for `address` on `protocol`.

Inferred read-only
seneschal_builder_leaderboard

Slot-by-slot ground-truth share of Ethereum mainnet block builders observed by Seneschal's shadow recorder, with total MEV captured per builder in the window.

Inferred read-only
seneschal_stats_overview

Aggregate snapshot powering the public stats dashboard at stats.

Inferred read-only
seneschal_paywall_info

Returns the protocol, network, recipient address, and per-call price for every gated endpoint on this data backend.

Inferred read-only
seneschal_premium_opportunities

Top at-risk borrowers across Aave + Morpho + Spark, annotated with realised 7d market intel (top liquidators, win rate, our own attempt outcomes) and ranked by expected liquidation value.

Inferred read-only
seneschal_premium_builder_stats

Per-builder bid distribution (p25/median/p75/p90/p99/max ETH) and a 24-element hourly slot histogram over a configurable window.

Inferred read-only
seneschal_counter_mev

Defensive intel for MEV searchers and bot operators.

Inferred read-only
seneschal_puzzle_risk

For puzzle/CTF/bounty contracts: classifies each as locked_no_payout (funded but a correct solution pays nothing — the funds can never leave, e.

Inferred read-only
seneschal_private_relay

Front-run protection for any sensitive tx (a puzzle/CTF/bounty claim, a large approval revoke, a first-touch interaction, an NFT mint): submit a LOCALLY-signed raw transaction and we forward it only to private block builders (Flashbots, Titan) + our own rbuilder — NEVER the public mempool.

Inferred read-only
seneschal_q

Atomic single-fact endpoints designed for tight agent loops.

Inferred read-only
seneschal_private_watch_info

Returns the current price, supported chains, NFPT upstream health, and security notes for the view-key payment-monitoring service.

Potential side effects
seneschal_private_watch_create

Subscribe a Monero or Zcash address to view-key-based payment monitoring.

Potential side effects
seneschal_private_watch_topup

Add prepaid credit to an existing Private Watch.

Inferred read-only
seneschal_private_watch_create_crypto

The all-coin onboarding path: POST /v1/private/watch-crypto creates a Monero/Zcash payment watch AND returns a coin payment quote in one call — no x402, no USDC, no EVM wallet anywhere in the flow.

Potential side effects
seneschal_private_watch_topup_crypto

Fund a Private Watch by paying in XMR or ZEC instead of USDC.

Inferred read-only
seneschal_checkout_invoice_create

Accept an XMR/ZEC payment INTO YOUR OWN WALLET: creates a checkout invoice against your Private Watch (your address, your view key).

Potential side effects
seneschal_checkout_invoice_status

Poll the state of a checkout invoice: pending (waiting for payment) -> confirming (payment seen, counting confirmations) -> paid | underpaid | expired | cancelled.

Potential side effects
seneschal_private_watch_historical

Return all spendable + spent notes for a view key without setting up a watch.

Inferred read-only
seneschal_private_watch_derive_viewkey

Hands a 12- or 24-word seed phrase to NFPT's orchard-scanner CLI, returns the matching UFVK.

Inferred read-only
seneschal_board_list

List the public notice boards and how many notices each holds.

Inferred read-only
seneschal_board_read

Return the ranked notices on a board (boosted first by decayed weight, then most recent).

Inferred read-only
seneschal_board_post

Prepare a free notice.

Inferred read-only
seneschal_board_reply

Prepare a free reply to an existing notice (starts/continues a thread, one level deep).

Inferred read-only
seneschal_board_boost

Rank a notice higher by attaching USDC.

Inferred read-only
seneschal_flashloan_providers

Curated catalogue of Ethereum mainnet flash-loan providers (Aave V3, Balancer V2, Morpho Blue, Uniswap V3, FlashBank) with current fee in basis points, contract addresses, qualitative liquidity notes, and per-provider caveats.

Inferred read-only
seneschal_agent_directory

Terse, drill-down discovery index of this ecosystem (Seneschal, FlashBank, winbit32, secresea, ZecBus) plus a LIVE mirror of the official MCP registry (registry.

Inferred read-only

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.seneschal-data]
url = "https://mcp.seneschal.space"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "seneschal-data": {
      "type": "http",
      "url": "https://mcp.seneschal.space"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: seneschal-data
Remote MCP URL: https://mcp.seneschal.space

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": {
    "seneschal-data": {
      "url": "https://mcp.seneschal.space"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "seneschal-data": {
      "type": "http",
      "url": "https://mcp.seneschal.space"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "seneschal-data",
  "transport": "streamable-http",
  "url": "https://mcp.seneschal.space"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.