Skip to main content
Glama
hlebtkachenko

POHODA MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POHODA_ICOYesCompany IČO (accounting unit)
POHODA_URLYesmServer URL (default port: 444)
POHODA_TIMEOUTNoRequest timeout in ms (default: 120000)120000
POHODA_PASSWORDYesPOHODA password
POHODA_USERNAMEYesPOHODA user with XML rights
POHODA_MAX_RETRIESNoMax retries on timeout/503 (default: 2)2
POHODA_CHECK_DUPLICITYNoEnable duplicate import checks (default: false)false

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
pohoda_statusA

Get POHODA mServer status: processing queue count, server state (idle/working), and server address. Use to check if the server is ready to accept requests.

pohoda_company_infoA

Get POHODA company/accounting unit info: company name, database name, accounting period, and year. Requires authenticated connection.

pohoda_download_fileA

Download a file from POHODA documents storage. Returns file size and base64 content for files under 100KB; for larger files returns size info only. Path is relative to documents root.

pohoda_list_addressesA

List addresses from POHODA addressbook. Supports filtering by id, company name, IČO, last changes date, or code. Returns JSON array of matching address records.

pohoda_create_addressB

Create a new address/contact in POHODA addressbook. Requires name; optional fields: street, city, zip, IČO, DIČ, email, phone, web, note.

pohoda_update_addressB

Update an existing address in POHODA addressbook by ID. Provide id (required) and any fields to update: name, street, city, zip, ico, dic, email, phone, web, note.

pohoda_delete_addressB

Delete an address from POHODA addressbook by ID. Requires the address ID.

pohoda_list_invoicesB

List invoices from POHODA. Supports filtering by invoice type, ID, date range, variable symbol, company name, IČO, or last changes. Returns JSON array of matching invoice records.

pohoda_create_invoiceB

Create a new invoice in POHODA. Requires invoiceType and date. Optional: dateTax, dateDue, dateAccounting, text, partner details, symbols, note, and line items.

pohoda_delete_invoiceB

Delete an invoice from POHODA by ID. Requires the invoice ID.

pohoda_list_ordersA

List orders from POHODA. Supports filtering by order type, ID, date range, company name, order number, or last changes. Returns JSON array of matching order records.

pohoda_create_orderC

Create a new order in POHODA. Requires orderType and date. Optional: numberOrder, text, partner details, note, and line items.

pohoda_delete_orderB

Delete an order from POHODA by ID. Requires the order ID.

pohoda_list_offersA

List offers from POHODA. Supports filtering by offer type (issued/received), ID, date range, company name, or last changes. Returns JSON array of matching offer records.

pohoda_create_offerB

Create a new offer in POHODA. Requires offerType and date. Optional: text, partner details, note, and line items.

pohoda_list_enquiriesA

List enquiries from POHODA. Supports filtering by enquiry type (issued/received), ID, date range, company name, or last changes. Returns JSON array of matching enquiry records.

pohoda_create_enquiryB

Create a new enquiry in POHODA. Requires enquiryType and date. Optional: text, partner details, note, and line items.

pohoda_list_contractsA

List contracts from POHODA. Supports filtering by ID, date range, company name, or last changes. Returns JSON array of matching contract records.

pohoda_create_contractC

Create a new contract in POHODA. Optional: number, datePlan, text, partner details, note.

pohoda_delete_contractC

Delete a contract from POHODA by ID. Requires the contract ID.

pohoda_list_bankA

List bank documents (receipts and expenses) from POHODA. Supports filtering by ID, date range, company name, or last changes. Returns JSON array of matching records.

pohoda_create_bankB

Create a bank document (receipt or expense) in POHODA. Requires bankType and date. Optional: text, account, bankCode, symbols, partner details, note, and line items.

pohoda_list_vouchersB

List cash vouchers (receipts and expenses) from POHODA. Supports filtering by ID, date range, company name, or last changes. Returns JSON array of matching records.

pohoda_create_voucherC

Create a cash voucher (receipt or expense) in POHODA. Requires voucherType and date. Optional: cashRegister, text, symbols, partner details, note, and line items.

pohoda_list_internal_docsB

List internal documents from POHODA. Supports filtering by ID, date range, or last changes. Returns JSON array of matching records.

pohoda_create_internal_docC

Create an internal document in POHODA. Requires date. Optional: text, variable symbol, note, and line items.

pohoda_list_stockC

Export stock/inventory items from POHODA with optional filters

pohoda_create_stockC

Create a new stock/inventory item in POHODA

pohoda_update_stockC

Update an existing stock/inventory item in POHODA

pohoda_delete_stockB

Delete a stock/inventory item from POHODA

pohoda_list_storesB

Export list of stores (warehouses) from POHODA

pohoda_list_prijemkyC

Export receiving documents (příjemky) from POHODA

pohoda_create_prijemkaC

Create a receiving document (příjemka) in POHODA

pohoda_list_vydejkyC

Export dispatch documents (výdejky) from POHODA

pohoda_create_vydejkaC

Create a dispatch document (výdejka) in POHODA

pohoda_list_prodejkyC

Export sales documents (prodejky) from POHODA

pohoda_create_prodejkaC

Create a sales document (prodejka) in POHODA

pohoda_list_prevodkyB

Export transfer documents (převodky) from POHODA

pohoda_create_prevodkaC

Create a transfer document (převodka) in POHODA

pohoda_list_vyrobaC

Export production documents (výroba) from POHODA

pohoda_create_vyrobaC

Create a production document (výroba) in POHODA

pohoda_list_serviceC

Export service records from POHODA

pohoda_create_serviceD

Create a service record in POHODA

pohoda_list_accountancyA

List accountancy records from POHODA. Read-only export. Supports filtering by date range or last changes. Returns JSON array of accountancy records.

pohoda_list_balanceA

List balance records from POHODA. Read-only export. Supports filtering by date range. Returns JSON array of balance records.

pohoda_list_movementsB

List movement records from POHODA. Read-only export. Supports filtering by date range. Returns JSON array of movement records.

pohoda_list_vatA

List VAT classification records from POHODA. Read-only export. Supports filtering by date range. Returns JSON array of VAT classification records.

pohoda_list_settingsB

Export settings/lists from POHODA. Types: numericalSeries, cashRegister, bankAccount, centre, activity, payment, store, storage, category, accountingUnit

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/hlebtkachenko/pohoda-mcp'

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