Skip to main content
Glama
k5tuck

SMB AI Command Platform MCP Server

by k5tuck

SMB AI Command Platform - MCP Server

Model Context Protocol (MCP) server for the SMB AI Command Platform, enabling AI assistants to interact with platform APIs.

Overview

This MCP server provides tools for AI assistants (like Claude) to:

  • Query business data

  • Create and manage tasks

  • Access connector data

  • Interact with dashboards

  • Monitor security status

Related MCP server: MCP Enterprise Demo - Gestion Commerciale

Installation

npm install
npm run build

Configuration

Create a .env file based on .env.example:

SMB_API_URL=http://localhost:3000
SMB_API_KEY=your-api-key

Usage

With Claude Desktop

Add to your Claude Desktop config (~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "smb-platform": {
      "command": "node",
      "args": ["/path/to/binelekv2-mcp-server/build/index.js"],
      "env": {
        "SMB_API_URL": "http://localhost:3000",
        "SMB_API_KEY": "your-api-key"
      }
    }
  }
}

Development

npm run dev

Available Tools

Tool

Description

smb_query

Query data using natural language

smb_create_task

Create a new task

smb_list_tasks

List tasks with filters

smb_get_connectors

Get connected services

smb_get_dashboard

Get dashboard data

smb_get_security_status

Get security posture

Structure

src/
├── index.ts       # MCP server entry point
├── client.ts      # API client for SMB platform
└── tools/         # Tool implementations

License

MIT

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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/k5tuck/binelekv2-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server