LIVE ENDPOINT
https://mcp.zovo.one/mcp/fixed-assets
Connect to this endpoint to inspect the live schema for license_activate and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-asset-register]
url = "https://mcp.zovo.one/mcp/fixed-assets"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-asset-register": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/fixed-assets"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-asset-register
Remote MCP URL: https://mcp.zovo.one/mcp/fixed-assets
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-asset-register": {
"url": "https://mcp.zovo.one/mcp/fixed-assets"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-asset-register": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/fixed-assets"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-asset-register",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/fixed-assets"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
asset_add— Add one fixed asset to the register and return its id with the rate, useful life and convention taken from the bundled tax table.asset_list— List the assets in the register with cost, method, rate and net book value at a date, filtered by scheme, category, project, currency or disposal state.asset_schedule— Build the depreciation schedule for a stored asset, or price one not in the register, per year or per month, to residual or zero, with the table's rate, life and convention.asset_journal— Return the depreciation journal for one month: debit depreciation expense and credit accumulated depreciation, per asset and in total, plus an expense_add-ready payload per currency.asset_dispose— Record that an asset left the business on a date and return the gain or loss against net book value.asset_delete— Remove one asset from the register when nothing depends on it: not disposed of, never journaled.asset_report— For one year: net book value by category, scheme and currency at as_of, the year's depreciation charge per currency, and every disposal with its gain or loss.license_status— Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL.