streamable-httpMITupdated 1mo ago
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.
¿Qué puedes hacer con FabTally Chain?
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)
| Tool | Price | What it does |
|---|---|---|
ens_expiry |
$0.001 | Resolve 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.001 | Current 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.003 | Next 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.003 | Chainlink 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).
Instalación
Añade FabTally Chain a tu cliente. Elige el que uses.
claude mcp add --transport http fabtally-chain https://chain.fabtally.com/mcpcodex mcp add fabtally-chain --url https://chain.fabtally.com/mcp{
"mcpServers": {
"fabtally-chain": {
"url": "https://chain.fabtally.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"fabtally-chain": {
"type": "http",
"url": "https://chain.fabtally.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"fabtally-chain": {
"url": "https://chain.fabtally.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"fabtally-chain": {
"serverUrl": "https://chain.fabtally.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 herramientas
FabTally Chain expone 3 herramientas a un agente conectado.
- ens_expiry
- $0.001
- token_unlocks
- $0.003
- oracle_health
- $0.003
Puntuación
61 / 100
Buena
- Documentación16/25
- Mantenimiento16/25
- Confianza13/20
- Capacidad4/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 31 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.0.0Última | 1 ago 2026 |