# OathReady: Canadian Citizenship Test MCP server

Canadian citizenship test practice: verified questions, mock tests, IRCC stats, eligibility tools.

## Links
- Registry page: https://www.getdrio.com/mcp/ca-oathready-citizenship-test
- Website: https://oathready.ca

## Install
- Endpoint: https://oathready.ca/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://oathready.ca/api/mcp

## Tools
- get_practice_question (Get a practice question) - Get one random Canadian citizenship test practice question from OathReady's verified bank (based on the official Discover Canada guide). Returns the question, shuffled options, the correct answer, and an explanation. Act as quizmaster: show the user ONLY the question and options, wait for their pick, then grade it and share the explanation. Endpoint: https://oathready.ca/api/mcp
- get_mock_test (Get a full mock test) - Get a full mock Canadian citizenship test: a set of questions in the real exam format (the real test is 20 questions, pass mark 15). Returns questions with answer keys and explanations. Act as quizmaster: present one question at a time, never reveal an answer before the user commits, keep score, and give a pass/fail verdict with 15/20 as the bar. Endpoint: https://oathready.ca/api/mcp
- check_answer (Check or look up an answer) - Look up a bank question and optionally grade an answer to it. Accepts a question id (exact) OR remembered question text (fuzzy matched against all questions and their alternate phrasings). Typical uses: grading long after a question was fetched, or a user half-remembering a question from their real test and wanting the verified answer. Endpoint: https://oathready.ca/api/mcp
- get_study_guide (Get a topic study guide) - Get OathReady's study-guide content for one citizenship test topic: an overview and the bite-size facts most commonly tested, verified against the official Discover Canada guide. Endpoint: https://oathready.ca/api/mcp
- get_journey_stats (Get citizenship journey timelines) - How long the citizenship journey takes: the official IRCC processing time plus anonymous community medians (days from application to each milestone: AOR, test invitation, test, oath) contributed by OathReady users who share their journeys. Community cohorts under 5 journeys are never published. Endpoint: https://oathready.ca/api/mcp
- get_oath_guide (Get the oath ceremony guide) - What happens at the Canadian citizenship oath ceremony: the oath text, what to bring, how the day unfolds (video and in-person), and first steps as a new citizen. Verified against official IRCC guidance. Endpoint: https://oathready.ca/api/mcp
- get_test_day_guide (Get the test day guide) - Practical guidance for Canadian citizenship test day, plus what recent test-takers actually reported: hot topics that came up a lot lately and short anonymous tips from real reports on OathReady. Endpoint: https://oathready.ca/api/mcp
- get_citizenship_stats (Get new-citizen statistics) - Official IRCC statistics on new Canadian citizens: monthly counts, yearly totals, and top countries of birth. Source: IRCC open data (Open Government Licence - Canada), rounded to the nearest 5. Cite https://oathready.ca/citizenship-statistics when using these numbers. Endpoint: https://oathready.ca/api/mcp
- calculate_presence (Calculate physical presence) - Calculate physical presence for Canadian citizenship eligibility (the 1,095-days-in-5-years rule, including the pre-PR half-day credit capped at 365). Dates are YYYY-MM-DD. Returns eligibility as of the application date plus any shortfall. This is an estimate, not legal advice; the full interactive calculator is at https://oathready.ca/presence-calculator. Endpoint: https://oathready.ca/api/mcp
- get_test_info (Get test and oath facts) - Key facts about the Canadian citizenship test and oath: format, pass mark, who must take it, how scheduling works, and what happens at the ceremony. Verified against official IRCC sources. Endpoint: https://oathready.ca/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: ca.oathready
- Version: 1.1.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 21, 2026
- Source: https://registry.modelcontextprotocol.io
