Skip to content

Commit 9062ac6

Browse files
Add Businys MCP server
Signed-off-by: cnealhicks-debug <cnealhicks@gmail.com>
1 parent 6b3bc6f commit 9062ac6

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

servers/app.businys-mcp-npx.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"id": "app.businys",
3+
"name": "Businys",
4+
"description": "221 MCP tools across 26 practices for independent professionals. Manage clients, bookings, invoices, contracts, programs, and more. Open platform with full data export on all plans.",
5+
"icon": "https://businys.app/icon.png",
6+
"categories": ["business", "productivity", "crm"],
7+
"tags": ["smb", "invoicing", "clients", "bookings", "contracts", "fitness", "photography", "ai", "open-platform"],
8+
"transport": {
9+
"type": "stdio",
10+
"command": "npx",
11+
"args": ["-y", "@businys/mcp-server"]
12+
},
13+
"auth": {
14+
"type": "api-key",
15+
"instructions": "Generate an API key in Businys Settings → Integrations → API Keys"
16+
},
17+
"contributor": {
18+
"name": "Hiatys Systems",
19+
"url": "https://hiatys.com",
20+
"github": "hiatys"
21+
},
22+
"links": {
23+
"repository": "https://github.com/hiatys/businys-mcp",
24+
"homepage": "https://businys.app",
25+
"documentation": "https://businys.app/docs/mcp"
26+
}
27+
}

0 commit comments

Comments
 (0)