POPCORN MCP

POPCORN MCP

Local
@violetclaireJavaScriptUpdated Today

Signed time and SHA-256 witness receipts for agents, with offline verification and x402 payment.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@violetclaire/popcorn-mcpv0.1.3

Run

npx -y @violetclaire/popcorn-mcp

MCP client config

{
  "mcpServers": {
    "popcorn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@violetclaire/popcorn-mcp"
      ]
    }
  }
}