uol-mcp-http
uol-mcp-http
UOL Accounting REST API 用のHTTP MCPサーバー(RailwayとCursor向けのStreamable HTTP)。
読み取りは即座に実行されます。POST / PATCH / PUT / DELETEはuol_requestを経由し、confirm=trueが必要です。
環境変数
UOL_API_BASE_URL— テナントAPIルート(例:https://YOUR-TENANT.ucetnictvi.uol.cz/api)(/v1の有無は任意)UOL_API_EMAIL— UOLログインメール(Basic Authのユーザー名)UOL_API_TOKEN— UOL設定 →/api_tokensから取得するトークンMCP_AUTH_TOKEN— MCPクライアントが要求するBearerトークンPORT— 待ち受けポート(Railwayが設定)
デモ(OpenAPI): https://test.demo.uol.cz/api + https://api.uol.cz/ のデモメール/トークン
Related MCP server: MCP Moloni ON
エンドポイント
GET /health— ヘルスチェックPOST /mcp— MCP Streamable HTTP(認証必須)
Cursor
実際のトークンをコミットしないでください。これをローカルの .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 は、ローカルの .deploy-secrets(gitignore対象)とRailwayサービス上の MCP_AUTH_TOKEN です。
このインスタンスは現在 UOLデモ テナント(https://test.demo.uol.cz/api)と通信しています。本番のGramodesky会計を使用するには、Railwayの変数 UOL_API_BASE_URL / UOL_API_EMAIL / UOL_API_TOKEN を本番テナントに変更してください(ショップの UOL_API_* と同じ値)。
GramBot(後日)
ショップのワークツリーがクリーンになったら、MCP_UOL_URL + MCP_UOL_TOKEN でHTTP MCPを接続します(Daktela / Fioと同じパターン)。
レート制限
UOLは制限を超えると30秒間HTTP 429を返します: 30リクエスト / 10秒(売掛金: 10 / 10秒)。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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 gradedqualityBmaintenanceMCP server that exposes the Moloni ON GraphQL API to AI clients, providing a curated set of operations as typed and documented tools.
- FlicenseNot gradedqualityBmaintenanceMulti-tenant MCP server connecting accounting software to AI assistants via ~87 tools. Supports Bokio (Swedish accounting) with mock mode for development.
- 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
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
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/ondrejsanetrnik/uol-mcp-http'
If you have feedback or need assistance with the MCP directory API, please join our Discord server