Skip to main content
Glama

Scan QRCode MCP Server

by ericyangpan
package.json1.6 kB
{ "name": "scan-qrcode-mcp", "version": "0.1.2", "description": "MCP server that decodes QR codes from data URLs or image URLs.", "type": "module", "main": "dist/server.js", "types": "dist/server.d.ts", "bin": { "scan-qrcode-mcp": "dist/server.js" }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "mcp", "qr", "qrcode", "decoder", "server" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ericyangpan/scan-qrcode-mcp.git" }, "bugs": { "url": "https://github.com/ericyangpan/scan-qrcode-mcp/issues" }, "homepage": "https://github.com/ericyangpan/scan-qrcode-mcp#readme", "scripts": { "dev": "tsx watch src/server.ts", "build": "tsc -p tsconfig.json", "start": "node dist/server.js", "test": "vitest run --coverage.enabled true --coverage.provider=v8", "lint": "eslint . --ext .ts", "format": "prettier --write .", "prepare": "npm run build" }, "engines": { "node": ">=18.17" }, "dependencies": { "@modelcontextprotocol/sdk": "1.17.5", "jimp": "0.22.12", "jsqr": "1.4.0" }, "devDependencies": { "@types/node": "22.18.1", "@typescript-eslint/eslint-plugin": "8.42.0", "@typescript-eslint/parser": "8.42.0", "@vitest/coverage-v8": "2.1.9", "eslint": "9.35.0", "eslint-config-prettier": "9.1.2", "globals": "16.3.0", "prettier": "3.6.2", "qrcode": "1.5.4", "tsx": "4.20.5", "typescript": "5.9.2", "vitest": "2.1.9" }, "publishConfig": { "access": "public" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ericyangpan/scan-qrcode-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server