Skip to main content
Glama
lvshrd

Factory Intelligence MCP Server

by lvshrd

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLYesThe connection string for the TimescaleDB database, e.g., postgresql://username:password@localhost:5432/ProductionDB

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_productivity_kpiB
Computes productivity metrics for a given time range.

Args:
    start_time: ISO 8601 string (e.g., '2025-12-01T00:00:00Z')
    end_time: ISO 8601 string (e.g., '2025-12-07T23:59:59Z')
get_quality_kpiA
Computes quality metrics (Yield %, Defect Rate %) for a given time range.

Args:
    start_time: ISO 8601 string
    end_time: ISO 8601 string
get_downtime_kpiC
Computes downtime and availability metrics based on production gaps.

Args:
    start_time: ISO 8601 string
    end_time: ISO 8601 string
get_kpi_summaryB
Bundles Productivity, Quality, and Downtime KPIs into a single summary.

Args:
    start_time: ISO 8601 string
    end_time: ISO 8601 string
get_downtime_alarms_analysisB
Identifies alarms active during downtime periods to diagnose root causes.

Args:
    start_time: ISO 8601 string
    end_time: ISO 8601 string

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/lvshrd/Factory-Intelligence-MCP-Server'

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