qrcoding Skill MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@qrcoding Skill MCPcreate a QR code for my website"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
qrcoding Skill MCP
Standalone Skill/MCP gateway for QR Agent Studio.
This repo contains only the agent-facing pieces:
MCP Streamable HTTP gateway at
/mcpMCP Server Card at
/.well-known/mcp/server-card.jsonAgent Skills discovery at
/.well-known/agent-skills/index.jsonSKILL.mdartifact at/.well-known/agent-skills/qrcoding/SKILL.mdREST/OpenAPI proxy at
/openapi.jsonand/v1/*
It does not store QR records. It forwards authenticated requests to QR Agent Studio.
Authentication
Use a QR Agent Studio API key:
x-api-key: qras_your_keyYou can create a key from QR Agent Studio:
curl -X POST https://qrcoding-7l4aqfjr0-jakes-projects-0ab50f91.vercel.app/v1/api-keys \
-H "content-type: application/json" \
-d '{"name":"Plugin key"}'The full key is returned once as apiKey. Store it in your skill, plugin, or agent secret store.
MCP
curl -X POST https://your-skill-mcp.example/mcp \
-H "content-type: application/json" \
-H "accept: application/json, text/event-stream" \
-H "x-api-key: qras_your_key" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Configuration
Set QRCODING_BASE_URL to the QR Agent Studio deployment this gateway should forward to.
QRCODING_BASE_URL=https://qrcoding.example.com
PUBLIC_BASE_URL=https://your-skill-mcp.exampleIf unset, the gateway points at the current qrcoding preview deployment used during setup.
Local Development
npm install
npm test
npm run build
vercel devDeploy
vercel deploy -yUse the resulting URL as the MCP endpoint and as the Agent Skills discovery origin.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/contentscoin/qrcoding-skill-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server