Deterministic fact-verification layer for AI agents — verify IBANs, VAT, crypto addresses, domains, IDs & more against checksums and curated data, not guesses.
git clone https://github.com/qinisolabs/qiniso{
"mcpServers": {
"qiniso": {
"command": "node",
"args": ["/path/to/qiniso/dist/index.js"]
}
}
}Resumen de MCP Servers
<div align="center">
<img src="docs/logo.svg" width="96" height="96" alt="Qiniso" />
# Qiniso
**The deterministic fact-verification layer for AI agents.**
*Verified, trustworthy data tools for AI agents. "Qiniso" means "truth" in Zulu.*
[Website](https://qinisolabs.github.io/qiniso/) · [MCP endpoint](https://qiniso.qinisolabs.workers.dev/mcp) · [MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=qiniso)
</div>
---
Agents confidently emit IBANs, phone numbers, domains, VAT numbers and crypto addresses that are subtly — and silently — **wrong**. Qiniso checks the structured facts an agent produces against **checksums and curated authoritative data**, so a bad value is caught instead of trusted.
It's the deterministic complement to the guardrail stack: security guardrails check whether output is *safe*, structure guardrails check it's *well-formed*, and hallucination guardrails ask another LLM if it's *faithful to the prompt*. **None of them check whether a structured fact is actually correct against the real world** — because that needs computation or curated data, not another model's opinion. That's Qiniso.
> On arbitrary identifiers, a frontier LLM validates them **wrong ~91% of the time, cold and silently. Qiniso: 0%.**
## Add it to Claude
Settings → Connectors → **Add custom connector**, and paste — no login, no key:
```
https://qiniso.qinisolabs.workers.dev/mcp
```
Stateless, reads no user data, requires no secrets.
## Use it as a library
Every check is also a typed function — no MCP required:
```bash
npm i @qinisolabs/qiniso
```
```ts
import { validateIban, validateVat } from "@qinisolabs/qiniso";
validateIban("GB82 WEST 1234 5698 7654 32");
// { valid: true, country: "United Kingdom", ... }
```
## What it verifies — 33 tools across 8 domains
| Domain | Tools |
| --- | --- |
| **Identifiers** | IBAN, payment card (Luhn + brand), ISBN-13, VIN |
| **Web / network** | TLD & domain (IANA root zone), IP, UUID, URL, email |
| **Finance** | ISIN, CUSIP, SEDOL, LEI, US ABA routing |
| **Crypto** | Ethereum (EIP-55), Bitcoin (Base58Check / Bech32) addresses |
| **National & tax IDs** | Brazil CPF/CNPJ, South Africa ID, Spain DNI/NIE, India Aadhaar, EU/UK VAT |
| **Academic** | ISBN-10, ISSN, ORCID |
| **Locale** | Phone (global), date parsing, currency, holidays (~200 countries), UK VAT-by-date |
| **Addresses** | UK/US address parsing |
Each tool wraps an authoritative method — a published checksum standard, an audited library (libphonenumber-js, jsvat, date-holidays, @noble/hashes), or curated reference data (the IANA root zone, UK VAT history).
## What it is *not*
- **Not a live-data provider.** It verifies facts you give it; it does not return the current time, weather, or live exchange rates.
- **Not a credential sink.** It never asks for secrets or API keys. (For JWT signature verification, use a library in your own runtime so the secret never leaves your machine.)
- **Not a registration check.** It validates a VAT number's checksum, not whether it is live-registered (VIES); it confirms a domain's TLD is real, not that the domain is registered.
## Architecture
A TypeScript monorepo. Each domain is a typed library in `packages/*`; the `qiniso` umbrella aggregates them and exposes one MCP server over three transports — **stdio** (local / `npx`), **Streamable HTTP** (self-host), and a **Cloudflare Worker** (the hosted edge endpoint). The same core powers the importable library.
```bash
npm install
npm run build
npm test
```
## License
Apache-2.0
Lo que la gente pregunta sobre qiniso
¿Qué es qinisolabs/qiniso?
+
qinisolabs/qiniso es mcp servers para el ecosistema de Claude AI. Deterministic fact-verification layer for AI agents — verify IBANs, VAT, crypto addresses, domains, IDs & more against checksums and curated data, not guesses. Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala qiniso?
+
Puedes instalar qiniso clonando el repositorio (https://github.com/qinisolabs/qiniso) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar qinisolabs/qiniso?
+
qinisolabs/qiniso aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene qinisolabs/qiniso?
+
qinisolabs/qiniso es mantenido por qinisolabs. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a qiniso?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega qiniso en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/qinisolabs-qiniso)<a href="https://claudewave.com/repo/qinisolabs-qiniso"><img src="https://claudewave.com/api/badge/qinisolabs-qiniso" alt="Featured on ClaudeWave: qinisolabs/qiniso" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。