Skip to main content
Glama

qrcode generator

pyproject.toml551 B
[project] name = "qrcode-mcp" version = "0.1.0" description = "A MCP tool to convert text to QR code images with base64 encoding" dependencies = [ "qrcode>=7.4.2", "Pillow>=10.0.0", "mcp>=1.0.0", "uvicorn>=0.30.0", ] requires-python = ">=3.10" [project.scripts] qrcode-mcp-stdio = "qrcode_mcp_server:main_stdio" qrcode-mcp-http = "qrcode_mcp_server:main_http_with_args" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["qrcode_utils.py", "qrcode_mcp_server.py"]

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/2niuhe/qrcode_mcp'

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