INDIVIDUAL MCP TOOL
avizo_categories
All document/obligation categories Avizo tracks out of the box (Romanian display names — the product UI is Romanian): vehicles (ITP, RCA, road vignette, tachograph…), HR (occupational medicine, SSM/PSI trainings…), fiscal (permits, local taxes, contracts…), IT (domains…) and company documents.
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 endpoint
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.avizo-mcp]
url = "https://avizo.ro/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"avizo-mcp": {
"type": "http",
"url": "https://avizo.ro/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: avizo-mcp
Remote MCP URL: https://avizo.ro/mcp
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": {
"avizo-mcp": {
"url": "https://avizo.ro/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"avizo-mcp": {
"type": "http",
"url": "https://avizo.ro/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "avizo-mcp",
"transport": "streamable-http",
"url": "https://avizo.ro/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
avizo_about— Product overview of Avizo (avizo.avizo_plans— The four Avizo subscription plans (Free, Basic, Pro, Fleet) with monthly EUR prices, item/user limits, alert channels and feature lists.avizo_docs— Without arguments: lists every documentation page on avizo.avizo_my_items— The calling company's OWN tracked documents from Avizo, with days-to-expiry, urgency level (expired / critical ≤7 days / warning ≤30 / ok) and a recommended action per document.