Waldur MCP Server
by waldur
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
WALDUR_TOKEN | Yes | Your token for accessing the Waldur API. | |
WALDUR_API_URL | Yes | The API URL of your Waldur instance. | |
UV_PUBLISH_TOKEN | No | Your token used for publishing. | |
UV_PUBLISH_PASSWORD | No | Your password for publishing. | |
UV_PUBLISH_USERNAME | No | Your username for publishing. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
schema_aware_query |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
schema://main |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |