Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions servers/app.businys-mcp-npx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"id": "app.businys",
"name": "Businys",
"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.",
"icon": "https://businys.app/icon.png",
"categories": ["business", "productivity", "crm"],
"tags": ["smb", "invoicing", "clients", "bookings", "contracts", "fitness", "photography", "ai", "open-platform"],
"transport": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@businys/mcp-server"]
},
"auth": {
"type": "api-key",
"instructions": "Generate an API key in Businys Settings → Integrations → API Keys"
},
"contributor": {
"name": "Hiatys Systems",
"url": "https://hiatys.com",
"github": "hiatys"
},
"links": {
"repository": "https://github.com/hiatys/businys-mcp",
"homepage": "https://businys.app",
"documentation": "https://businys.app/docs/mcp"
}
}
Loading