Avaza API Documentation Claude Desktop Config
Add the Avaza API Documentation MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_avaza_api_documentation_api_key with your actual avaza api documentation api key
Endpoints
POST
/ScheduleSeries/AddBookingCreate new Schedule Booking
POST
/ScheduleSeries/AddLeaveCreate new Leave Booking
PUT
/ScheduleSeries/EditBookingEdit Booking
PUT
/ScheduleSeries/EditLeaveEdit Leave Booking
GET
/api/AccountAccount Details
GET
/api/BillGets list of Bills
POST
/api/BillCreate a new draft Bill
GET
/api/Bill/{id}Gets a Bill by Bill ID
GET
/api/BillPaymentGets list of Bill Payments
POST
/api/BillPaymentCreate new Bill Payment and optionally assign payment allocations to Bills