trackmcp
Back to directory
ajfrai

qr-business-cards-mcp

View on GitHub

MCP server for creating QR business cards via AI assistants. No API key required.

0 starsOthers Updated May 1, 2026
ai-toolsbusiness-cardsmcpmcp-servermodel-context-protocolqr-code

Documentation

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`):

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

Cursor

Add to your MCP settings:

json
{
  "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:

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

Tools

`create_profile`

Create a new QR business card profile.

ParameterTypeRequiredDescription
`name`stringYesFull name
`title`stringNoJob title or tagline
`email`stringNoContact email
`phone`stringNoPhone number
`bio`stringNoFull bio for digital profile
`cardBio`stringNoShort bio for printed card (max 200 chars)
`socialLinks`objectNo`{ linkedin, twitter, github, website }`
`theme`stringNo`noir` (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
`id`stringYesProfile 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.

License

MIT

Frequently asked questions

What is qr-business-cards-mcp?

qr-business-cards-mcp is MCP server for creating QR business cards via AI assistants. No API key required.

How do I install qr-business-cards-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is qr-business-cards-mcp open source?

Yes — it is hosted on GitHub at https://github.com/ajfrai/qr-business-cards-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP