Skip to main content
Glama
ajfrai

mcp-qr-business-card

by ajfrai

QR 商务名片 MCP 服务器

通过任何兼容 MCP 的 AI 助手(Claude、Cursor、Windsurf 等)创建专业的 QR 商务名片。无需 API 密钥。

服务器 URL: https://qr-business-cards.com/api/mcp

功能介绍

您的 AI 助手可以:

  • 创建 QR 商务名片资料 — 姓名、职位、电子邮件、电话、简介、社交链接、主题

  • 查找现有资料 — 通过 ID 获取资料详情

  • 获取定价与套餐 — 50/100/250 张印刷名片送货上门

每个资料都会获得一个带有 QR 码的公开 URL。扫描即可查看数字名片。印刷名片起价为 23.99 美元(使用优惠码 LAUNCH20 可享 8 折优惠)。

设置

Claude Desktop / Claude Code

添加到您的 MCP 配置(claude_desktop_config.json.mcp.json):

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

Cursor

添加到您的 MCP 设置:

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

任何 MCP 客户端

该服务器使用基于 JSON-RPC 2.0 的 Streamable HTTP 传输。将您的客户端指向:

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

工具

create_profile

创建一个新的 QR 商务名片资料。

参数

类型

必需

描述

name

string

全名

title

string

职位或标语

email

string

联系邮箱

phone

string

电话号码

bio

string

数字资料的完整简介

cardBio

string

印刷名片的简短简介(最多 200 字符)

socialLinks

object

{ linkedin, twitter, github, website }

theme

string

noir(黑底白字)或 classic(白底黑字)

返回:资料 ID、公开 URL、QR 码 URL、编辑令牌和订单链接。

get_profile

通过 ID 查找现有资料。

参数

类型

必需

描述

id

string

资料 ID 或别名

get_packages

获取可用套餐和定价。无需参数。

示例

询问您的 AI 助手:

"帮我创建一张 QR 商务名片。我的名字是 Jane Smith,我是 Acme Corp 的产品设计师。使用 noir 主题。"

助手将调用 create_profile,您将获得数字资料的链接以及印刷名片的订购页面。

定价

套餐

名片数量

价格

入门版

50

$29.99

专业版

100

$49.99

商业版

250

$109.99

使用优惠码 LAUNCH20 可享 8 折优惠 — 4 月 18 日截止。

每笔订单均包含免费送货。采用优质 14pt 卡纸。

链接

许可证

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ajfrai/qr-business-cards-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server