QR Business Cards

Community

Create digital profiles and order premium printed QR business cards. Tools for profile creation, QR code generation, and card ordering.

About QR Business Cards MCP Server

Create digital profiles and order premium printed QR business cards. Tools for profile creation, QR code generation, and card ordering.

Features

Tools
Prompts
Getting Started

Add to your MCP client config: { "mcpServers": { "qr-business-cards": { "url": "https://qr-business-cards.com/api/mcp" } } } No installation needed — this is a remote MCP server using Streamable HTTP transport.

Example
// Create a profile via MCP
const result = await client.callTool("create_profile", {
  name: "John Doe",
  title: "Software Engineer",
  company: "Acme Inc",
  email: "john@example.com",
  phone: "+1-555-0100"
});