Legitify
БесплатноНе проверенEnables AI agents to submit, check, and manage human attestation requests for AI actions through Legitify's approval receipt system.
Описание
Enables AI agents to submit, check, and manage human attestation requests for AI actions through Legitify's approval receipt system.
README
MCP server for Legitify (LegitimizeAI.com) — Human Attestation (Approval Receipts) for AI actions.
What this is
This server exposes MCP tools that let an agent:
- submit an attestation request
- check status
- fetch policy/templates
Tools
legitify.submit_attestation_requestlegitify.get_attestation_statuslegitify.get_policylegitify.list_pending_requestslegitify.get_pending_request_detailslegitify.review_request
Quickstart (local)
cd projects/legitify-mcp
npm i
npm run dev
Configure in mcporter / OpenClaw
Add to your mcporter config (example):
{
"mcpServers": {
"legitify": {
"command": "node /ABS/PATH/legitify-mcp/src/server.js"
}
}
}
Example calls
mcporter call --server legitify --tool "legitify.get_policy" --output json
mcporter call --server legitify --tool "legitify.submit_attestation_request" \
--args '{"kind":"deploy","title":"Deploy v1.2.3","summary":"Ship release","risk_level":"medium","links":["https://example.com/pr/123"]}' \
--output json
mcporter call --server legitify --tool "legitify.list_pending_requests" --args '{"limit":10}' --output json
mcporter call --server legitify --tool "legitify.review_request" \
--args '{"attestation_request_id":"attreq_...","decision":"approved","scope":"deploy_release","notes":"staging verified","reviewed_by":"neely"}' \
--output json
mcporter call --server legitify --tool "legitify.get_attestation_status" \
--args '{"attestation_request_id":"attreq_..."}' \
--output json
Config
Set environment variables:
LEGITIFY_BASE_URL(optional) — API base (future)LEGITIFY_API_KEY(optional)
Notes
MVP can run without a remote API by writing requests to a local queue (JSONL) and returning needs_info / pending.
Установка Legitify
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Legitifier/Legitify-MCPFAQ
Legitify MCP бесплатный?
Да, Legitify MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Legitify?
Нет, Legitify работает без API-ключей и переменных окружения.
Legitify — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Legitify в Claude Desktop, Claude Code или Cursor?
Открой Legitify на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Legitify with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
