mcpbeat Sign in

Vaara MCP Server

local only

Vaara MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 2 833 installs a week from pypi. Last commit 16 Sep 2026.

Accountable autonomy MCP server: gating, tamper-evident audit for every action

Installs per day peak 1 501 · avg 598 · -27% w/w
a month agotoday
2 833
Installs / week
pypi · vaara
12
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        hash_alg, size_of_select = struct.unpack_from(">HB", attest_bytes, off)
        off += 3
        if off + size_of_select > len(attest_bytes):
        r"\b(webhook\.site|requestbin|hookbin|beeceptor|mockbin|pipedream|"
  $("settings").innerHTML = Object.entries(c.fields).map(([key, f]) => {
Long encoded blob in source webpage/verify.html:951
const DEMO = {"envelope": {"payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJwcmVkaWNhdGUiOnsiYWdlbnRfaWQiOiJhZ2VudDphY21lL2NoZWNrb3V0LWJvdC8xIiwiZGVjaWRlZF9hdCI6IjIwMjYtMDYtMjNUMTI6MDA6MDVaIiwiZGVjaXNpb24iOiJkZW55IiwicG9saWN5X2V2YWx1YXRpb25zIjpbeyJwb2xpY3lfa…
    env = dict(os.environ) if env is None else env

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Vaara MCP Server and you get told the day something new turns up.

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 vaara-server -- uvx vaara
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vaara-server": {
      "args": [
        "vaara"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vaara-server]
command = "uvx"
args = ["vaara"]
.cursor/mcp.json
{
  "mcpServers": {
    "vaara-server": {
      "args": [
        "vaara"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vaara-server": {
      "args": [
        "vaara"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: VAARA_DB (Path to the SQLite audit DB. Defaults to vaara_audit.db in the working directory.), VAARA_API_KEY (Optional shared secret. When set, every tool call must include _api_key in its arguments. Leave unset for single-tenant stdio deployments where process isolation is enough.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vaara MCP Server

same job, measured the same way
Vaara
by vaaraio

Accountable autonomy proxy: gating, tamper-evident audit, time anchor for every action

local only
EU Audit Trail
by jellewas

Tamper-evident audit trail MCP server for EU AI Act & GDPR compliance.

72 installs/wk local only
Cyphrex
by getcyphrex

Blockchain SSN for AI agents. MCP gateway that blocks at the point of action, tamper evident audit.

9 tools answering
XAPS MCP Server
by apmc1

Pre-execution audit for autonomous agents. Independent receipt before irreversible actions.

63 installs/wk local only
Fortnox
by jakobwennberg

MCP server for Fortnox Swedish accounting API integration

31 installs/wk local only
MCP Kling
by acedatacloud

MCP server for Kling AI video generation

664 installs/wk answering
Mobile MCP
by mobile-next

MCP server for iOS and Android Mobile Development, Automation and Testing

39 229 installs/wk local only
Opencut Controller
by jxue0

Professional MCP server for video editing automation with OpenCut.

51 installs/wk local only

Vaara MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Vaara MCP Server?
Vaara MCP Server 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 pypi package vaara was installed 2 833 times last week.
How do I connect Vaara MCP Server?
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 vaara straight from pypi; nothing to host, nothing to sign up for.
How many people use Vaara MCP Server?
The pypi package vaara was installed 2 833 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vaara MCP Server open source?
Yes — it is published under the AGPL-3.0 licence, written in Python and 12 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.