netbox-mcp-server

netbox-mcp-server

3.5

If you are the rightful owner of netbox-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a simple read-only Model Context Protocol server for NetBox, enabling interaction with NetBox data via LLMs that support MCP.

The NetBox MCP Server is designed to facilitate seamless interaction with NetBox data through the Model Context Protocol (MCP). This server is read-only, meaning it allows users to retrieve and view data without making any modifications. It is particularly useful for users who want to leverage the capabilities of Language Model Models (LLMs) to access and analyze their NetBox data. The server supports a limited set of core NetBox objects, ensuring a focused and efficient data retrieval process. By integrating with LLMs, users can perform complex queries and receive detailed insights into their network infrastructure, change logs, and more. The server requires a read-only API token from NetBox, ensuring secure and controlled access to the data.

Features

  • Read-only access to NetBox data via MCP.
  • Integration with LLMs for advanced data queries.
  • Support for core NetBox objects.
  • Retrieval of change history records.
  • Secure access with API token.

Tools

  1. get_objects

    Retrieves NetBox core objects based on their type and filters.

  2. get_object_by_id

    Gets detailed information about a specific NetBox object by its ID.

  3. get_changelogs

    Retrieves change history records (audit trail) based on filters.