Connects Claude to your Businys account with 221 tools spanning 26 professional practices. You get full CRUD on clients, invoices, contracts, bookings, and practice-specific workflows like photography galleries, fitness programs, or consulting timesheets. The server proxies calls to the Businys API, so you can ask Claude to draft an invoice, update client details, or pull business context without leaving the conversation. Requires a paid Businys plan and an API key from your account settings. Runs over stdio for local clients or direct HTTPS for remote access. Useful if you're already managing your business in Businys and want AI assistance with day-to-day operations.
Official MCP server for Businys — the unified platform for independent professionals.
221 tools across 26 practices. Clients, invoices, contracts, bookings, programs, projects, and more — all accessible to any MCP-compatible AI agent.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"businys": {
"command": "npx",
"args": ["@businys/mcp-server"],
"env": {
"HIATYS_API_KEY": "your-api-key-here"
}
}
}
}
npx @businys/mcp-server
Requires HIATYS_API_KEY environment variable.
API access requires a paid plan (Starter $12/mo and above).
The server exposes tools for everything your Businys account has active:
| Practice | Tools |
|---|---|
| Photography | Clients, quotes, galleries, contracts, invoices, gear, licensing |
| Fitness | Clients, programs, workouts, progress tracking, sessions |
| Design | Projects, proposals, contracts, invoices, deliverables |
| Brand | Brand guidelines, identity systems, deliverables |
| Videography | Projects, shot lists, contracts, deliverables |
| Yoga | Classes, memberships, bookings, packages |
| Life Coaching | Sessions, programs, check-ins, goals |
| Consulting | Engagements, deliverables, timesheets |
| Tutoring | Students, sessions, progress, packages |
| Music Lessons | Students, lesson plans, sessions, packages |
| Online Courses | Courses, modules, enrollments, progress |
| Wedding Planning | Weddings, vendors, timelines, budgets |
| Social Media | Clients, campaigns, content calendars |
| Hair Salon | Clients, appointments, services, packages |
| Nail Tech | Clients, appointments, services, packages |
| Massage Therapy | Clients, intake forms, packages, SOAP notes |
| Tattoo | Clients, bookings, deposits, aftercare |
| Cleaning | Properties, checklists, schedules, invoicing |
| Landscaping | Properties, services, schedules, invoicing |
| Pet Grooming | Pets, clients, appointments, services |
| Newsletter | Subscribers, issues, sponsorships, analytics |
| YouTube Creator | Videos, sponsors, analytics, revenue |
| Podcasting | Episodes, guests, sponsors, analytics |
| Copywriting | Clients, projects, briefs, deliverables |
| Freelance Dev | Clients, projects, timesheets, invoices |
| AI Consulting | Clients, engagements, prompt libraries |
Plus cross-practice tools: clients, invoices, contracts, bookings, assets, automations, bulk operations, and more.
hiatys://context/current — Live business context snapshothiatys://data/clients — Active client listhiatys://clients/{id} — Individual client detailshiatys://context/{sections} — Selective context by sectionhiatys://profiles/{slug} — Public profile page dataUse the built-in get_manifest tool to see all available tools, groups, and resources for your account.
| Variable | Required | Default | Description |
|---|---|---|---|
HIATYS_API_KEY | Yes | — | Your Businys API key |
HIATYS_BASE_URL | No | https://businys.app | Override for self-hosted or staging |
This package runs as a stdio transport — suitable for Claude Desktop, Cursor, Cline, and other local MCP clients.
For HTTP/streamable-http transport, connect directly to https://businys.app/api/mcp using your API key as a Bearer token.
ca-central-1) — PIPEDA compliantMIT — see LICENSE