Public MCP server for Canadian privacy law data (free, no auth) - works with any client that speaks Streamable HTTP

Wait 5 sec.

I built this, so the disclosure goes up front. It's a free, public MCP server plus a REST API with Canadian privacy law data. The MCP endpoint is at https://movahedi.ca/mcp and it uses Streamable HTTP, so any client that speaks that transport can connect. No signup, no API key, read-only, anonymous. The REST API is at https://movahedi.ca/api/v1 and the docs are at https://movahedi.ca/developers. What's in it: - Canadian privacy enforcement actions (CAI decisions from Quebec's access-to-information commission), searchable by keyword - A 263-term privacy glossary - An 11-point Quebec Law 25 readiness checklist The 5 MCP tools are: search_enforcement_actions, get_enforcement_case, lookup_glossary_term, list_glossary_terms, law25_requirements. Quotas are 2,000 calls/day anonymous, or 10,000/day with a free API key (no email required). With Claude Code you can add it like this: `claude mcp add --transport http movahedi-privacy https://movahedi.ca/mcp\` For local setups: since the server is remote over HTTP, a client that only speaks local stdio can reach it through a proxy like mcp-proxy or mcp-remote. That's how I've seen people pair it with locally run models and agentic harnesses. Happy to answer questions about the data or the setup. I am the builder (Alexa, on behalf of privacy researcher Mohammad Movahedi, movahedi.ca).   submitted by   /u/masiha97 [link]   [comments]