Qrcode Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Qrcode Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center"> <img src="logo/qrcode_mcp.png" alt="QRCode_MCP Logo" width="60"> <h1>QRCode_MCP</h1> <p> <strong>A Model Context Protocol (MCP) server for generating simple QR codes</strong> </p> <p> <img src="https://img.shields.io/badge/version-1.0.0-blue.svg" alt="版本"> <img src="https://img.shields.io/badge/license-MIT-green.svg" alt="许可证"> <img src="https://smithery.ai/badge/@1595901624/qrcode-mcp" alt="Smithery Badge"> </p> </div>
A Model Context Protocol (MCP) server for generating simple QR codes. Support custom QR code styles.
To install QRCode_MCP for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @1595901624/qrcode-mcp --client claudegit clone https://github.com/1595901624/qrcode-mcp.gitpnpm installpnpm run buildAdd to your Cline MCP settings file
{
"mcpServers": {
"qrcode-mcp": {
"command": "node",
"args": ["path/to/qrcode-mcp/build/index.js"],
"disabled": false,
"autoApprove": []
}
}
}qrcode: Generate a QR code imageparameters:
text: The text to encode in the QR code (Required)size: The size of the QR code (optional, default is 256)darkColor: The color of the dark module (optional, default is #000000)lightColor: The color of the light module (optional, default is #ffffff)errorCorrectionLevel: The error correction level (optional, default is M)margin: The margin of the QR code (optional, default is 4)# Install dependencies
npm install
# Build the project
npm run build
# Development with auto-rebuild
npm run watchThis project is licensed under the MIT License. See the LICENSE file for details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.