uisight
v0.14.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
io.github.s0fractal/warrant · v0.9.0
Record an agent's decisions with reasons anyone can re-execute offline — verify recomputes them.
Warrant 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"warrant": {
"command": "uvx",
"args": [
"warrant-verify"
]
}
}
}WARRANT_STORE可选Absolute path to the warrant store this server files into and verifies. Defaults to .warrants relative to the server process's working directory, which an MCP host does not guarantee.
WARRANT_KEY可选secretEd25519 signing key. If unset, one is generated next to the store on the first filing and the result says so; any process that can read it can sign as this actor.
WARRANT_ACTOR可选Actor id written into filed warrants. Defaults to mcp-client@<hostname>.
v0.14.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
v0.3.1
tech.finology/student-loan
Free, keyless federal student-loan math: RAP, IBR, ICR, PSLF. Logged+cited tier: verified-engine
v26.9.0
io.github.groupdocs-annotation/groupdocs-annotation-mcp
MCP server for GroupDocs.Annotation — add, list, update, remove document annotations via AI agents.
v2026.9.4.0
io.github.AceDataCloud/mcp-aichat
MCP server for AI dialogue using various LLM models via AceDataCloud
v1.0.1
com.asterwise/mcp
Vedic and Western astrology for AI agents: charts, dasha, matchmaking, panchanga, numerology, tarot.
v3.0.70
io.github.hashgraph-online/hol-guard
Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.
{
"id": "io.github.s0fractal/warrant",
"type": "mcp-server",
"version": "0.9.0",
"displayName": "Warrant",
"description": "Record an agent's decisions with reasons anyone can re-execute offline — verify recomputes them.",
"repository": {
"url": "https://github.com/s0fractal/warrant",
"source": "github",
"subfolder": "integrations/mcp-server"
},
"homepage": "https://github.com/s0fractal/warrant/tree/master/integrations/mcp-server",
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "warrant-verify",
"version": "0.9.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "WARRANT_STORE",
"description": "Absolute path to the warrant store this server files into and verifies. Defaults to .warrants relative to the server process's working directory, which an MCP host does not guarantee."
},
{
"name": "WARRANT_KEY",
"description": "Ed25519 signing key. If unset, one is generated next to the store on the first filing and the result says so; any process that can read it can sign as this actor.",
"isSecret": true
},
{
"name": "WARRANT_ACTOR",
"description": "Actor id written into filed warrants. Defaults to mcp-client@<hostname>."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.s0fractal/warrant",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.s0fractal%2Fwarrant/versions/latest",
"isOfficial": true,
"status": "active"
}
}