@webeyez/mcp-server 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +22 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,16 +57,28 @@ Configure your `claude_desktop_config.json`:
57
57
 
58
58
  ## Available Tools
59
59
 
60
- All tools require standard authentication (which is handled automatically via OAuth on the connection setup):
61
-
62
- * `list_accounts`: List all Webeyez accounts the authenticated user has access to.
63
- * `list_sites`: List all configured sites under your accounts.
64
- * `get_site_status`: Check tracking and integration status for a specific site.
65
- * `get_revenue_loss_estimate`: Retrieve estimated conversion and revenue losses.
66
- * `get_funnel_summary`: Fetch conversion funnel stages and drops.
67
- * `get_checkout_dropoffs`: Identify checkout friction points.
68
- * `get_js_errors`: Fetch javascript console and runtime errors.
69
- * `get_failed_api_calls`: Retrieve failing HTTP/network requests.
60
+ All tools require standard authentication (which is handled automatically via OAuth on connection setup):
61
+
62
+ ### Core AI Query Tools (Query live data using natural language)
63
+ * `start_webeyez_query`: Kicks off a long-running natural language query to the Webeyez AI agent regarding any data collected by Webeyez (including session replays, conversion funnels, JS errors, failed API calls, and revenue impact).
64
+ * `check_webeyez_status`: Polls and retrieves the status and the final response of a running background query.
65
+ * `get_organizations_list`: Lists all organizations the authenticated user has access to.
66
+ * `get_organization_domains`: Lists all registered domains under a specific organization.
67
+ * `logout_webeyez`: Safely logs out and resets saved connection context.
68
+
69
+ ### Direct Resource Tools (Direct query and management stubs)
70
+ * `list_accounts`: Lists accessible Webeyez accounts.
71
+ * `list_sites`: Lists configured sites.
72
+ * `get_site_status`: Returns tracking and integration status.
73
+ * `get_revenue_loss_estimate`: Returns estimated conversion and revenue losses.
74
+ * `get_funnel_summary`: Retrieves conversion funnel analysis.
75
+ * `get_checkout_dropoffs`: Returns checkout friction details.
76
+ * `get_js_errors`: Returns client-side JavaScript console errors.
77
+ * `get_failed_api_calls`: Lists failed HTTP network requests.
78
+ * `get_session_examples`: Retrieve recorded session replay links and examples.
79
+ * `create_issue_export`: Export detected issues and anomalies.
80
+ * `connect_shopify_store` / `connect_magento_store`: Platform integration shortcuts.
81
+ * `manage_tracker_settings`: Configures client tracker preferences.
70
82
 
71
83
  ## License
72
84
  ISC License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webeyez/mcp-server",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "mcpName": "@webeyez/mcp-server",
5
5
  "main": "dist/index.js",
6
6
  "files": [