qr-business-cards-mcp

qr-business-cards-mcp

ajfrai

Create QR business cards via AI assistants. Digital profiles, printed cards, no API key required. MCP server integration

MCP server for creating professional QR business cards with digital profiles and printed card ordering capabilities through AI assistants.

1389 viewsLocal (stdio)

About qr-business-cards-mcp

qr-business-cards-mcp is a community-built MCP server published by ajfrai that provides AI assistants with tools and capabilities via the Model Context Protocol. Create QR business cards via AI assistants. Digital profiles, printed cards, no API key required. MCP server integration It is categorized under auth security. This server exposes 3 tools that AI clients can invoke during conversations and coding sessions.

How to install

You can install qr-business-cards-mcp in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

qr-business-cards-mcp is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

Tools (3)

create_profile

Create a new QR business card profile with contact info, bio, social links, and theme options

get_profile

Look up an existing business card profile by ID or slug

get_packages

Get available printed card packages and pricing information

QR Business Cards MCP Server

Create professional QR business cards through any MCP-compatible AI assistant (Claude, Cursor, Windsurf, etc.). No API key required.

Server URL: https://qr-business-cards.com/api/mcp

What it does

Your AI assistant can:

  • Create a QR business card profile — name, title, email, phone, bio, social links, theme
  • Look up existing profiles — retrieve profile details by ID
  • Get pricing & packages — 50/100/250 printed cards shipped to your door

Each profile gets a public URL with a QR code. Scan it to see the digital business card. Order printed cards from $23.99 (with promo code LAUNCH20 for 20% off).

Setup

Claude Desktop / Claude Code

Add to your MCP config (claude_desktop_config.json or .mcp.json):

{
  "mcpServers": {
    "qr-business-cards": {
      "type": "url",
      "url": "https://qr-business-cards.com/api/mcp"
    }
  }
}

Cursor

Add to your MCP settings:

{
  "mcpServers": {
    "qr-business-cards": {
      "url": "https://qr-business-cards.com/api/mcp"
    }
  }
}

Any MCP Client

The server uses Streamable HTTP transport over JSON-RPC 2.0. Point your client to:

POST https://qr-business-cards.com/api/mcp
Content-Type: application/json

Tools

create_profile

Create a new QR business card profile.

ParameterTypeRequiredDescription
namestringYesFull name
titlestringNoJob title or tagline
emailstringNoContact email
phonestringNoPhone number
biostringNoFull bio for digital profile
cardBiostringNoShort bio for printed card (max 200 chars)
socialLinksobjectNo{ linkedin, twitter, github, website }
themestringNonoir (white on black) or classic (black on white)

Returns: profile ID, public URL, QR code URL, edit token, and order link.

get_profile

Look up an existing profile by ID.

ParameterTypeRequiredDescription
idstringYesProfile ID or slug

get_packages

Get available packages and pricing. No parameters required.

Example

Ask your AI assistant:

"Create a QR business card for me. My name is Jane Smith, I'm a Product Designer at Acme Corp. Use the noir theme."

The assistant will call create_profile, and you'll get back a link to your digital profile and an order page for printed cards.

Pricing

PackageCardsPrice
Starter50$29.99
Professional100$49.99
Business250$109.99

Use promo code LAUNCH20 for 20% off — ends April 18.

Free shipping included with every order. Premium 14pt card stock.

Links

License

MIT

Alternatives

Related Skills

Browse all skills
backend-security-coder

Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.

11
supabase-rls-policy-generator

This skill should be used when the user requests to generate, create, or add Row-Level Security (RLS) policies for Supabase databases in multi-tenant or role-based applications. It generates comprehensive RLS policies using auth.uid(), auth.jwt() claims, and role-based access patterns. Trigger terms include RLS, row level security, supabase security, generate policies, auth policies, multi-tenant security, role-based access, database security policies, supabase permissions, tenant isolation.

8
firebase

Firebase gives you a complete backend in minutes - auth, database, storage, functions, hosting. But the ease of setup hides real complexity. Security rules are your last line of defense, and they're often wrong. Firestore queries are limited, and you learn this after you've designed your data model. This skill covers Firebase Authentication, Firestore, Realtime Database, Cloud Functions, Cloud Storage, and Firebase Hosting. Key insight: Firebase is optimized for read-heavy, denormalized data. I

7
api-security-best-practices

Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities

6
senior-backend

Comprehensive backend development skill for building scalable backend systems using NodeJS, Express, Go, Python, Postgres, GraphQL, REST APIs. Includes API scaffolding, database optimization, security implementation, and performance tuning. Use when designing APIs, optimizing database queries, implementing business logic, handling authentication/authorization, or reviewing backend code.

6
django-security

Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.

4