Toolporten

QR & codes · 1 credit

vCard QR payload

Generate a contact payload your agent can turn into a scannable QR — name, phone, email, org — without a separate contacts API.

Use in a toolbox

What it does

Call this tool (id: vcard_qr_payload) to build a minimal vCard 3.0 string for contact QR codes.

Example use cases

How it works in Toolporten

Allowlist vcard_qr_payload with qr_code. The agent builds the vCard text, then renders PNG via qr_code on the same authenticated MCP link. Slim toolbox, clear credits, no directory dump.

MCP call example

{
  "name": "vcard_qr_payload",
  "arguments": {
    "name": "Ada Lovelace",
    "email": "ada@example.com",
    "org": "Analytical Engines"
  }
}

Related tools

Create a toolbox