mcpbeat Sign in

Figuard MCP Server

local only

Figuard MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 17 Jun 2026.

Pre-flight spend authorization for AI agents. Set a budget, enforce limits, audit every decision.

Installs per day peak 32 · avg 10 · -45% w/w
a month agotoday
38
Installs / week
npm · figuard-mcp
2
Stars
0 open issues
17 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Java

What the code does

We read the source, 54 min ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

CI pipeline leaks secrets outward .github/workflows/rebuild-sandbox.yml:26
          curl -f -X POST "${{ secrets.RENDER_SANDBOX_DEPLOY_HOOK_URL }}"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Figuard MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add figuard-mcp -- npx -y figuard-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "figuard-mcp": {
      "args": [
        "-y",
        "figuard-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.figuard-mcp]
command = "npx"
args = ["-y", "figuard-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "figuard-mcp": {
      "args": [
        "-y",
        "figuard-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "figuard-mcp": {
      "args": [
        "-y",
        "figuard-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FIGUARD_API_KEY (FiGuard API key — set this (with FIGUARD_BASE_URL) to use a self-hosted FiGuard server. Leave unset to run embedded: in-process enforcement against a local SQLite file, no account or server needed.), FIGUARD_BASE_URL (Self-hosted FiGuard server URL. Leave unset to run embedded against a local SQLite file.), FIGUARD_DATABASE (Path to the embedded SQLite file (default ~/.figuard/figuard.db). Embedded is the default backend — no server required.), FIGUARD_MODE (Backend mode: embedded | server | sandbox. Defaults to embedded when nothing else is configured.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Figuard MCP

same job, measured the same way
I
Agent Sudo MCP
by kisyntra

MCP adapter for Agent_Sudo: authorization, delegation, provenance, and audit for AI agents.

231 installs/wk local only
SpendShield
by felixpg13-glitch

Authorization layer between AI agents and money: ALLOW/APPROVAL/DENY, budgets, audit.

2 961 installs/wk local only
Cycles — Budget Authority for AI Agents
by runcycles

Runtime budget authority for AI agents — reserve, enforce, reconcile spend across providers

71 installs/wk local only
Gvnr
by gvnr

Budget & cost control for AI agents — per-agent spend caps + rate limits before each call.

answering
Agent Reserve Protocol Authorization Firewall
by chatgpt-super-myna-7255-agent-reserve-protocol

Advisory policy preflight for AI-agent spend requests; never executes payments or accesses wallets.

1 tools answering
Energyai
by energyaisolution

Solar, weatherization, EV charging, battery and heat-pump decision tools for AI agents.

30 tools answering
Precisioncalc MCP
by inity13

High-precision finance & business calculations for AI agents — exact decimals, never floats.

47 installs/wk 11 tools answering
MCP x402 - Evidence-Backed Web Verification
by diogoup26

Evidence-backed x402 web verification for AI agents, with auditable decisions for every condition.

3 tools answering

Figuard MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Figuard MCP?
Figuard MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package figuard-mcp was installed 38 times last week.
How do I connect Figuard MCP?
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 runs locally, so the command pulls figuard-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Figuard MCP?
The npm package figuard-mcp was installed 38 times in the last week. Week over week that is -45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Figuard MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Java and 2 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.