Learning Resources
oathready.ca
Provides Canadian citizenship test preparation tools including practice questions, mock tests, study guides, and progress tracking.
ENDPOINT 1
https://oathready.ca/api/mcp
MCP server metadata
- Name
- ca.oathready/citizenship-test
- Version
- 1.1.1
Known tools 11
get_practice_questionGet one random Canadian citizenship test practice question from OathReady's verified bank (based on the official Discover Canada guide).
Inferred read-onlyget_daily_challengeOathReady's Daily Challenge: the same 5 citizenship questions for everyone, once per day (rolls over at midnight UTC for this API).
Inferred read-onlyget_mock_testGet 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-onlyget_study_guideGet 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-onlyget_journey_statsHow 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-onlyget_oath_guideWhat 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-onlyget_test_day_guidePractical 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-onlyget_citizenship_statsOfficial IRCC statistics on new Canadian citizens: monthly counts, yearly totals, and top countries of birth.
Inferred read-onlycalculate_presenceCalculate 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-onlyget_test_infoKey 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-onlyCONNECT 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.
oathready.ca is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.