← Registry

Learning Resources

oathready.ca

Provides Canadian citizenship test preparation tools including practice questions, mock tests, study guides, and progress tracking.

1 endpoint11 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://oathready.ca/api/mcp

No auth detected

MCP server metadata

Name
ca.oathready/citizenship-test
Version
1.1.1
Capabilities
tools.listChanged

Known tools 11

get_practice_question

Get one random Canadian citizenship test practice question from OathReady's verified bank (based on the official Discover Canada guide).

Inferred read-only
get_daily_challenge

OathReady's Daily Challenge: the same 5 citizenship questions for everyone, once per day (rolls over at midnight UTC for this API).

Inferred read-only
get_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).

Inferred read-only
check_answer

Look up a bank question and optionally grade an answer to it.

Inferred read-only
get_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.

Inferred read-only
get_journey_stats

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.

Inferred read-only
get_oath_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.

Inferred read-only
get_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.

Inferred read-only
get_citizenship_stats

Official IRCC statistics on new Canadian citizens: monthly counts, yearly totals, and top countries of birth.

Inferred read-only
calculate_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).

Inferred read-only
get_test_info

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.

Inferred read-only

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.ca-oathready-citizenship-test]
url = "https://oathready.ca/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ca-oathready-citizenship-test": {
      "type": "http",
      "url": "https://oathready.ca/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ca-oathready-citizenship-test
Remote MCP URL: https://oathready.ca/api/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": {
    "ca-oathready-citizenship-test": {
      "url": "https://oathready.ca/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ca-oathready-citizenship-test": {
      "type": "http",
      "url": "https://oathready.ca/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ca-oathready-citizenship-test",
  "transport": "streamable-http",
  "url": "https://oathready.ca/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for oathready.ca was fetched 2026-09-07T17:14:04.104Z.

Trust status Neutral

oathready.ca is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.