A small MCP server with an explicit, testable webhook publication boundary.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"proof-publisher-mcp": {
"command": "npx",
"args": [
"-y",
"biliman1-work/proof-publisher-mcp"
]
}
}
}
Run in terminal:
claude mcp add proof-publisher-mcp npx -y biliman1-work/proof-publisher-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"proof-publisher-mcp": {
"command": "npx",
"args": [
"-y",
"biliman1-work/proof-publisher-mcp"
]
}
}
}