Skip to main content
Glama

MCP QR Code Server

by jwalsh
tools-call.js616 B
// tools/call request for QR code generation { "method": "tools/call", "params": { "name": "generate-qrcode", "arguments": { "content": "https://example.com", "format": "image", "errorCorrectionLevel": "M", "size": 3 } }, "id": 2, "jsonrpc": "2.0" } // tools/call response { "result": { "content": [ { "type": "text", "text": "QR code generated for: https://example.com" }, { "type": "image", "mimeType": "image/png", "data": "base64-encoded-image-data" } ] }, "id": 2, "jsonrpc": "2.0" }

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/jwalsh/mcp-server-qrcode'

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