FabTally Chain
Server Details
On-chain monitoring reads: ENS/Basename expiry, gas, token unlocks & Chainlink oracle health.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- zvmzaretsky/fabtally-chain-mcp
- GitHub Stars
- 0
- Server Listing
- fabtally-chain-mcp
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.4/5 across 4 of 4 tools scored.
Each tool targets a distinct on-chain data category: ENS expiry, gas fees, oracle health, and token unlocks. There is no overlap in purpose or arguments, making selection unambiguous.
All tool names follow a consistent snake_case format with descriptive nouns (ens_expiry, gas, oracle_health, token_unlocks). No mixed conventions or vague verbs are present.
Four tools is a well-scoped size for a focused read-only blockchain data server. Each tool provides a distinct service without redundancy or unnecessary bloat.
The set covers common on-chain data needs (ENS, gas, oracles, token emissions), but could be more comprehensive by including e.g. block/transaction info or token balances. However, within its apparent niche it is reasonably complete.
Available Tools
4 toolsens_expiryENS / Basename expiry lookup (paid $0.001)AInspect
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, the release date it becomes registrable again, and the current owner. Read-only, descriptive. Args: name. Without payment returns the x402 challenge; pass x_payment to settle.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full ENS name ending in .eth (e.g. vitalik.eth) or .base.eth (e.g. jesse.base.eth). | |
| x_payment | No | x402 payment payload (base64) for this PAID read. If supplied it is forwarded as the X-PAYMENT header to settle the call and return the real result instead of a 402 challenge. Omit to get the price challenge first. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden, and it does well by clearly stating 'PAID', 'Read-only, descriptive', and 'ON-CHAIN (public RPC)'. It also discloses the two-step behavior (challenge vs. result) and that payment occurs via x402/USDC on Base, giving the agent a solid understanding of side effects and prerequisites.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and well-structured: it front-loads the payment warning, then states the tool's purpose, expected outputs, and payment flow. Each sentence provides necessary information without redundancy, achieving high information density in a few sentences.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of an output schema, the description compensates by enumerating key return fields (expiry date, days-left, grace period, release date, owner) and detailing the payment interaction. It does not cover edge cases like invalid names, but overall it is sufficiently complete for a simple lookup tool with clear scope.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, and the schema already explains both parameters in detail, including the x_payment challenge behavior. The description's mention of 'Args: name' and the payment flow adds little beyond what the schema provides, so the baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool resolves ENS .eth or Basename .base.eth registration expiry on-chain, using specific verbs like 'Resolve' and listing exact outputs. It distinguishes itself from sibling tools (gas, oracle_health, token_unlocks) by focusing on domain-name expiry, which is unrelated to those.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context on when to use the tool (when expiry info is needed) and explains the payment workflow explicitly: without payment it returns a 402 challenge, and passing x_payment settles the call. It does not name alternatives, but the sibling domains are clearly different, so no explicit exclusion is necessary.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gasCurrent gas for a chain (paid $0.001)AInspect
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 base fee is at/below your threshold right now. Read-only. Args: chain (ethereum|base|arbitrum|polygon|bsc|optimism), below_gwei (optional). Without payment returns the x402 challenge; pass x_payment to settle.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain to read gas for. | |
| x_payment | No | x402 payment payload (base64) for this PAID read. If supplied it is forwarded as the X-PAYMENT header to settle the call and return the real result instead of a 402 challenge. Omit to get the price challenge first. | |
| below_gwei | No | Optional threshold: return a boolean of whether base fee is at/below this many gwei now. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description discloses essential behavior: it is read-only, requires payment, and returns a challenge when x_payment is omitted. It also explains the optional below_gwei threshold behavior. This covers the main behavioral aspects an agent needs to know.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact, front-loaded with the paid status, and efficiently communicates the core function, payment flow, and optional threshold. Every sentence contributes useful information without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the absence of an output schema, the description adequately explains the return values (base fee, priority, max fee, optional boolean) and the payment challenge/settle mechanism. It provides enough context for an agent to understand the tool's full behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides complete descriptions for all three parameters (chain, x_payment, below_gwei), achieving 100% coverage. The description reinforces the chain options and optionality but does not add substantially new semantic meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: returning current gas data (base fee, priority fee, max fee) for a supported chain via public RPC. It also specifies the output format (gwei) and an optional threshold check, making it distinct from sibling tools (ens_expiry, oracle_health, token_unlocks).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides clear context on when to use the tool: for reading current gas prices. It explains the payment flow (x402 challenge vs. x_payment to settle), but does not explicitly mention alternatives or when not to use it, though the sibling tools are clearly different in scope.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
oracle_healthChainlink price-feed health (paid $0.003)AInspect
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 heartbeat, optional deviation vs a reference price, and per-factor flags. Read-only, descriptive. Args: feed_address, chain, heartbeat_seconds (optional), reference (optional). Without payment returns the x402 challenge; pass x_payment.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain the feed is deployed on. | |
| reference | No | A reference price to compute deviation % against (optional). | |
| x_payment | No | x402 payment payload (base64) for this PAID read. If supplied it is forwarded as the X-PAYMENT header to settle the call and return the real result instead of a 402 challenge. Omit to get the price challenge first. | |
| feed_address | Yes | Chainlink aggregator/proxy address (0x…40-hex), e.g. ETH/USD 0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419. | |
| heartbeat_seconds | No | The feed's heartbeat in seconds for a precise stale check (optional). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the paid $0.003 cost, the x402 challenge flow, the read-only nature, and the specific factors computed. It could mention rate limits or exact response format, but the main behavioral traits are transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense but well-organized, front-loading the payment requirement and then listing the key outputs. Each sentence adds value—no fluff or repetition—making it appropriately concise for a complex tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite lacking an output schema, the description enumerates all the returned factors (last-update age, latest answer, monotonicity, stale flag, deviation), explains the payment gate, and gives an example feed address. This is comprehensive for an agent to understand what the tool does and how to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already covers all parameters with descriptions (100% coverage), so baseline is 3. The description adds extra meaning by explaining that 'reference' enables deviation calculation and that 'x_payment' is required to bypass the 402 challenge, going beyond the schema's raw definitions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as a Chainlink price-feed health checker via public RPC, listing specific outputs like last-update age, latest answer, round monotonicity, stale flag, and deviation. This specific verb-resource pairing distinguishes it from sibling tools (ens_expiry, gas, token_unlocks), which cover different domains.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use the tool (checking Chainlink feed health) and explicitly notes it is read-only and descriptive. It does not provide direct exclusions or mention alternatives, but the provided context is sufficient for an agent to know when it applies.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
token_unlocksNext token vesting/unlock event(s) (paid $0.003)AInspect
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. Cleanly says so when a token has no public unlock schedule. Read-only, descriptive — NOT a price signal. Args: token (symbol, protocol name, or contract address), chain (optional, for address lookup). Without payment returns the x402 challenge; pass x_payment to settle.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain of the contract address (only used when token is an address). | |
| token | Yes | Token symbol (e.g. ARB), protocol name (e.g. arbitrum), or contract address. | |
| x_payment | No | x402 payment payload (base64) for this PAID read. If supplied it is forwarded as the X-PAYMENT header to settle the call and return the real result instead of a 402 challenge. Omit to get the price challenge first. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses the payment requirement ($0.003 via x402/USDC on Base), the challenge/response flow (x_payment to settle), read-only nature, and the behavior of clearly stating when a token has no public unlock schedule. This is rich behavioral disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the paid cost and structured into three sentences. It is somewhat dense but every phrase adds value, covering purpose, output, payment, and argument hints without filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description explains what the tool returns (date, amount, % supply, human description) and covers edge cases (no public schedule) and payment mechanics. This is complete enough for a simple read-only lookup tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description largely repeats schema information (token can be symbol/protocol/address, chain only for address lookup, x_payment omitted to get challenge). It adds minor context about USDC on Base but no new parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns next token vesting/unlock event(s) with date, amount, and % of max supply from DefiLlama's public emissions dataset. This distinguishes it from sibling tools (ens_expiry, gas, oracle_health), which cover different domains.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context: it is a read-only, descriptive unlock-event lookup and explicitly says it is NOT a price signal. It does not name alternative tools, but the sibling tools are topically distinct, so usage context is evident.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityBmaintenanceOn-chain crypto indicators (EMA, RSI, VWAP, Bollinger) via Chainlink oracles.Last updated171MIT
- Flicense-qualityBmaintenanceRead-only on-chain intelligence for AI agents on Base, providing tools to read balances, token metadata, gas, and transaction status live from chain without API keys.Last updated
- FlicenseAquality-maintenanceMCP server for Chainlink ecosystem monitoring with 6 tools: price feed tracking, VRF monitoring, automation status, CCIP tracking, and staking analytics. MIT licensed.Last updated61
- Flicense-qualityBmaintenanceMulti-endpoint Web3 intelligence service for token risk scanning, pre-trade checks, and signal snapshots, using DexScreener data with x402 payment support.Last updated
Your Connectors
Sign in to create a connector for this server.