binelekv2-mcp-server
Verified Safeby k5tuck
Overview
Acts as a Model Context Protocol (MCP) server, enabling AI assistants to interact with the SMB AI Command Platform's APIs for business data, task management, security monitoring, and more.
Installation
node build/index.jsEnvironment Variables
- SMB_API_URL
- SMB_API_TOKEN
- SMB_TENANT_ID
Security Notes
The server uses environment variables for API keys/tokens, and standard `axios` for network requests. No `eval` or obfuscation found in the provided source code. Responses from the backend API are directly passed back to the AI, meaning the AI might receive raw data which could include sensitive fields if the backend itself doesn't filter appropriately. This is an expected proxy behavior, not a vulnerability in the MCP server itself.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
advanced-homeassistant-mcp
A powerful, secure, and extensible Model Context Protocol (MCP) server that enables AI assistants like Claude, GPT, and Cursor to seamlessly interact with Home Assistant. Control your lights, climate, automations, and more through natural language commands.
git-netai
Provides a unified, asynchronous Model Context Protocol (MCP) server for managing multi-platform network infrastructure (routers, firewalls, WiFi, monitoring, data centers) via a single AI-accessible API.
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.