CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Mcp Server

hiatys/businys-mcp
STDIOregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

@businys/mcp-server

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.

Installation

Claude Desktop

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"
      }
    }
  }
}

Other MCP clients

npx @businys/mcp-server

Requires HIATYS_API_KEY environment variable.

Getting an API Key

  1. Sign in at businys.app
  2. Go to Settings → API Keys
  3. Create a new key with the scopes you need
  4. Paste it into your MCP client config

API access requires a paid plan (Starter $12/mo and above).

What's Included

Tools (221 total)

The server exposes tools for everything your Businys account has active:

PracticeTools
PhotographyClients, quotes, galleries, contracts, invoices, gear, licensing
FitnessClients, programs, workouts, progress tracking, sessions
DesignProjects, proposals, contracts, invoices, deliverables
BrandBrand guidelines, identity systems, deliverables
VideographyProjects, shot lists, contracts, deliverables
YogaClasses, memberships, bookings, packages
Life CoachingSessions, programs, check-ins, goals
ConsultingEngagements, deliverables, timesheets
TutoringStudents, sessions, progress, packages
Music LessonsStudents, lesson plans, sessions, packages
Online CoursesCourses, modules, enrollments, progress
Wedding PlanningWeddings, vendors, timelines, budgets
Social MediaClients, campaigns, content calendars
Hair SalonClients, appointments, services, packages
Nail TechClients, appointments, services, packages
Massage TherapyClients, intake forms, packages, SOAP notes
TattooClients, bookings, deposits, aftercare
CleaningProperties, checklists, schedules, invoicing
LandscapingProperties, services, schedules, invoicing
Pet GroomingPets, clients, appointments, services
NewsletterSubscribers, issues, sponsorships, analytics
YouTube CreatorVideos, sponsors, analytics, revenue
PodcastingEpisodes, guests, sponsors, analytics
CopywritingClients, projects, briefs, deliverables
Freelance DevClients, projects, timesheets, invoices
AI ConsultingClients, engagements, prompt libraries

Plus cross-practice tools: clients, invoices, contracts, bookings, assets, automations, bulk operations, and more.

Resources

  • hiatys://context/current — Live business context snapshot
  • hiatys://data/clients — Active client list
  • hiatys://clients/{id} — Individual client details
  • hiatys://context/{sections} — Selective context by section
  • hiatys://profiles/{slug} — Public profile page data

Tool Discovery

Use the built-in get_manifest tool to see all available tools, groups, and resources for your account.

Environment Variables

VariableRequiredDefaultDescription
HIATYS_API_KEYYes—Your Businys API key
HIATYS_BASE_URLNohttps://businys.appOverride for self-hosted or staging

Transport

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.

Data & Privacy

  • All data lives in your Businys account
  • The server proxies API calls — no data is stored by the MCP server process
  • Canadian data residency (ca-central-1) — PIPEDA compliant
  • Full data export available at any time from Settings

License

MIT — see LICENSE

Links

  • Businys
  • Documentation
  • Issues
  • MCP Server Card
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Package@businys/mcp-server
TransportSTDIO
UpdatedApr 2, 2026
View on GitHub