mcpbeat Sign in

Vaara MCP Server

local only

Vaara runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

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

Installs / week
not published
12
Stars
0 open issues
16 Sep 2026
Last commit
from GitHub
AGPL-3.0
License
Python

What the code does

We read the source, 21 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.

Reaches cloud metadata service src/vaara/scorer/_param_signals.py:27
_METADATA_V4 = ipaddress.IPv4Address("169.254.169.254")
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.

Builds a database query by concatenation src/vaara/attestation/_tpm.py:196
        hash_alg, size_of_select = struct.unpack_from(">HB", attest_bytes, off)
        off += 3
        if off + size_of_select > len(attest_bytes):
      "message": "Read of /etc/shadow or related privileged files."
Sends data to a third-party sink src/vaara/adversarial_classifier.py:109
        r"\b(webhook\.site|requestbin|hookbin|beeceptor|mockbin|pipedream|"
Page executes code built at runtime src/vaara/dashboard.html:363, webpage/verify.html:603
  $("settings").innerHTML = Object.entries(c.fields).map(([key, f]) => {
Long encoded blob in source webpage/verify.html:951
const DEMO = {"envelope": {"payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJwcmVkaWNhdGUiOnsiYWdlbnRfaWQiOiJhZ2VudDphY21lL2NoZWNrb3V0LWJvdC8xIiwiZGVjaWRlZF9hdCI6IjIwMjYtMDYtMjNUMTI6MDA6MDVaIiwiZGVjaXNpb24iOiJkZW55IiwicG9saWN5X2V2YWx1YXRpb25zIjpbeyJwb2xpY3lfa…
Dumps the whole environment src/vaara/integrations/mcp_proxy.py:1878
    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 and you get told the day something new turns up.

Three servers free · no card

Alternatives to Vaara

same job, measured the same way
Vaara MCP Server
by vaaraio

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

2 833 installs/wk local only
Attestari
by attestari

Auditable memory for AI agents: provable deletion, tamper-evident audit, time-travel recall.

146 installs/wk local only
Touchstone
by touchstone

Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.

29 installs/wk answering
Quill
by manumarri-sudo

Pre-execution gate for AI-agent tool calls. Touch ID approval. Tamper-evident audit log.

85 installs/wk local only
Engrava
by sovantica

Tamper-evident audit, MindQL, and Action Records — embedded memory database for AI agents.

151 installs/wk local only
EU Audit Trail
by jellewas

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

72 installs/wk local only
AccordTrace
by kosta1985

Tamper-evident proof creation and verification for AI agents via MCP, A2A, and REST.

9 tools answering
Cyphrex
by getcyphrex

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

9 tools answering

Vaara — questions

Answers built from our own checks of this server.

Why is there no uptime for Vaara?
Vaara runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Vaara 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.