INDIVIDUAL MCP TOOL
privacy_lookup_glossary_term
Look up the plain-language definition of a privacy or data-protection term, from 'Law 25' and 'PIPEDA' to 'privacy officer', 'data breach', and AI governance concepts.
LIVE ENDPOINT
https://movahedi.ca/mcp
Connect to this endpoint to inspect the live schema for privacy_lookup_glossary_term 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.movahedi-ca-privacy]
url = "https://movahedi.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"movahedi-ca-privacy": {
"type": "http",
"url": "https://movahedi.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: movahedi-ca-privacy
Remote MCP URL: https://movahedi.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": {
"movahedi-ca-privacy": {
"url": "https://movahedi.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"movahedi-ca-privacy": {
"type": "http",
"url": "https://movahedi.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "movahedi-ca-privacy",
"transport": "streamable-http",
"url": "https://movahedi.ca/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
privacy_search_enforcement_actions— Search verified Canadian privacy enforcement actions: CAI orders and decisions under Quebec Law 25 and OPC findings under PIPEDA.privacy_get_enforcement_case— Get the full record of one privacy enforcement action by its ID, including the plain-language summary, outcome, penalty amount, and the official regulator source link.privacy_list_glossary_terms— Browse the 260+ term Canadian privacy glossary with optional text search or first-letter filtering.privacy_law25_requirements— Get the Quebec Law 25 compliance checklist: the concrete requirements organizations must meet, covering the privacy officer, purposes, consent, individual rights, retention, cross-border transfers, breach notification, minors' data, automated decisions, and complaint paths.