canada-new-incorporations
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@canada-new-incorporationsfind new federal companies incorporated in BC last 5 days"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Canada New Incorporations — Fresh Federal Company Leads
A daily feed of newly incorporated federal Canadian companies, built from the official Corporations Canada open data (Open Government Licence). Filter to companies incorporated in the last N days and get a clean, structured lead list. Results are returned newest-first, so the freshest companies are always at the top. For recent windows the Actor also probes the live registry to catch companies incorporated in the last day or two that may not be in the daily bulk file yet.
Why this is useful
A brand-new company is a brand-new buyer. Newly incorporated businesses need banking, insurance, accounting, legal, payroll, and software — fast. This Actor turns the federal register into a fresh B2B lead feed you can pull on a schedule.
Related MCP server: mcp-opencorporates
What you get
One record per corporation:
Corporation number and Business Number (BN)
Corporate name (and secondary/operating name)
Incorporation date (CBCA anniversary / formation date)
Registered office address — street, city, province, postal code
Status and governing legislation
Min / max number of directors
Example input
{
"incorporatedWithinDays": 30,
"provinces": ["ON", "BC"],
"keywords": ["holdings", "consulting"],
"onlyNewSinceLastRun": true,
"maxResults": 500
}incorporatedWithinDays — only companies incorporated in the last N days (set
0for all active corporations)provinces — two-letter codes of the registered office; empty = all of Canada
keywords — match corporate name or city
includeOtherTypes — also include not-for-profits, cooperatives and boards of trade
onlyNewSinceLastRun — incremental mode; return only corporations not seen before (perfect for a daily new-company feed)
freshFrontier — probe the live registry for just-incorporated companies not yet in the daily bulk file (on by default; applies to windows of 1–60 days)
maxResults — cost guard;
0= no limit. Because results are newest-first, a cap keeps the freshest companies.
Example output
{
"corporationNumber": "9876543",
"businessNumber": "123456789RC0001",
"name": "BRIGHT NEW STARTUP INC.",
"governingAct": "Canada Business Corporations Act",
"status": "Active",
"incorporationDate": "2026-07-01",
"address": "10 King St W, Suite 200",
"city": "Toronto",
"province": "ON",
"postalCode": "M5H1A1",
"minDirectors": 1,
"maxDirectors": 10,
"id": "corp-9876543"
}Export to Excel / CSV works out of the box, so the list drops straight into a CRM or an outreach campaign. Schedule the Actor daily with onlyNewSinceLastRun for an automatic feed of just-registered companies.
Use with AI agents (MCP)
This Actor is available over the Model Context Protocol:
https://mcp.apify.com?tools=truenorthdata/canada-new-incorporationsAsk an MCP client in plain language — "companies incorporated in Ontario this week" — and the agent runs the Actor and filters for you.
Notes
Source: Corporations Canada (Innovation, Science and Economic Development Canada), Federal Corporations open data, Open Government Licence – Canada. Files are updated daily. Covers federal corporations only (CBCA business corporations, plus optionally NFP / cooperatives / boards of trade) — not provincial registrations.
Contact data: registered office mailing address is included. Director names + service addresses can be attached via optional enrichment (see below); the bulk data itself does not include director names, phone or email.
Director enrichment (optional — turns a company into a contactable lead)
Turn on Enrich with directors to attach each corporation's directors (names and service addresses) from the official Corporations Canada API — ideal for outbound, since you get a real person to reach, not just a company name.
Get a free API key: go to api.ised-isde.canada.ca, sign up, and subscribe to the Federal Corporation API → Public Plan. Copy your
user-key.In the Actor input, set Enrich with directors on and paste the key into Federal Corporation API key (stored as a secret). You can also provide it via the
FEDERAL_API_KEYenvironment variable.Keep the window small (e.g.
incorporatedWithinDays= 1–7). Enrichment is rate-limited to ~55 lookups/min and capped by Max director lookups.
Output then includes a directors array (first/last name, city, province, postal) and a directorNames summary column.
Use in Clay and n8n (no code)
This Actor plugs straight into the tools outbound teams already use, so a fresh-company feed lands in your workflow automatically.
Clay — in a Clay table, add a source → Import from Apify Actor → search canada-new-incorporations → set your input (e.g. incorporatedWithinDays = 1, provinces = ["ON"]). Turn on daily auto-update to append newly registered companies as rows, then enrich (email, LinkedIn) with Clay's providers.
n8n — add the official Apify node (@apify/n8n-nodes-apify): use Run Actor on truenorthdata/canada-new-incorporations with your input, then Get Dataset Items, and pipe the result into Google Sheets, a CRM, or Slack. Add a Schedule trigger for a daily new-company feed. Tip: turn on onlyNewSinceLastRun so you only get (and act on) companies you haven't seen before.
Ready-made n8n template
Don't want to wire it up yourself? Import our ready-made n8n workflow — it pulls the newest incorporations every morning and appends them to a Google Sheet (or your CRM), deduped automatically.
→ Copy-paste import + setup: Two free n8n templates for Canadian B2B lead lists
Ready-made n8n templates: import a working lead-gen workflow in one click — see Two free n8n templates for Canadian B2B lead lists.
More Canada open-data Actors by TrueNorthData
Canada Tenders Scraper — federal + Québec government tenders (CanadaBuys, SEAO)
Building Permits Canada — fresh building permits from Toronto, Vancouver, Calgary, Edmonton & Montréal
Contractor License Scraper Canada — Quebec RBQ + Ontario HCRA builder & trade licences
Canada Charities Scraper — CRA registered charities directory
All built on official Canadian open data.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides access to the Finnish company registry (PRH/YTJ) to search for businesses and retrieve detailed information using Business IDs. It enables users to perform industry-specific searches and track recent company registrations through official government open data.15MIT
- AlicenseAqualityDmaintenanceSearch companies, officers, and filing history across 140+ jurisdictions worldwide using the OpenCorporates API.517MIT
- FlicenseNot gradedqualityCmaintenanceEnables automated company formation across multiple jurisdictions with REST and MCP interfaces. Supports jurisdiction listing, requirement details, cost estimation, and secure API key management.
- AlicenseAqualityAmaintenanceEnables querying Spain's official company registry (BORME) for company events such as incorporations, director appointments, insolvencies, and capital changes, supporting filters by date, province, and act type.7MIT
Related MCP Connectors
Live data from 27 official national company registries. Unmodified. For KYB and due diligence.
OpenCorporates MCP — Global company registry data (free, no auth, rate limited)
UK company data: profiles, iXBRL financials, directors, PSC chains, ECCTA. Hosted, no key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vadimzavin-dev/canada-new-incorporations'
If you have feedback or need assistance with the MCP directory API, please join our Discord server