poweroffice-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PO_ENV | No | Environment for PowerOffice API: 'demo' or 'production'. Defaults to 'demo'. | demo |
| PO_CLIENT_KEY | Yes | PowerOffice client key. | |
| PO_USER_AGENT | No | User agent string for API requests. Defaults to 'poweroffice-mcp/0.1'. | poweroffice-mcp/0.1 |
| PO_APPLICATION_KEY | Yes | PowerOffice application key. | |
| PO_SUBSCRIPTION_KEY | Yes | PowerOffice subscription key. | |
| PO_REQUEST_TIMEOUT_MS | No | Request timeout in milliseconds. Defaults to '30000'. | 30000 |
| PO_MAX_REQUESTS_PER_SECOND | No | Maximum requests per second, cannot exceed 10. Defaults to '10'. | 10 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| poweroffice_configuration_statusA | Check whether the PowerOffice MCP process has the required environment variables. Does not reveal credential values and does not call PowerOffice. |
| poweroffice_create_customerA | Create one customer with POST /Customers. This writes to the configured PowerOffice client. Set confirm=true only after the user has explicitly approved the exact customer data. |
| poweroffice_update_customerA | Update one customer with JSON Patch at PATCH /Customers/{id}. Only mutable CustomerPatchDto paths are accepted. Set confirm=true only after the user has explicitly approved the exact changes. |
| poweroffice_create_general_ledger_accountA | Create one general ledger account with POST /GeneralLedgerAccounts. VatCode or VatCodeId is required. Set confirm=true only after the user has explicitly approved the exact account data. |
| poweroffice_update_general_ledger_accountA | Update one general ledger account with JSON Patch at PATCH /GeneralLedgerAccounts/{id}. Only mutable account paths are accepted. Set confirm=true only after the user has explicitly approved the exact changes. |
| poweroffice_connection_infoA | Call GET /ClientIntegrationInformation to verify authentication and return the client subscriptions and API privileges granted to the configured integration. |
| poweroffice_search_customersA | Read a paginated list from GET /Customers. Filters that accept multiple values use PowerOffice comma-separated syntax. Returns a compact field set unless Fields is supplied. |
| poweroffice_get_customerA | Read one customer by PowerOffice numeric ID from GET /Customers/{id}. Returns a compact field set unless Fields is supplied. |
| poweroffice_list_general_ledger_accountsA | Read a paginated list from GET /GeneralLedgerAccounts. Supports account ranges such as 1000-1999,2500,3000-. |
| poweroffice_list_account_transactionsA | Read posted account transactions from GET /AccountTransactions for an inclusive date range. Use filters and small pages to keep accounting queries narrow. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Oleksandr-Kliuiev/poweroffice-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server