Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Hive Imprimatur

БесплатноНе проверен

Pre-attestation gate for AI inference that checks compliance conditions and issues Ed25519-signed clearances before execution, refusing any inference without a

GitHubEmbed

Описание

Pre-attestation gate for AI inference that checks compliance conditions and issues Ed25519-signed clearances before execution, refusing any inference without a valid clearance.

README

Imprimatur — the pre-attestation gate. A signed clearance bound to an inference before it runs. Four compliance pre-conditions are checked and Ed25519-signed at execution time, and an inference that cannot present a valid, unexpired clearance is refused.

A flight recorder proves what crashed. A clearance stops the takeoff.

Every other Hive primitive signs a receipt after the model runs. Imprimatur signs a clearance before it runs. It is the control, not the record.

Discipline: Imprimatur asserts pre_clearance_conditions_met. It never asserts legality. The enterprise defines policy; Hive enforces it and signs that the enforcement ran and passed.

This MCP server is a thin, read-only public shim over the live Imprimatur surface. Issuance (/clear) is ops-gated and intentionally not exposed here.

Tools

Tool What it does
imprimatur_info Describe the gate: issuer key, four pre-conditions, assertion discipline, two modes.
gate Enforce. ALLOW a call presenting a valid clearance; REFUSE one that cannot. Public, no secret.
verify_clearance Verify a presented clearance: signature, precond_root, discipline, expiry.
get_pubkey The Ed25519 issuer public key for offline verification.

Endpoints

Endpoint Purpose
POST /mcp JSON-RPC 2.0, MCP 2024-11-05, Streamable-HTTP
GET /health Liveness
GET /.well-known/mcp.json MCP discovery
GET /.well-known/agent.json Agent discovery

Upstream: https://hive-passport.onrender.com/v1/imprimatur/*

Connect

Streamable-HTTP MCP server. Point your client at the deployed /mcp endpoint:

{
  "mcpServers": {
    "imprimatur": { "url": "https://hive-mcp-imprimatur.onrender.com/mcp" }
  }
}

Run locally:

npm install
node server.js
# POST http://localhost:3000/mcp

The four pre-conditions

  1. model_approved — the model is on the approved list (composable with MiR).
  2. inputs_eligible — the inputs are eligible for this context (composable with RCP).
  3. context_permitted — the context/purpose is permitted.
  4. boundary_authorized — the jurisdiction / data boundary is authorized.

All four must pass for a clearance to issue. The gate refuses anything that cannot present one.


Patent Pending. Hive Civilization. Settlement in USDC on Base. MIT licensed.

from github.com/srotzin/hive-mcp-imprimatur

Установка Hive Imprimatur

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/srotzin/hive-mcp-imprimatur

FAQ

Hive Imprimatur MCP бесплатный?

Да, Hive Imprimatur MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Hive Imprimatur?

Нет, Hive Imprimatur работает без API-ключей и переменных окружения.

Hive Imprimatur — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Hive Imprimatur в Claude Desktop, Claude Code или Cursor?

Открой Hive Imprimatur на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Hive Imprimatur with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai