SMB AI Command Platform MCP Server
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., "@SMB AI Command Platform MCP Servershow me last month's sales data"
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.
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 buildConfiguration
Create a .env file based on .env.example:
SMB_API_URL=http://localhost:3000
SMB_API_KEY=your-api-keyUsage
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 devAvailable Tools
Tool | Description |
| Query data using natural language |
| Create a new task |
| List tasks with filters |
| Get connected services |
| Get dashboard data |
| Get security posture |
Structure
src/
├── index.ts # MCP server entry point
├── client.ts # API client for SMB platform
└── tools/ # Tool implementationsRelated Repositories
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI assistants to interact with the Onboarded platform through automatic API discovery and execution, with entity memory persistence and optional source code access from local repositories.Last updated
- Flicense-qualityDmaintenanceEnables AI assistants to interact with a commercial management system through controlled capabilities for querying orders, analyzing invoices, summarizing customer activity, and creating orders, with role-based access control and audit trails.Last updated
- AlicenseAqualityDmaintenanceEnables AI assistants to query and manage QuickBooks Online data through natural language, including customers, invoices, bills, vendors, accounts, and financial reports.Last updated7MIT

Peliqan MCP Serverofficial
Flicense-qualityCmaintenanceEnables AI assistants to interact with the Peliqan platform, providing access to hundreds of data connectors for reading and writing data in business applications.Last updated1
Related MCP Connectors
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
AI agents for bookkeeping, reconciliation, and financial close for SMBs.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
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/k5tuck/binelekv2-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server