SMB AI Command Platform MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMB_API_KEY | Yes | API key for authentication | |
| SMB_API_URL | Yes | URL of the SMB platform API | http://localhost:3000 |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| smb_queryA | Ask a natural language question about your business. The AI will analyze your connected data and provide insights. Examples: "What was my revenue last month?", "Which products are selling best?", "Who are my top customers?" |
| smb_searchA | Search across all connected business data sources. Returns matching records from Shopify, Stripe, QuickBooks, etc. |
| smb_list_automationsA | List all configured automations in Ops Copilot. Shows task automations, email workflows, and scheduled jobs. |
| smb_run_automationA | Trigger an automation to run immediately. Use smb_list_automations first to find the automation ID. |
| smb_create_automationA | Create a new automation. Supports scheduled tasks, email sequences, and triggered workflows. |
| smb_get_metricsA | Get current business metrics from Mini Foundry. Available metrics: revenue, orders, customers, avg_order_value, conversion_rate, inventory_value. |
| smb_list_dashboardsA | List all dashboards in Mini Foundry. Dashboards aggregate metrics and visualizations. |
| smb_get_dashboardA | Get data from a specific dashboard. Use smb_list_dashboards first to find available dashboards. |
| smb_security_statusA | Get current security score and status from Cybersecurity Scanner. Shows overall score, MFA adoption, and open security issues. |
| smb_list_security_issuesA | List all open security issues that need attention. Issues are categorized by severity (critical, high, medium, low). |
| smb_list_usersA | List all team members and their security status including MFA enrollment, last login, and risk level. |
| smb_list_tracked_productsA | List all products being tracked in Marketplace Intelligence. Shows your price vs competitor prices. |
| smb_track_productB | Start tracking a new product for price monitoring. Provide the product URL from Amazon, Shopify, or Etsy. |
| smb_price_comparisonA | Get detailed price comparison for a specific tracked product. Use smb_list_tracked_products first to find product IDs. |
| smb_list_connectorsA | List all connected integrations (Shopify, Stripe, QuickBooks, etc.) and their sync status. |
| smb_sync_connectorA | Trigger a data sync for a specific connector. Use smb_list_connectors first to find connector IDs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 16 tools
Each tool targets a distinct resource and action, e.g., smb_create_automation vs smb_list_automations vs smb_run_automation, with no overlapping purposes. The descriptions clearly differentiate between dashboards, metrics, connectors, security, product tracking, search, and query.
All tools follow the consistent pattern 'smb_verb_noun' using snake_case (e.g., smb_list_connectors, smb_sync_connector). The verbs are descriptive (create, get, list, run, sync, track) and uniformly applied, making the tool set predictable.
With 16 tools, the count is well-scoped for an SMB AI platform covering automation, dashboards, metrics, connectors, security, product tracking, search, and query. Each tool earns its place without redundancy or excess.
The tool set covers core CRUD and operational workflows for automation, dashboards, metrics, connectors, security, and product tracking. Minor gaps exist (e.g., no update/delete for automations, no user management beyond listing), but the surface is largely complete for common SMB tasks.