← qr-coding.com
INDIVIDUAL MCP TOOL
prepare_qr_for_image
Use this when a user asks to insert, place, embed, or compose a QR code into an image or generated artwork.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.qr-coding-com]
url = "https://www.qr-coding.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"qr-coding-com": {
"type": "http",
"url": "https://www.qr-coding.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: qr-coding-com
Remote MCP URL: https://www.qr-coding.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"qr-coding-com": {
"url": "https://www.qr-coding.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"qr-coding-com": {
"type": "http",
"url": "https://www.qr-coding.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "qr-coding-com",
"transport": "streamable-http",
"url": "https://www.qr-coding.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Use this when a user wants to search the connected QR code source by URL, name, slug, or checksum.fetch— Use this when a search result id needs to be fetched from the connected QR code source.create_qr_code— Use this when the user wants to create, generate, or make a new QR code.create_qr_batch— Use this when the user wants to create many QR codes at once (a campaign, a list of store/menu URLs, an event).import_qr_csv— Use this when the user provides a CSV (a spreadsheet export, a pasted table) of QR codes to create.upload_logo— Use this when the user wants a logo in the center of a QR code.list_logos— Use this to see the logos saved in the workspace's library.delete_logo— Use this to remove a logo from the workspace's library by `logoAssetId`.