Back to Browse

Fabtally Chain MCP Server

Developer ToolsModerate5.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://chain.fabtally.com/mcp

Security Report

5.2
Moderate5.2Moderate Risk

FabTally Chain MCP is a well-architected, read-only on-chain monitoring server with proper authentication via x402 payment challenges. Code is clean with appropriate error handling, minimal dependencies, and no dangerous patterns. Permissions are narrowly scoped to HTTP network calls to a single API backend. Minor code quality observations (broad error catches, limited input validation on some fields) do not materially impact security given the server's read-only, stateless nature. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).

5 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

FabTally Chain — MCP server

On-chain monitoring reads an AI agent or dev polls per-call. Fronts the Chain HTTP API at https://chain.fabtally.com. Holds no private key.

Tools (all paid; a call with no payment returns the decoded x402 402 challenge)

ToolPriceWhat it does
ens_expiry$0.001Resolve an ENS .eth / Basename .base.eth name's registration expiry on-chain — expiry date, days-left, 90-day grace status, release date, current owner. Args: name.
gas$0.001Current gas for a chain via public RPC — base fee + suggested priority + max fee (gwei) at the latest block; optional at/below-threshold boolean. Args: chain, below_gwei?.
token_unlocks$0.003Next token vesting/unlock event(s) from DefiLlama's public emissions data — date, amount, % of max supply. Cleanly says so when there's no public schedule. Args: token (symbol/name/address), chain?.
oracle_health$0.003Chainlink price-feed health — last-update age, latest answer, round monotonicity, stale flag vs heartbeat, optional deviation vs a reference. Args: feed_address, chain, heartbeat_seconds?, reference?.

Every tool also accepts an optional x_payment (base64 x402 payload) that is forwarded as the X-PAYMENT header to settle the call and return the real result. Humans can instead prepay by card and use an X-FabTally-Key credit key against the HTTP API.

Transports

  • stdio (portable): npx fabtally-chain-mcp (bin: fabtally-chain-mcp)
  • streamable-http (hosted): https://chain.fabtally.com/mcp

Config: FABTALLY_CHAIN_BASE (default https://chain.fabtally.com).

Read-only, keyless, stateless, descriptive market-data/utility reads. Operated by Sunstone Soft (fabtally.com). Not financial advice, not a signal, not a prediction. The stateful "alert me when …" delivery is a separate product (the FabTally Alerts Telegram bot).

Reviews

No reviews yet

Be the first to review this server!