Skip to main content
Glama
qrcow

qr-cow MCP server

Official
by qrcow

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QRCOW_API_BASENoBase URL for the qr-cow API (default: https://qr-cow.com/api)https://qr-cow.com/api
QRCOW_API_TOKENYesYour qr-cow API token (starts with qrc_live_)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_qrcodeA

Create and SAVE a QR code in the customer's qr-cow account (it appears on their dashboard and is tracked). Pick a content type and pass the content as a string. Static codes are unlimited on every plan; dynamic codes (editable + scan analytics) have a per-plan limit (the free plan includes a few). To just render a styled image without saving, use render_styled_qrcode instead.

render_styled_qrcodeA

Render a fully STYLED QR code image (colours, dot + eye shapes, gradient, logo, error-correction) from data and a style, WITHOUT saving it to the account. Great for generating codes in bulk. Use a preset for a ready-made look and/or set style fields to override. Returns the QR as an image (png/jpg) or SVG source. Stateless: this calls POST /v1/qr/render and stores nothing.

list_qrcodesB

List the customer's recent QR codes, newest first.

get_qrcodeA

Fetch full details for one QR code by id, including current redirect URL for dynamic codes.

update_qrcode_destinationA

Update a dynamic QR code's destination URL. The printed code doesn't change — only what scanning it leads to.

delete_qrcodeA

Soft-delete a QR code. Scans afterwards return 404.

get_qrcode_analyticsA

Fetch scan analytics for one QR code: total scans, unique scanners, breakdown by country, device, and hour of day.

meA

Return the authenticated user's profile + plan info.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/qrcow/qr_cow_mcp'

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