@webeyez/mcp-server 1.0.1 → 1.0.2
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.
- package/README.md +22 -10
- 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
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
* `
|
|
64
|
-
* `
|
|
65
|
-
* `
|
|
66
|
-
* `
|
|
67
|
-
* `
|
|
68
|
-
|
|
69
|
-
|
|
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
|