Skip to content

Commit 092f9d4

Browse files
committed
Add QR Business Cards remote MCP server
1 parent 6b3bc6f commit 092f9d4

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.qr-business-cards-mcp-http",
4+
"name": "QR Business Cards (Remote)",
5+
"alias": "qr-business-cards",
6+
"description": "Create professional QR business card profiles, retrieve existing profiles, and check card package pricing. AI agents can create digital profiles with contact info and social links on behalf of users. No local installation required.",
7+
"schema_version": "2.1",
8+
"categories": ["productivity"],
9+
"tags": ["qr-code", "business-cards", "networking", "contact", "profile", "remote"],
10+
11+
"transport": {
12+
"type": "http",
13+
"url": "https://qr-business-cards.com/api/mcp",
14+
"metadata": {
15+
"inputs": []
16+
}
17+
},
18+
19+
"auth": {
20+
"type": "none",
21+
"instructions": "No authentication required. The MCP server is publicly accessible."
22+
},
23+
24+
"contributor": {
25+
"name": "ajfrai",
26+
"github": "ajfrai",
27+
"url": "https://qr-business-cards.com"
28+
},
29+
30+
"links": {
31+
"repository": "https://github.com/ajfrai/qr-business-cards-mcp",
32+
"homepage": "https://qr-business-cards.com",
33+
"documentation": "https://qr-business-cards.com/developers"
34+
},
35+
36+
"platforms": ["all"],
37+
38+
"capabilities": {
39+
"tools": true,
40+
"resources": false,
41+
"prompts": false,
42+
"read_only_mode": false
43+
}
44+
}

0 commit comments

Comments
 (0)