← All WebMCP sites

eworker.ca

Productivity & Businesshttps://eworker.ca/listed as of 2026-08-26
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 49/100 (D).

Tools

eworker_site_statusanswerimperative
Read the public E-Worker identity, root route, available root WebMCP capabilities, and public app count.
Input schema
{
  "type": "object",
  "properties": {},
  "required": [],
  "additionalProperties": false
}
eworker_list_appsactimperative
List the deploy-qualified public E-Worker apps with stable IDs, task-oriented summaries, and same-origin routes. When a user names only eworker.ca, use this catalog to select the focused app that owns the requested work.
Input schema
{
  "type": "object",
  "properties": {},
  "required": [],
  "additionalProperties": false
}
eworker_resolve_appactimperative
Resolve one exact app ID from eworker_list_apps to its approved same-origin route and URL without navigating.
Input schema
{
  "type": "object",
  "properties": {
    "appId": {
      "type": "string",
      "minLength": 1,
      "maxLength": 64,
      "description": "Exact appId returned by eworker_list_apps."
    }
  },
  "required": [
    "appId"
  ],
  "additionalProperties": false
}
eworker_open_appactimperative
Navigate this browser tab to one deploy-qualified app returned by eworker_list_apps. Match the user request to the app summary; reports, proposals, policies, and business documents belong in Documents. After navigation, discover and use the destination page's WebMCP tools instead of substituting a local file or unrelated workflow.
Input schema
{
  "type": "object",
  "properties": {
    "appId": {
      "type": "string",
      "minLength": 1,
      "maxLength": 64,
      "description": "Exact appId returned by eworker_list_apps."
    }
  },
  "required": [
    "appId"
  ],
  "additionalProperties": false
}
Listings are sourced from public community registries and shown as reported.