Suzieq MCP

Suzieq MCP

MCP Server to interact with a SuzieQ network observability instance via its REST API.

1.0K

2 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Suzieq MCP MCP Server

MCP Server to interact with a SuzieQ network observability instance via its REST API.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/suzieq-mcp
AuthorPovedaAqui
Repositoryhttps://github.com/PovedaAqui/suzieq-mcp
Dockerfilehttps://github.com/PovedaAqui/suzieq-mcp/blob/main/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/suzieq-mcp --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (2)

Tools provided by this ServerShort Description
run_suzieq_showRuns a SuzieQ 'show' query via its REST API.
run_suzieq_summarizeRuns a SuzieQ 'summarize' query via its REST API.

Tools Details

Tool: run_suzieq_show

Runs a SuzieQ 'show' query via its REST API.

ParametersTypeDescription
tablestringThe name of the SuzieQ table to query (e.g., 'device', 'bgp', 'interface', 'route').
filtersstringoptionalAn optional dictionary of filter parameters for the SuzieQ query

Tool: run_suzieq_summarize

Runs a SuzieQ 'summarize' query via its REST API.

ParametersTypeDescription
tablestringThe name of the SuzieQ table to summarize (e.g., 'device', 'bgp', 'interface', 'route').
filtersstringoptionalAn optional dictionary of filter parameters for the SuzieQ query

Use this MCP Server

{
  "mcpServers": {
    "suzieq": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "SUZIEQ_API_ENDPOINT",
        "-e",
        "SUZIEQ_API_KEY",
        "mcp/suzieq-mcp"
      ],
      "env": {
        "SUZIEQ_API_ENDPOINT": "none",
        "SUZIEQ_API_KEY": "none"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers