Grantor MCP server
Wrap any MCP server with enforced, bounded, revocable permissions — grant, narrow, check, revoke.
78 downloads/wk
Reviews
Write oneNobody has reviewed Grantor yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Grantor tools (7, 1 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
checkAuthorize ONE action for a child: real on-chain verification (root key, revocation epoch, tenant billing) + capability match + local use budget. Returns {allow:true, remaining_uses} or {allow:false, code, reason}. Gate every sub-agent action on this.
delegateNarrow an existing child's capability onward to a new child (fewer tools, fewer uses, shorter expiry). Widening is refused at signing AND cryptographically at verify.
delete_everythingwrite actionDelete all the things (toy — deletes nothing, anywhere).
grantGive a sub-agent a BOUNDED capability: named tools only, a use budget, an expiry. Returns a child_id the broker holds. This is what to use instead of handing a sub-agent your credentials.
revokeRevoke a child's authority. With your own tenant + admin key this is a real on-chain bumpEpoch; in the sandbox it revokes at the broker (which holds the key and is the check-point).
searchSearch the toy corpus (harmless).
statusBroker + tenant status: mode, live on-chain tenant standing, principal registration, child/use counters.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan24 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (1)
- lowNo source repository listed
maint.no-repo
Install directly
Runs npx -y @grantor/mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add grantor-mcp -- npx -y @grantor/mcp
Grantor: common questions
- Is Grantor MCP server safe?
- With care: it is graded C, so read the findings first (68/100). Read the Grantor safety report
- How do I install Grantor?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Grantor need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Grantor maintained?
- The latest release is v0.2.0.