Back to Dashboard
API Discovery
MCP
Bizily MCP
API Documentation
  • Getting Started
  • Authentication
  • Resources
    • Customers
    • Bookings
    • Services
    • Knowledge
    • Team
  • Tools
  • Integrations

Resources

Resources provide read-only access to your business data. Query customers, bookings, services, knowledge base, and team members.

customers

read:customers

Search and list customers in the CRM. Supports filtering by status, source, tags, and intent score. Returns customer contact info, booking stats, and interaction history.

bizily://customers

bookings

read:bookings

List and filter bookings/appointments. Includes customer info, services booked, assigned team members, and timing. Supports filtering by status, date range, customer, or assignee.

bizily://bookings

services

read:services

Get the service catalog with pricing, duration, and variants. Services are what customers can book (haircuts, massages, consultations, etc.).

bizily://services

knowledge

read:knowledge

Search the business knowledge base using semantic (AI-powered) and keyword search. Great for finding answers to FAQs, policies, service details, and business information.

bizily://knowledge

team

read:team

Get team members and their availability. Can filter by date to see who's working, or check if specific team members are available at a given time.

bizily://team

How to Query Resources

Send a POST request to /api/mcp with:

{
  "type": "resource",
  "name": "customers",  // resource name
  "params": { ... }     // optional parameters
}