Skip to content

Commit 95ee462

Browse files
feat: add Businys MCP server
Signed-off-by: cnealhicks-debug <cnealhicks@gmail.com>
1 parent 6b3bc6f commit 95ee462

1 file changed

Lines changed: 77 additions & 0 deletions

File tree

servers/app.businys-mcp-npx.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "app.businys-mcp-npx",
4+
"name": "Businys",
5+
"alias": "businys",
6+
"description": "221 MCP tools across 26 practices for independent professionals. Manage clients, bookings, invoices, contracts, programs, sessions, and more. Open platform with full data export on all paid tiers.",
7+
"icon": "https://businys.app/icon.png",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"business",
11+
"productivity",
12+
"crm"
13+
],
14+
"tags": [
15+
"smb",
16+
"invoicing",
17+
"clients",
18+
"bookings",
19+
"contracts",
20+
"fitness",
21+
"photography",
22+
"ai",
23+
"open-platform"
24+
],
25+
"transport": {
26+
"type": "stdio",
27+
"command": "npx",
28+
"args": [
29+
"-y",
30+
"@businys/mcp-server"
31+
],
32+
"env": {
33+
"HIATYS_API_KEY": "${input:HIATYS_API_KEY}"
34+
},
35+
"metadata": {
36+
"inputs": [
37+
{
38+
"id": "HIATYS_API_KEY",
39+
"label": "Businys API Key",
40+
"description": "Your Businys API key. Generate one in Settings → Integrations → API Keys.",
41+
"type": "text",
42+
"required": true,
43+
"secret": true,
44+
"placeholder": "biz_live_xxxxxxxxxxxxxxxxxxxx",
45+
"obtain": {
46+
"url": "https://businys.app/settings/integrations",
47+
"instructions": "1. Go to businys.app/settings/integrations\n2. Click 'API Keys'\n3. Click 'New API Key'\n4. Copy the key",
48+
"button_label": "Create API Key"
49+
}
50+
}
51+
]
52+
}
53+
},
54+
"auth": {
55+
"type": "api_key",
56+
"instructions": "Generate an API key at https://businys.app/settings/integrations → API Keys."
57+
},
58+
"contributor": {
59+
"name": "Hiatys Systems",
60+
"github": "hiatys",
61+
"url": "https://hiatys.com"
62+
},
63+
"links": {
64+
"repository": "https://github.com/hiatys/businys-mcp",
65+
"homepage": "https://businys.app",
66+
"documentation": "https://businys.app/docs/mcp"
67+
},
68+
"platforms": [
69+
"all"
70+
],
71+
"capabilities": {
72+
"tools": true,
73+
"resources": true,
74+
"prompts": true,
75+
"read_only_mode": false
76+
}
77+
}

0 commit comments

Comments
 (0)