← Registry

Security & Testing

aislabs.ai

An MCP server for monitoring and recovering AI agent runs, including security alerts via top CVEs and agent flight recording.

x402 supported3 endpoints19 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://api.aislabs.ai/mcp

No auth detected

MCP server metadata

Name
ais-gateway
Version
0.3.0
Capabilities
tools

Known tools 10

brief_teaser

FREE.

Inferred read-only
about_aislabs

FREE.

Inferred read-only
top_cves_today

PAID — unlock with an AIS Gateway key (https://aislabs.

Inferred read-only
kev_fresh

PAID — unlock with an AIS Gateway key (https://aislabs.

Inferred read-only
cve_verdict

PAID — unlock with an AIS Gateway key (https://aislabs.

Inferred read-only
register_monitor

Agent Flight Recorder — FREE (1 monitor per alert target) / Gateway key (20 monitors + stored capsules + fleet view).

Inferred read-only
heartbeat

Agent Flight Recorder — "still alive" ping for a registered monitor.

Inferred read-only
fetch_capsule

Agent Flight Recorder (Gateway key) — get the last state capsule a monitored agent sent, to resume from where it died.

Inferred read-only
fleet_status

Agent Flight Recorder (Gateway key) — every monitor you own: alive / late / dead, last heartbeat, capsule preview.

Inferred read-only
delete_monitor

Agent Flight Recorder — remove a monitor (needs its secret or the owning key).

Potential side effects

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-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

No auth detected

MCP server metadata

Name
ais-cve
Version
0.1.0
Capabilities
tools

Known tools 4

brief_teaser

FREE.

Inferred read-only
top_cves_today

PAID — unlock with an AIS Gateway key (https://aislabs.

Inferred read-only
kev_fresh

PAID — unlock with an AIS Gateway key (https://aislabs.

Inferred read-only
cve_verdict

PAID — unlock with an AIS Gateway key (https://aislabs.

Inferred read-only

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

No auth detected

MCP server metadata

Name
ais-recorder
Version
0.1.0
Capabilities
tools

Known tools 5

register_monitor

Agent Flight Recorder — FREE (1 monitor per alert target) / Gateway key (20 monitors + stored capsules + fleet view).

Inferred read-only
heartbeat

Agent Flight Recorder — "still alive" ping for a registered monitor.

Inferred read-only
fetch_capsule

Agent Flight Recorder (Gateway key) — get the last state capsule a monitored agent sent, to resume from where it died.

Inferred read-only
fleet_status

Agent Flight Recorder (Gateway key) — every monitor you own: alive / late / dead, last heartbeat, capsule preview.

Inferred read-only
delete_monitor

Agent Flight Recorder — remove a monitor (needs its secret or the owning key).

Potential side effects

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-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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.