← wallarm.com

INDIVIDUAL MCP TOOL

list_versions

Returns supported Wallarm Node version lines: - '5.x' = NGINX Node 5.x / Native Node 0.13.x and below (maintenance) - '6.x' = NGINX Node 6.x / Native Node 0.14.x – 0.25.x (current stable, default) - '7.x' = NGINX Node 7.x / Native Node 0.26.x and above (preview) For each version the response includes status, short description, Native-family Node range, and links to per-version docs landing, what's-new, artifact-versions, and versioning policy.

wallarm.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp-docs.wallarm.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_versions and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

wallarm.com

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.wallarm-docs-mcp]
url = "https://mcp-docs.wallarm.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wallarm-docs-mcp": {
      "type": "http",
      "url": "https://mcp-docs.wallarm.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wallarm-docs-mcp
Remote MCP URL: https://mcp-docs.wallarm.com/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": {
    "wallarm-docs-mcp": {
      "url": "https://mcp-docs.wallarm.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wallarm-docs-mcp": {
      "type": "http",
      "url": "https://mcp-docs.wallarm.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wallarm-docs-mcp",
  "transport": "streamable-http",
  "url": "https://mcp-docs.wallarm.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_pages — Returns the full list of documentation pages (title, URL, section, summary) from the Wallarm AI Control Platform docs.
  • search_pages — Searches the Wallarm AI Control Platform documentation by keywords and returns the top-N most relevant pages (title, URL, section, summary, relevance score).
  • get_page — Returns the full markdown content of one Wallarm documentation page by URL.