Skip to main content
Glama
ondrejsanetrnik

uol-mcp-http

uol-mcp-http

UOL 회계 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초).

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for the FreeAgent accounting API, enabling LLMs to securely access and manage accounting data including contacts, invoices, bills, bank transactions, and more.
    5
    1
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server that exposes the Moloni ON GraphQL API to AI clients, providing a curated set of operations as typed and documented tools.
  • F
    license
    Not graded
    quality
    B
    maintenance
    Multi-tenant MCP server connecting accounting software to AI assistants via ~87 tools. Supports Bokio (Swedish accounting) with mock mode for development.
  • A
    license
    A
    quality
    B
    maintenance
    MCP 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.
    12
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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