Waii Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Waii Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol server that provides database interaction capabilities through WAII. This server enables Language Models to interact with databases, execute queries, and process database content through natural language.
Interact with databases through WAII's natural language interface.
Arguments:
database-key (string, required): Your database connection stringapi-key (string, required): Your WAII API keyurl (string, required): WAII API endpoint URLWhen using uv/uvx no specific installation is needed. You can directly run the server using either approach:
Using uv:
uv run -m mcp_server_waii \
--url "YOUR_WAII_URL" \
--api-key "YOUR_API_KEY" \
--database-key "YOUR_DATABASE_CONNECTION_STRING"Alternatively, you can install mcp-server-waii via pip:
pip install mcp-server-waiiAfter installation, you can run it as a module:
python -m mcp_server_waii \
--url "YOUR_WAII_URL" \
--api-key "YOUR_API_KEY" \
--database-key "YOUR_DATABASE_CONNECTION_STRING"There are several ways to configure the server for Claude:
#### 1. Using uvx (Recommended)
{
"mcpServers": {
"waii": {
"command": "uvx",
"args": [
"mcp_server_waii",
"--url",
"YOUR_WAII_URL",
"--api-key",
"YOUR_API_KEY",
"--database-key",
"YOUR_DATABASE_CONNECTION_STRING"
]
}
}
}#### 2. Using Python installation
{
"mcpServers": {
"waii": {
"command": "python",
"args": [
"-m",
"mcp_server_waii",
"--url",
"YOUR_WAII_URL",
"--api-key",
"YOUR_API_KEY",
"--database-key",
"YOUR_DATABASE_CONNECTION_STRING"
]
}
}
}#### Example Values:
YOUR_WAII_URL: e.g., "http://WAII_URL/api/"YOUR_API_KEY: Your WAII API keyYOUR_DATABASE_CONNECTION_STRING: e.g., "snowflake://USER@HOST/DB?role=ROLE&warehouse=WAREHOUSE"To set up the development environment:
git clone https://github.com/waii-ai/mcp-server-waii.git
cd mcp-server-waiiuv pip install -e .For support:
Apache License 2.0 - see LICENSE file for details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.