INDIVIDUAL MCP TOOL
ares_get_trade_licenses
List trade licenses (živnostenská oprávnění) of a Czech entity from the Trade Register (RŽP).
LIVE ENDPOINT
https://ares-mcp.icovazby.cz/mcp
Connect to this endpoint to inspect the live schema for ares_get_trade_licenses and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.ares-mcp]
url = "https://ares-mcp.icovazby.cz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ares-mcp": {
"type": "http",
"url": "https://ares-mcp.icovazby.cz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ares-mcp
Remote MCP URL: https://ares-mcp.icovazby.cz/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": {
"ares-mcp": {
"url": "https://ares-mcp.icovazby.cz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ares-mcp": {
"type": "http",
"url": "https://ares-mcp.icovazby.cz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ares-mcp",
"transport": "streamable-http",
"url": "https://ares-mcp.icovazby.cz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
ares_validate_ico— Validate a Czech IČO via the ČSÚ Mod-11 checksum.ares_lookup_company— Look up a Czech company by IČO.ares_search_companies— Search Czech companies by structured filters (name, postal code, municipality, legal form, CZ-NACE).ares_search_by_address— Find all Czech companies whose registered seat (sídlo) matches a given address.ares_get_statutory_bodies— List statutory bodies (jednatelé, představenstvo, dozorčí rada) of a Czech company from the Public Register (VR).ares_check_vat_payer— Check whether a Czech entity is registered as a VAT payer (plátce DPH) based on ARES.ares_standardize_address— Standardize a free-form Czech address against the RÚIAN register.ares_lookup_cz_nace— Look up CZ-NACE (Czech industry classification) entries by code or partial name.