-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
39 lines (39 loc) · 1.45 KB
/
mcp.json
File metadata and controls
39 lines (39 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"$schema": "https://raw.githubusercontent.com/modelcontextprotocol/registry/main/schema/server.json",
"name": "waveguard",
"display_name": "WaveGuard Anomaly Detection",
"description": "Detect anomalies in any data using GPU-accelerated wave physics simulation. Fully stateless — send training + test data in one call. Works on JSON, numbers, text, time series, images.",
"repository": {
"url": "https://github.com/gpartin/WaveGuardClient",
"source": "github"
},
"version_detail": {
"version": "3.1.0",
"release_date": "2026-02-26"
},
"packages": [
{
"registry_name": "pypi",
"name": "WaveGuardClient",
"version": "3.1.0"
}
],
"remotes": [
{
"transport_type": "http",
"url": "https://gpartin--waveguard-api-fastapi-app.modal.run/mcp"
}
],
"tools": [
{
"name": "waveguard_scan",
"description": "Detect anomalies in data using GPU-accelerated wave physics simulation. Send training data (normal examples) and test data (samples to check) in one call. Returns per-sample anomaly scores, confidence levels, and top features explaining each anomaly."
},
{
"name": "waveguard_health",
"description": "Check WaveGuard API health, GPU availability, version, and engine status."
}
],
"categories": ["anomaly-detection", "machine-learning", "security", "monitoring"],
"tags": ["anomaly-detection", "gpu", "wave-physics", "mcp", "python", "stateless"]
}