netbox-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NETBOX_URL | No | URL of your NetBox instance. Defaults to https://demo.netbox.dev. | https://demo.netbox.dev |
| NETBOX_TOKEN | Yes | API token from your NetBox user profile (Admin > API Tokens). Required for both reads and writes. | |
| NETBOX_VERIFY_SSL | No | Set to 'false' only if your instance uses a self-signed certificate. | true |
| NETBOX_MCP_READ_ONLY | No | Set to 'true' to disable all create/update/delete tools. Recommended until you are confident in the setup. | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| netbox_list_endpointsA | List every supported NetBox 'app.endpoint' value, grouped by app, with a short description of what each endpoint represents. Call this first to discover which endpoint strings are valid for the other tools. |
| netbox_get_schemaA | Get field definitions for a NetBox endpoint (names, types, whether required/read-only, and valid choice values), via an authenticated OPTIONS request. Use this before creating or updating objects to see what fields are valid. |
| netbox_list_objectsA | List/search objects at a NetBox endpoint. |
| netbox_get_objectA | Get a single object from a NetBox endpoint by its numeric ID. |
| netbox_create_objectA | Create a new object at a NetBox endpoint. Disabled when the server is running in read-only mode. |
| netbox_update_objectA | Partially update an existing object at a NetBox endpoint. Only the
fields included in |
| netbox_delete_objectA | Delete an object from a NetBox endpoint. This is permanent. Requires confirm=True to actually perform the deletion, and is disabled when the server is running in read-only mode. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/David41186/netbox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server