uol-mcp-http
Click on "Deploy 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., "@uol-mcp-httpGet invoice no. 2024-105 and its items from the UOL API"
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.
uol-mcp-http
HTTP MCP server for the UOL Accounting REST API (Streamable HTTP for Railway and Cursor).
Reads run immediately. POST / PATCH / PUT / DELETE go through uol_request and need confirm=true.
Env
UOL_API_BASE_URL— tenant API root, e.g.https://YOUR-TENANT.ucetnictvi.uol.cz/api(with or without/v1)UOL_API_EMAIL— UOL login email (Basic Auth username)UOL_API_TOKEN— token from UOL Settings →/api_tokensMCP_AUTH_TOKEN— Bearer token required by MCP clientsPORT— listen port (Railway sets this)
Demo (OpenAPI): https://test.demo.uol.cz/api + the demo email/token from https://api.uol.cz/
Related MCP server: accounting-mcp
Endpoints
GET /health— healthcheckPOST /mcp— MCP Streamable HTTP (auth required)
Cursor
Do not commit real tokens. Add this locally in .cursor/mcp.json:
{
"mcpServers": {
"uol": {
"url": "https://uol-mcp-production.up.railway.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_AUTH_TOKEN"
}
}
}
}YOUR_MCP_AUTH_TOKEN is MCP_AUTH_TOKEN in local .deploy-secrets (gitignored) and on the Railway service.
This instance currently talks to the UOL demo tenant (https://test.demo.uol.cz/api). For live Gramodesky accounting, change Railway vars UOL_API_BASE_URL / UOL_API_EMAIL / UOL_API_TOKEN to the production tenant (same values as shop UOL_API_*).
GramBot (later)
When the shop worktree is clean, attach HTTP MCP with MCP_UOL_URL + MCP_UOL_TOKEN (same pattern as Daktela / Fio).
Rate limit
UOL returns HTTP 429 for 30 seconds when exceeded: 30 requests / 10 seconds (receivables: 10 / 10 seconds).
This server cannot be deployed
Maintenance
Related MCP Connectors
Let AI agents query data and act across all your business apps via MCP.
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Headless API-first double-entry accounting & bookkeeping engine. 84 MCP tools over HTTP.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for the FreeAgent accounting API, enabling LLMs to securely access and manage accounting data including contacts, invoices, bills, bank transactions, and more.51MIT
- FlicenseNot gradedqualityBmaintenanceMulti-tenant MCP server connecting accounting software to AI assistants via ~87 tools. Supports Bokio (Swedish accounting) with mock mode for development.-
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to generate audit reports and query financial ledger data via MCP. This demo version contains intentional security vulnerabilities for security testing and should not be used in production.-
- AlicenseAqualityBmaintenanceMCP server for ReAI, the Norwegian cloud accounting system, enabling AI agents to read books, look up accounts and VAT codes, and perform bookkeeping through a curated toolset with safety guardrails.12MIT