{
  "ok": true,
  "name": "asset-register",
  "url": "https://mcp.zovo.one/mcp/asset-register",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-06.1",
  "summary": "asset_add puts one fixed asset on the register with the rate, useful life and convention read off the bundled tax table (cost and residual in MINOR units: 600000 is 6,000.00 PLN), asset_schedule builds its depreciation schedule per year or per month, asset_journal gives one month's debit and credit lines, asset_dispose books a sale or a write-off against net book value, and asset_report values the register.",
  "tool_count": 8,
  "tools": [
    "asset_add",
    "asset_list",
    "asset_schedule",
    "asset_journal",
    "asset_dispose",
    "asset_report",
    "license_status",
    "license_activate"
  ],
  "free_limits": "10 assets in the register; asset_list, asset_schedule and asset_dispose are free and unlimited on every tier, because a depreciation rate is published by a tax authority and an asset already on the register has to be able to leave it. asset_journal and asset_report are Pro",
  "authentication": {
    "note": "This GET is public so a health check and a browser both get an answer. The JSON-RPC traffic is POST and still needs a token.",
    "get_a_free_token": "GET https://mcp.zovo.one/mcp/token",
    "ready_made_urls": "GET https://mcp.zovo.one/mcp/connect",
    "header_form": "Authorization: Bearer <token>",
    "url_form": "https://mcp.zovo.one/mcp/asset-register/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}