From 9062ac6a3d1408495e37629b9191908995cd4538 Mon Sep 17 00:00:00 2001 From: cnealhicks-debug Date: Thu, 2 Apr 2026 13:02:25 -0400 Subject: [PATCH] Add Businys MCP server Signed-off-by: cnealhicks-debug --- servers/app.businys-mcp-npx.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 servers/app.businys-mcp-npx.json diff --git a/servers/app.businys-mcp-npx.json b/servers/app.businys-mcp-npx.json new file mode 100644 index 0000000..b12835f --- /dev/null +++ b/servers/app.businys-mcp-npx.json @@ -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" + } +}