Security & Testing
aislabs.ai
An MCP server for monitoring and recovering AI agent runs, including security alerts via top CVEs and agent flight recording.
ENDPOINT 1
https://api.aislabs.ai/mcp
MCP server metadata
- Name
- ais-gateway
- Version
- 0.3.0
Known tools 10
register_monitorAgent Flight Recorder — FREE (1 monitor per alert target) / Gateway key (20 monitors + stored capsules + fleet view).
Inferred read-onlyfetch_capsuleAgent Flight Recorder (Gateway key) — get the last state capsule a monitored agent sent, to resume from where it died.
Inferred read-onlyfleet_statusAgent Flight Recorder (Gateway key) — every monitor you own: alive / late / dead, last heartbeat, capsule preview.
Inferred read-onlydelete_monitorAgent Flight Recorder — remove a monitor (needs its secret or the owning key).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ais-gateway]
url = "https://api.aislabs.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ais-gateway": {
"type": "http",
"url": "https://api.aislabs.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ais-gateway
Remote MCP URL: https://api.aislabs.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ais-gateway": {
"url": "https://api.aislabs.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ais-gateway": {
"type": "http",
"url": "https://api.aislabs.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ais-gateway",
"transport": "streamable-http",
"url": "https://api.aislabs.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://api.aislabs.ai/cve/mcp
MCP server metadata
- Name
- ais-cve
- Version
- 0.1.0
Known tools 4
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ais-cve]
url = "https://api.aislabs.ai/cve/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ais-cve": {
"type": "http",
"url": "https://api.aislabs.ai/cve/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ais-cve
Remote MCP URL: https://api.aislabs.ai/cve/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ais-cve": {
"url": "https://api.aislabs.ai/cve/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ais-cve": {
"type": "http",
"url": "https://api.aislabs.ai/cve/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ais-cve",
"transport": "streamable-http",
"url": "https://api.aislabs.ai/cve/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://api.aislabs.ai/recorder/mcp
MCP server metadata
- Name
- ais-recorder
- Version
- 0.1.0
Known tools 5
register_monitorAgent Flight Recorder — FREE (1 monitor per alert target) / Gateway key (20 monitors + stored capsules + fleet view).
Inferred read-onlyfetch_capsuleAgent Flight Recorder (Gateway key) — get the last state capsule a monitored agent sent, to resume from where it died.
Inferred read-onlyfleet_statusAgent Flight Recorder (Gateway key) — every monitor you own: alive / late / dead, last heartbeat, capsule preview.
Inferred read-onlydelete_monitorAgent Flight Recorder — remove a monitor (needs its secret or the owning key).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ais-recorder]
url = "https://api.aislabs.ai/recorder/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ais-recorder": {
"type": "http",
"url": "https://api.aislabs.ai/recorder/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ais-recorder
Remote MCP URL: https://api.aislabs.ai/recorder/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ais-recorder": {
"url": "https://api.aislabs.ai/recorder/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ais-recorder": {
"type": "http",
"url": "https://api.aislabs.ai/recorder/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ais-recorder",
"transport": "streamable-http",
"url": "https://api.aislabs.ai/recorder/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.