signet-eval MCP Server
jmcentire/signet-eval
Are you the maintainer of jmcentire/signet-eval? Claim this listing →
Claude Code policy enforcement hook — deterministic authorization for AI agent tool calls
Add AgentRank to Claude Code Discover and compare tools like jmcentire/signet-eval — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
jmcentire/signet-eval is a Rust agent tool licensed under MIT. Claude Code policy enforcement hook — deterministic authorization for AI agent tool calls
Ranked #34 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Rust MIT
Score Breakdown
Stars 15% 2
2 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
Contributors medium impact
Dependents medium impact
Matched Queries
From the README
# signet-eval
Deterministic policy enforcement for AI agent tool calls. Every action an agent proposes passes through user-defined rules before execution. No LLM in the authorization path. No prompt injection surface. 25ms end-to-end.
## Install
```bash
cargo install signet-eval
```
## Quick Start
**1. Hook into Claude Code** — add to `~/.claude/settings.json`:
```json
{
"hooks": {
"PreToolUse": [{
"matcher": "",
"hooks": [{"type": "command", "command": "signet-eval", "timeout": 2000}]
}]
}
}
```
**2. Done.** Every tool call now passes through policy evaluation. The default policy blocks destructive operations, protects its own configuration, and allows everything else.
**3. (Optional) Customize** — talk to Claude with the MCP server:
```bash
claude mcp add --scope user --transport stdio signet -- signet-eval serve
```
Then say: *"Add a $50 limit for amazon orders"* or *"Block all rm commands"*.
## Default Policy
Self-protection rules are **locked** Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.