mcpbeat Sign in

CiteVahti MCP Server

local only

CiteVahti runs on your own machine — the client starts it, so there is no endpoint to ping. 836 installs a week from pypi. Last commit 20 Aug 2026.

Checks whether each cited source supports the claim it backs. Blinded human-first, local-first.

Installs per day peak 505 · avg 151 · -35% w/w
a month agotoday
836
Installs / week
pypi · citevahti
1
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

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

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.

Runs an external command desktop-extension/smoke_frozen_panel.py:93, src/citevahti/desktop.py:422, src/citevahti/panel/server.py:1284 и ещё 5
    proc = subprocess.Popen([binary, "--root", root], stdin=subprocess.PIPE,
Executes code built at runtime frontend-tests/harness.mjs:88
    run: (code) => window.eval(code),
    <select id="aiModelSel">
      ${models.map((x) => `<option value="${esc(x.name)}" ${x.name === cfg.model_id ? "selected" : ""}>${esc(x.name)}</option>`).join("")}
Runs an external command vscode-extension/src/extension.ts:113
    execFile(cliPath(), ["--root", projectRoot(), ...args], opts,

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to CiteVahti

same job, measured the same way
D
Source Claim Proof
by workers-mattskowronis-source-claim-proof

Verify whether a supplied public source currently supports one atomic factual claim.

1 tools answering
Chamber
by abm9111

Cited Q&A over your own notes, plus drift detection when a cited source changes. Local-first CLI.

152 installs/wk local only
I
Citation Check
by secondstageturbine

Does a cited URL exist, and does the source name what your claim names? Two answers.

2 tools answering
PDF Card MCP
by velyan

Local-first MCP server + CLI that turns PDFs into source-linked, card-based HTML readers.

64 installs/wk local only
D
SEC Filing Proof
by workers-mattskowronis-sec-filing-proof

Verify whether an official SEC filing supports a specific financial claim.

1 tools answering
Kaal Corpus: Verifiable Claim Layer
by wulfkaal

Cite the claim, not the paper: 5,033 assertions, each hash-verifiable against its source PDF

18 tools answering
Citeguard
by xiaweiyi713

Falsification-first citation auditor: existence, metadata, and claim-support checks via MCP.

82 installs/wk local only
no_human
by no-human-ai

File a task with your local no_human and check on it: task_add and task_status over stdio.

547 installs/wk local only

CiteVahti — questions

Answers built from our own checks of this server.

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