Generate static QR codes (URL, WiFi, vCard, pixel art) and decode QR images. Codes never expire.
claude mcp add honestqr --transport http https://qr.zalize.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"honestqr": {
"url": "https://qr.zalize.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"honestqr": {
"serverUrl": "https://qr.zalize.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"honestqr": {
"type": "http",
"url": "https://qr.zalize.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"honestqr": {
"url": "https://qr.zalize.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"honestqr": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://qr.zalize.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://qr.zalize.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.zalize.qr--honestqr/reviews or the review_server meta-tool.
POST /mcp