@7h3/protocol-mcp
v0.1.1
Published
MCP server for @7h3/protocol — install into Claude to generate AIP secrets, keypairs, and server boilerplate
Readme
@7h3/protocol-mcp
MCP server for @7h3/protocol — install into Claude to generate AIP secrets, keypairs, and server boilerplate.
Install into Claude Code
claude mcp add aip -- npx @7h3/protocol-mcpInstall into Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"aip": {
"command": "npx",
"args": ["@7h3/protocol-mcp"]
}
}
}Tools
| Tool | What it does |
|---|---|
| aip_generate_secret | Generates a 32-byte HMAC secret — store as AIP_SECRET |
| aip_generate_keypair | Generates an Ed25519 keypair — store keys as env vars |
| aip_wrap_mcp_server | Outputs ready-to-paste boilerplate for your MCP server |
| aip_sign | Signs a test envelope (debugging / fixture generation) |
| aip_verify | Verifies an envelope signature and shape |
License
MIT
