Skip to main content
Glama
waldur

Waldur MCP Server

Official
by waldur

list_invoices

Retrieve and display all invoices from your Waldur instance to monitor billing information and manage financial records.

Instructions

List all invoices

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'list_invoices' MCP tool. It is decorated with @mcp.tool() for registration and executes by calling the Waldur API's invoices_list function.
    @mcp.tool() async def list_invoices() -> list[Invoice]: """List all invoices""" return await invoices_list.asyncio(client=client)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/waldur/waldur-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server