What is the io.github.figuard/figuard-mcp MCP server?
Pre-flight spend authorization for AI agents. Set a budget, enforce limits, audit every decision.
How to install io.github.figuard/figuard-mcp
Copy-paste configuration for popular MCP clients.
FIGUARD_API_KEYsecretFiGuard 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_URLSelf-hosted FiGuard server URL. Leave unset to run embedded against a local SQLite file.
FIGUARD_DATABASEPath to the embedded SQLite file (default ~/.figuard/figuard.db). Embedded is the default backend — no server required.
FIGUARD_MODEBackend mode: embedded | server | sandbox. Defaults to embedded when nothing else is configured.
{
"mcpServers": {
"figuard-mcp": {
"command": "npx",
"args": [
"-y",
"figuard-mcp"
],
"env": {
"FIGUARD_API_KEY": "<YOUR_FIGUARD_API_KEY>",
"FIGUARD_BASE_URL": "<YOUR_FIGUARD_BASE_URL>",
"FIGUARD_DATABASE": "<YOUR_FIGUARD_DATABASE>",
"FIGUARD_MODE": "<YOUR_FIGUARD_MODE>"
}
}
}
}{
"mcpServers": {
"figuard-mcp": {
"command": "npx",
"args": [
"-y",
"figuard-mcp"
],
"env": {
"FIGUARD_API_KEY": "<YOUR_FIGUARD_API_KEY>",
"FIGUARD_BASE_URL": "<YOUR_FIGUARD_BASE_URL>",
"FIGUARD_DATABASE": "<YOUR_FIGUARD_DATABASE>",
"FIGUARD_MODE": "<YOUR_FIGUARD_MODE>"
}
}
}
}{
"mcpServers": {
"figuard-mcp": {
"command": "npx",
"args": [
"-y",
"figuard-mcp"
],
"env": {
"FIGUARD_API_KEY": "<YOUR_FIGUARD_API_KEY>",
"FIGUARD_BASE_URL": "<YOUR_FIGUARD_BASE_URL>",
"FIGUARD_DATABASE": "<YOUR_FIGUARD_DATABASE>",
"FIGUARD_MODE": "<YOUR_FIGUARD_MODE>"
}
}
}
}{
"servers": {
"figuard-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"figuard-mcp"
],
"env": {
"FIGUARD_API_KEY": "<YOUR_FIGUARD_API_KEY>",
"FIGUARD_BASE_URL": "<YOUR_FIGUARD_BASE_URL>",
"FIGUARD_DATABASE": "<YOUR_FIGUARD_DATABASE>",
"FIGUARD_MODE": "<YOUR_FIGUARD_MODE>"
}
}
}
}claude mcp add figuard-mcp --env FIGUARD_API_KEY=<YOUR_FIGUARD_API_KEY> --env FIGUARD_BASE_URL=<YOUR_FIGUARD_BASE_URL> --env FIGUARD_DATABASE=<YOUR_FIGUARD_DATABASE> --env FIGUARD_MODE=<YOUR_FIGUARD_MODE> -- npx -y figuard-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.