INDIVIDUAL MCP TOOL
get_courthouse_directory
Returns official Ministère de la Justice links for courthouse and judicial-district lookup.
LIVE ENDPOINT
https://avocatscontravention.ca/mcp
Connect to this endpoint to inspect the live schema for get_courthouse_directory 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.zorro-ticket-public-resources]
url = "https://avocatscontravention.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zorro-ticket-public-resources": {
"type": "http",
"url": "https://avocatscontravention.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zorro-ticket-public-resources
Remote MCP URL: https://avocatscontravention.ca/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": {
"zorro-ticket-public-resources": {
"url": "https://avocatscontravention.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zorro-ticket-public-resources": {
"type": "http",
"url": "https://avocatscontravention.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zorro-ticket-public-resources",
"transport": "streamable-http",
"url": "https://avocatscontravention.ca/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
calculate_demerit_points— Maps a posted speed limit and alleged speed to the official SAAQ demerit-point table.check_major_speeding— Checks whether entered speeds reach the general threshold in Highway Safety Code section 328.1.estimate_plea_response_date— Adds 30 calendar days to an entered service date and clearly labels the result as an estimate, not a legal deadline calculation.list_reference_cases— Returns limited editorial summaries and official Supreme Court of Canada links.search— Searches the public, crawlable avocatscontravention.ca resource catalogue and returns canonical user-openable URLs.fetch— Returns metadata for a canonical avocatscontravention.ca URL previously returned by search.