Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

FabTally Chain

io.github.zvmzaretsky/fabtally-chain

On-chain monitoring reads: ENS/Basename expiry, gas, token unlocks & Chainlink oracle health.

Uptime
100.0%
1 direct probes · 30d
Response
98ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

ens_expiry

PAID $0.001 (x402, USDC on Base). Resolve an ENS .eth or Basename .base.eth name's registration expiry ON-CHAIN (public RPC). Returns expiry date, days-left, whether it's in the 90-day grace period, t…

gas

PAID $0.001 (x402, USDC on Base). Current gas for a chain via public RPC: base fee + suggested priority + suggested max fee (gwei) at the latest block. If below_gwei is set, also returns whether the b…

token_unlocks

PAID $0.003 (x402, USDC on Base). Next token vesting/unlock event(s) from DefiLlama's PUBLIC emissions dataset: upcoming unlock date(s), token amount, and % of max supply, with a human description. Cl…

oracle_health

PAID $0.003 (x402, USDC on Base). Chainlink price-feed health via public RPC: last-update age, latest answer (scaled by decimals), round monotonicity (is the answer current?), a stale flag vs the hear…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fabtally_chain": {
      "url": "https://chain.fabtally.com/mcp",
      "transport": "streamable-http"
    }
  }
}