pypi vahtianstdioApache-2.0updated 1mo ago
Company site for Vahtian — research citation integrity.
¿Qué puedes hacer con Vahtian?
vahtian
Company site for Vahtian — research citation integrity.
Vahtian checks whether each manuscript claim is supported by the evidence cited for it — through a blinded human → AI → adjudication workflow with a decision-gated, undoable write and a hash-chained audit trail.
Vahtian does not decide scientific truth. It records whether a cited source supports a specific claim: who rated it, what the AI advised, how disagreements were adjudicated, and what was finally written.
Human-first. AI-second. Auditable. Free local tools for researchers; infrastructure for journals, guideline groups, and research organizations.
The product ladder
Start — check the claims in your own manuscript
- CiteVahti — check that each claim is supported by the source cited for it (free beta): https://github.com/heidihelena/citevahti
Prepare — get the study and its evidence right before analysis
- StudyVahti — plan a defensible study before data collection (free · live): /studyvahti
- MethodVahti — justify your sample size → COREQ/SRQR methods PDF (free beta for individuals, project licence for institutions): /methodvahti
- DictVahti — clean the REDCap data dictionary before analysis (free · live): /dictvahti
- MatchVahti-Lite — capture citation-worthy evidence from abstracts (free · live): /matchvahti-lite
Scale — systematic-review infrastructure
- ReviewVahti — inter-rater reliability for screening (Cohen's κ / Krippendorff's α) (live): /reviewvahti
- ExtractVahti — DTA data extraction + risk-of-bias (QUADAS-2/-C, PROBAST-AI) → tidy CSV + RoB traffic-light SVG for R; multi-extractor reconcile (κ / α); sealed agent aid (early access): /extractvahti
- GuidelineVahti — panel consensus, RAND/UCLA + GRADE (early access): /guidelinevahti
- AtlasVahti — de-identified validation-pattern analytics (roadmap)
Static pages (one index.html per product, plus 404.html and sitemap.xml),
deployed via Cloudflare to vahtian.com. No trackers, no external dependencies.
vahti (Finnish) = sentinel / guard — the watch over what gets cited.
Brand & social tooling
brand/STYLE.md— the canonical brand spec;brand/PHILOSOPHY.md— the mark system.brand/cards/— 1200×630 Open Graph cards, one per page. Regenerate withnpm i @resvg/resvg-js && node brand/cards/generate.mjs.- Screenshot-led product covers are generated from their real interface previews with
node brand/cards/generate-product-covers.mjs(uses the bundled preview browser). brand/carousel/— self-contained LinkedIn carousel builder (noindex, zero external requests). Preset decks per product, theme & format switching, post-caption drafts, deck save/load as JSON, export as PDF (LinkedIn document post) or per-slide PNGs.
MethodVahti package
methodvahti/ is a self-contained Python package (Apache-2.0) for qualitative
heterogeneity scoring + a COREQ/SRQR methods-report PDF. See
methodvahti/README.md. Tests: cd methodvahti && python -m pytest tests/ -v.
Instalación
Añade Vahtian a tu cliente. Elige el que uses.
claude mcp add vahtian -- uvx vahtiancodex mcp add vahtian -- uvx vahtianamp mcp add vahtian -- uvx vahtian{
"mcpServers": {
"vahtian": {
"command": "uvx",
"args": [
"vahtian"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"vahtian": {
"command": "uvx",
"args": [
"vahtian"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"vahtian","command":"uvx","args":["vahtian"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"vahtian": {
"command": "uvx",
"args": [
"vahtian"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"vahtian": {
"command": "uvx",
"args": [
"vahtian"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"vahtian": {
"command": "uvx",
"args": [
"vahtian"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"vahtian": {
"type": "local",
"command": "uvx",
"args": [
"vahtian"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"vahtian": {
"command": {
"path": "uvx",
"args": [
"vahtian"
]
}
}
}
}Add to your Zed `settings.json`.
uvx vahtianRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación7/25
- Mantenimiento19/25
- Confianza13/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 27 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.2.0Última | 30 jul 2026 |