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.
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
- Conference badges and networking follow-ups.
- CRM agents that mint a shareable contact QR after creating a lead.
- Team directories that need consistent vCard → QR pipelines.
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"
}
}