You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'wavexis-mcp — 220 MCP tools for LLMs, 13 capability tiers',
52
+
],
53
+
},
54
+
{
55
+
'@context': 'https://schema.org',
56
+
'@type': 'FAQPage',
57
+
mainEntity: [
58
+
{
59
+
'@type': 'Question',
60
+
name: 'What is the Wave Ecosystem?',
61
+
acceptedAnswer: {
62
+
'@type': 'Answer',
63
+
text: 'The Wave Ecosystem is a suite of Python tools for browser automation: cdpwave (Chrome DevTools Protocol), bidiwave (W3C WebDriver BiDi), wavexis (CLI) and wavexis-mcp (MCP server for LLMs). No Node.js or Chromium downloads required.',
64
+
},
65
+
},
66
+
{
67
+
'@type': 'Question',
68
+
name: 'Does Wave Ecosystem require Node.js?',
69
+
acceptedAnswer: {
70
+
'@type': 'Answer',
71
+
text: 'No. All Wave Ecosystem tools are pure Python. No Node.js, no ChromeDriver, no Chromium downloads. Just pip install and use your existing browser.',
72
+
},
73
+
},
74
+
{
75
+
'@type': 'Question',
76
+
name: 'What browsers are supported?',
77
+
acceptedAnswer: {
78
+
'@type': 'Answer',
79
+
text: 'cdpwave supports Chrome, Edge and Brave via CDP. bidiwave supports Chrome, Firefox and Edge via W3C WebDriver BiDi. wavexis-mcp supports Chrome and Firefox.',
80
+
},
81
+
},
82
+
{
83
+
'@type': 'Question',
84
+
name: 'What is wavexis-mcp?',
85
+
acceptedAnswer: {
86
+
'@type': 'Answer',
87
+
text: 'wavexis-mcp is an MCP server that exposes 220 browser automation tools to LLMs in 13 capability tiers. It enables AI agents to navigate websites, fill forms, click elements and extract data autonomously.',
88
+
},
89
+
},
90
+
{
91
+
'@type': 'Question',
92
+
name: 'Are there AI resources for Claude, Cursor or Windsurf?',
93
+
acceptedAnswer: {
94
+
'@type': 'Answer',
95
+
text: 'Yes. The ai-toolkit repository includes 13 skills, 3 agents, 1 coding ruleset and 3 workflows pre-built for Claude, Cursor and Windsurf to automate browser testing, scraping, debugging and CI/CD tasks.',
96
+
},
97
+
},
98
+
],
99
+
},
100
+
];
15
101
---
16
102
17
103
<!doctypehtml>
@@ -22,10 +108,37 @@ const base = import.meta.env.BASE_URL;
0 commit comments