Skip to content
MCP-Bridge
Communication

Avaza API Documentation Claude Desktop Config

Add the Avaza API Documentation MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "avaza-com": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/avaza-com"
      ],
      "env": {
        "AVAZA_API_DOCUMENTATION_API_KEY": "your_avaza_api_documentation_api_key"
      }
    }
  }
}

Environment Variables

AVAZA_API_DOCUMENTATION_API_KEY

Replace your_avaza_api_documentation_api_key with your actual avaza api documentation api key

Endpoints

POST/ScheduleSeries/AddBooking

Create new Schedule Booking

POST/ScheduleSeries/AddLeave

Create new Leave Booking

PUT/ScheduleSeries/EditBooking

Edit Booking

PUT/ScheduleSeries/EditLeave

Edit Leave Booking

GET/api/Account

Account Details

GET/api/Bill

Gets list of Bills

POST/api/Bill

Create a new draft Bill

GET/api/Bill/{id}

Gets a Bill by Bill ID

GET/api/BillPayment

Gets list of Bill Payments

POST/api/BillPayment

Create new Bill Payment and optionally assign payment allocations to Bills