@theyahia/atol-online-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ATOL_LOGIN | Yes | ATOL Online login | |
| ATOL_PASSWORD | Yes | ATOL Online password | |
| ATOL_GROUP_CODE | Yes | KKT group code | |
| ATOL_COMPANY_INN | No | Company INN for receipts (optional) | |
| ATOL_PAYMENT_ADDRESS | No | Payment address / URL (optional) |
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 |
|---|---|
| get_tokenA | Get ATOL Online authentication token. |
| create_sell_receiptB | Create a sell receipt (fiscal check) for 54-FZ compliance. |
| create_sell_refundC | Create a sell refund receipt. |
| create_correctionC | Create a correction receipt (self or by FNS instruction). |
| get_reportA | Get receipt processing status/report by UUID. |
| create_buy_receiptB | Create a buy receipt (purchase from individual). |
| create_buy_refundB | Create a buy refund receipt. |
| get_token_infoB | Check current token status and expiry. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a clear, distinct purpose: token management (get_token, get_token_info), receipt creation for each fiscal operation type (sell, sell_refund, buy, buy_refund, correction), and report retrieval. No overlapping functionality.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., get_token, create_sell_receipt). The use of 'get' for retrieval and 'create' for creation is consistent and predictable.
With 8 tools, the server is well-scoped for the ATOL Online fiscal receipt domain. Each tool covers an essential operation without unnecessary redundancy or bloat.
The tool set covers the full lifecycle of fiscal receipt management: authentication (token retrieval and info), all receipt types (sell, buy, refunds, correction), and status checking via report. No obvious gaps for typical 54-FZ operations.