pnasys-crp-mcp

Goplop0959/pnasys-crp-mcp
★ 0 stars Python Code/Dev Tools Updated 2d ago
pnasys-crp-mcp — MCP server (OpenCode) for PNASystems CRP Pi remote.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pnasys-crp-mcp": {
      "command": "uvx",
      "args": [
        "pnasys-crp-mcp"
      ]
    }
  }
}

Or install with pip: pip install pnasys-crp-mcp

README Excerpt

Lets an AI client drive a Raspberry Pi through the PNA Vercel API over an end-to-end encrypted channel: the AI supplies the Pi's `api_key` and the `session_key` printed by `pnasyscrp enable`. Requests are encrypted locally with `pnasys-encryption-service`, Vercel stores the opaque blob, the Pi decrypts it; the Pi encrypts its response the same way and this server

Tools (1)

secure