Skip to main content
Glama
LightningBerk

Wave MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOGO_PATHNoPath to logo PNG (default: ./assets/logo.png)
WAVE_API_KEYYesYour Wave full-access token
BUSINESS_NAMENoBusiness name on invoices
BUSINESS_PHONENoPhone number
WAVE_BUSINESS_IDYesYour Wave business ID
BUSINESS_ADDRESS1NoAddress line 1
BUSINESS_ADDRESS2NoAddress line 2
INVOICE_OUTPUT_DIRNoOutput directory for PDFs (default: ./invoices)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_invoicesA

List invoices from Wave with pagination

get_invoiceA

Get full details of a specific invoice

list_customersA

List all customers from Wave

export_invoice_jsonC

Export Wave invoice to JSON format

generate_invoice_pdfA

Fetch invoice from Wave and generate a branded PDF. Returns the path to the generated PDF.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: list_invoices vs get_invoice separates collection from detail, and export_invoice_json vs generate_invoice_pdf are explicitly different output formats. list_customers is entirely separate from the invoice workflow.

Naming Consistency5/5

All tools follow a consistent lower_snake_case verb_noun pattern, with singular/plural usage matching intent (list_invoices vs get_invoice). The export/generate tools extend the pattern with an output format, which is still predictable.

Tool Count5/5

Five tools is well-scoped for a focused Wave integration covering invoice retrieval, customer listing, and invoice export. Each tool earns its place without redundancy or bloat.

Completeness3/5

The invoice retrieval and export workflow is covered, but the surface has notable gaps such as no create/update/delete for invoices and no customer detail lookup. Agents can perform read-only and export tasks, but cannot complete full invoice management workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues