← oathready.ca

INDIVIDUAL MCP TOOL

get_citizenship_stats

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

oathready.canone authenticationAvailability not checked

LIVE ENDPOINT

https://oathready.ca/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_citizenship_stats 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

oathready.ca

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.

Related tools

  • get_practice_question — Get one random Canadian citizenship test practice question from OathReady's verified bank (based on the official Discover Canada guide).
  • 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).
  • 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).
  • check_answer — Look up a bank question and optionally grade an answer to it.
  • 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.
  • 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.
  • 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.
  • 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.