Skip to main content
ClaudeWave
zvmzaretsky avatar
zvmzaretsky

crypto-safety-mcp

View on GitHub

FabTally MCP server (thin client)

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/zvmzaretsky/crypto-safety-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "crypto-safety-mcp": {
      "command": "node",
      "args": ["/path/to/crypto-safety-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/zvmzaretsky/crypto-safety-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# FabTally Safe — MCP server

Read-only crypto **safety + "what am I signing"** verification for AI agents and
wallets. Fronts the FabTally Safe HTTP API (https://safe.fabtally.com).

- **Read-only.** Never holds, moves, signs for, or broadcasts funds. No private
  key. Outputs are descriptive facts from public sources — **not financial advice**.
- **8 tools**: 4 free teasers + 4 paid (x402, USDC on Base).

## Tools

| Tool | Tier | What it does |
|------|------|--------------|
| `token_safety` | paid $0.02 | Multi-chain token honeypot/rug check — aggregates GoPlus + honeypot.is into a 0-100 risk score with explainable reasons. |
| `decode_signature` | paid $0.01 | "What am I signing" — decode EIP-712 / Permit / Permit2 / Seaport typed-data into plain English + risk flags (unlimited approval, malicious spender, expiry, NFT-drain). |
| `approvals` | paid $0.01 | Wallet approval-risk scan ranked by exposure + address-poisoning "revoke bait" detection + the revoke calldata you execute yourself. |
| `simulate` | paid $0.02 | Keyless pre-sign transaction analysis: eth_call revert check + static delta prediction + risk flags. |
| `token_safety_free` · `decode_signature_free` · `approvals_free` · `simulate_free` | free | Real teaser results, no wallet. |

Chains: ethereum, base, bsc, polygon, arbitrum, optimism (honeypot.is signals on
ethereum/base/bsc).

## Payment

Paid tools use **x402** (USDC on Base, `eip155:8453`). Call a paid tool with no
`x_payment` to receive the decoded 402 challenge (price, network, asset, payTo);
build an x402 authorization and call again with the token in `x_payment`. Humans
can instead prepay by card and use an `X-FabTally-Key` credit header on the HTTP API.

## Transports

- **stdio** (default): `node index.js` — for Claude Desktop and local MCP clients.
- **streamable-http**: `MCP_HTTP_PORT=8113 node http.js` — hosted at
  `https://safe.fabtally.com/mcp`.

## Config

- `FABTALLY_SAFE_BASE` — API base (default `https://safe.fabtally.com`).

Operator: Sunstone Soft · https://fabtally.com · Not financial advice · read-only.

What people ask about crypto-safety-mcp

What is zvmzaretsky/crypto-safety-mcp?

+

zvmzaretsky/crypto-safety-mcp is mcp servers for the Claude AI ecosystem. FabTally MCP server (thin client) It has 0 GitHub stars and was last updated today.

How do I install crypto-safety-mcp?

+

You can install crypto-safety-mcp by cloning the repository (https://github.com/zvmzaretsky/crypto-safety-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is zvmzaretsky/crypto-safety-mcp safe to use?

+

zvmzaretsky/crypto-safety-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains zvmzaretsky/crypto-safety-mcp?

+

zvmzaretsky/crypto-safety-mcp is maintained by zvmzaretsky. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to crypto-safety-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy crypto-safety-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: zvmzaretsky/crypto-safety-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/zvmzaretsky-crypto-safety-mcp)](https://claudewave.com/repo/zvmzaretsky-crypto-safety-mcp)
<a href="https://claudewave.com/repo/zvmzaretsky-crypto-safety-mcp"><img src="https://claudewave.com/api/badge/zvmzaretsky-crypto-safety-mcp" alt="Featured on ClaudeWave: zvmzaretsky/crypto-safety-mcp" width="320" height="64" /></a>

More MCP Servers

crypto-safety-mcp alternatives