Papierkram
JSON →An MCP (Model Context Protocol) server for the Papierkram.de accounting API. Enables AI assistants to manage invoices, expenses, contacts, projects, time tracking and more directly in your Papierkram account.
Tools · 55
- list_companies List all companies
- get_company Get a specific company
- create_company Create a new company
- update_company Update an existing company
- delete_company Delete a company
- list_contact_persons List all contact persons
- get_contact_person Get a specific contact person
- create_contact_person Create a new contact person
- update_contact_person Update an existing contact person
- delete_contact_person Delete a contact person
- list_invoices List all invoices
- get_invoice Get a specific invoice
- create_invoice Create a new invoice
- update_invoice Update an existing invoice
- delete_invoice Delete an invoice
- cancel_invoice Cancel an invoice
- archive_invoice Archive an invoice
- send_invoice Send an invoice
- download_invoice_pdf Download invoice as PDF
- list_estimates List all estimates
- get_estimate Get a specific estimate
- create_estimate Create a new estimate
- update_estimate Update an existing estimate
- delete_estimate Delete an estimate
- send_estimate Send an estimate
- download_estimate_pdf Download estimate as PDF
- list_expenses List all expenses
- get_expense Get a specific expense
- create_expense Create a new expense
- update_expense Update an existing expense
- delete_expense Delete an expense
- list_projects List all projects
- get_project Get a specific project
- create_project Create a new project
- update_project Update an existing project
- delete_project Delete a project
- archive_project Archive a project
- unarchive_project Unarchive a project
- list_time_entries List all time entries
- get_time_entry Get a specific time entry
- create_time_entry Create a new time entry
- update_time_entry Update an existing time entry
- delete_time_entry Delete a time entry
- list_tasks List all tasks
- get_task Get a specific task
- create_task Create a new task
- update_task Update an existing task
- delete_task Delete a task
- list_bank_connections List all bank connections
- get_bank_connection Get a specific bank connection
- list_bank_transactions List all bank transactions
- get_bank_transaction Get a specific bank transaction
- get_account_info Get account information
- list_payment_terms List all payment terms
- list_propositions List all propositions
Environment variables
PAPIERKRAM_API_KEY
★ 2 GitHub stars