mcpbeat

FabTally Guard MCP Server

io.github.zvmzaretsky/fabtally-guard
answering

FabTally Guard is answering right now. Last checked 2 min ago. It exposes 4 tools. Last commit 1 Aug 2026.

Verify before you act: deps-check, x402-preflight, json-repair & url-read for agents.

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
92 of 92 checks
4
Tools
read from the server
132 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add fabtally-guard --transport http https://guard.fabtally.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fabtally-guard": {
      "url": "https://guard.fabtally.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fabtally-guard]
url = "https://guard.fabtally.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "fabtally-guard": {
      "url": "https://guard.fabtally.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fabtally-guard": {
      "url": "https://guard.fabtally.com/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

deps
deps_check
PAID $0.003 (x402, USDC on Base). Vet a software package BEFORE installing it. Returns existence, latest-vs-requested, deprecation/yank markers, known CVEs from OSV.dev, typosquat similarity to popular names, SPDX license, and age/download signals with a plain-English risk verdict. Args: ecosystem (npm|pypi|crates), name, version (optional). Without payment returns the x402 challenge; pass x_payment to settle.
json
json_repair
PAID $0.002 (x402, USDC on Base). Coerce near-miss LLM JSON to a JSON-Schema-conformant object: strip code fences/prose, fix trailing commas/quotes/unquoted keys, normalise Python literals, balance brackets, then coerce types, apply defaults, and drop extraneous keys. Returns the repaired object OR precise per-field errors. Args: json (the raw string), schema (a JSON Schema object). Without payment returns the x402 challenge.
url
url_read
PAID $0.004 (x402, USDC on Base). Fetch a PUBLIC url and return clean Markdown + a token estimate for RAG ingestion — readability extraction, boilerplate stripped. Respects robots.txt, public pages only, no login/paywall bypass, nothing stored. Args: url. Without payment returns the x402 challenge; pass x_payment to settle.
x402
x402_preflight
PAID $0.002 (x402, USDC on Base). Verify another x402 endpoint BEFORE paying it: does an unpaid call return a valid x402 v2 402 challenge? do the quoted amount/asset/network/payTo match the site's /.well-known/x402? is TLS valid, host reachable, openapi present? Returns pass/fail + per-check reasons + the parsed price you would pay. Args: url. Without payment returns the x402 challenge; pass x_payment to settle.

Endpoints

URLTransportStateLatencyChecked
https://guard.fabtally.com/mcp streamable-http answering 138 ms 2 min ago

FabTally Guard — questions

Answers built from our own checks of this server.

What can FabTally Guard do?
It exposes 4 tools, read directly from the server on our last check. Among them: deps_check, json_repair, url_read, x402_preflight. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is FabTally Guard working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 132 ms. The bar chart above shows every period we have measured.
How do I connect FabTally Guard?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does FabTally Guard need an API key?
No. FabTally Guard completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is FabTally Guard?
It answers our handshake in 132 ms on average, which is faster than 77% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is FabTally Guard open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.