Waldur MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WALDUR_TOKENYesYour token for accessing the Waldur API.
WALDUR_API_URLYesThe API URL of your Waldur instance.
UV_PUBLISH_TOKENNoYour token used for publishing.
UV_PUBLISH_PASSWORDNoYour password for publishing.
UV_PUBLISH_USERNAMENoYour username for publishing.

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
schema_aware_query

Resources

Contextual data attached and managed by the client

NameDescription
schema://main

Tools

Functions exposed to the LLM to take actions

NameDescription
query

Run a read-only SQL query

list_customers

List all customers

list_projects

List all projects

list_resources

List all resources

list_invoices

List all invoices

list_offerings

List all offerings

create_invitation

Invite users to project or organization by email

Args: scope_type: Whether to invite users to organization or project scope_name: Name of the organization or project to invite users to role: Role to assign to invited users emails: List of email addresses to invite extra_invitation_text: Custom message to include in the invitation