@theyahia/atol-online-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@theyahia/atol-online-mcpCreate a sell receipt for 1x Coffee at 350 rub paid electronically"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@theyahia/atol-online-mcp
MCP server for ATOL Online fiscal receipt API -- 54-FZ compliant receipt generation, refunds, corrections, and status checks for Russian online cash registers.
Tools
Tool | Description |
| Get authentication token |
| Create a sell receipt (fiscal check) |
| Create a sell refund receipt |
| Create a correction receipt |
| Get receipt status/report by UUID |
| Create a buy receipt |
| Create a buy refund receipt |
| Check current token status |
Related MCP server: FNS Check MCP Server
Install
Claude Desktop / Cline / Cursor
{
"mcpServers": {
"atol-online": {
"command": "npx",
"args": ["-y", "@theyahia/atol-online-mcp"],
"env": {
"ATOL_LOGIN": "<YOUR_LOGIN>",
"ATOL_PASSWORD": "<YOUR_PASSWORD>",
"ATOL_GROUP_CODE": "<YOUR_GROUP_CODE>",
"ATOL_COMPANY_INN": "<YOUR_INN>",
"ATOL_PAYMENT_ADDRESS": "<YOUR_PAYMENT_URL>"
}
}
}
}Environment Variables
Variable | Required | Description |
| Yes | ATOL Online login |
| Yes | ATOL Online password |
| Yes | KKT group code |
| No | Company INN for receipts |
| No | Payment address / URL |
Demo Prompts
"Create a sell receipt for 1x Coffee at 350 rub paid electronically"
"Refund the last receipt for item 'Subscription' at 990 rub"
"Check receipt status for UUID abc-123-def"
"Create a correction receipt for a missed cash sale of 500 rub"
"Generate a buy receipt for purchasing supplies at 15000 rub"
"What's the current token status?"
API Reference
Base URL: https://online.atol.ru/possystem/v5/
Docs: https://online.atol.ru/possystem/v5/
License
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
- 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/theYahia/atol-online-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server