Enterprise MCP Kit
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Enterprise MCP Kitlook up device 'core-router-01' in NetBox"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Enterprise MCP Kit
A reusable foundation for secure, job-oriented enterprise MCP connectors.
First reference integration: NetBox device lookup
The first tool answers one bounded question: what does NetBox know about this device? It will retrieve a small, explainable inventory summary by device name or ID. It will not create, update, delete, or expose a generic NetBox API surface.
AI client -> get_device_context -> NetBox REST API (read-only) -> evidence-bounded device summaryRelated MCP server: netbox-mcp
Implemented adapter contract
Input: exactly one device
nameor numericid.Output: device identity, status, site, role, device type, primary IP, and source record reference.
Boundaries: no writes, no bulk enumeration, no arbitrary filters, and no secret values in tool output.
Authentication: a least-privilege NetBox API token supplied only at runtime in the adapter options.
Transport: GET only, with a configurable base URL and a five-second default timeout.
Base URL: HTTP and HTTPS are accepted for local labs; production deployment policy must require HTTPS. Embedded URL credentials are rejected.
Name lookup: queries the NetBox device endpoint, then accepts exactly one exact-name result.
Errors: validation and HTTP failures are stable and never include tokens or raw response bodies.
Repository layout
docs/
netbox-device-lookup.md
src/
netbox-client.ts
test/
netbox-client.test.tsStatus
The NetBox adapter and mocked MCP protocol tests are implemented. Run the local stdio server with NETBOX_BASE_URL, NETBOX_TOKEN, and optionally NETBOX_TIMEOUT_MS; live NetBox compatibility remains unverified.
Local commands
npm install
npm run build
npm run typecheck
npm test
npm run validateReferences
License
Licensed under the Apache License 2.0.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/landynsnipes/enterprise-mcp-kit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server