Package
Customer Thermometer
MCP server for Customer Thermometer's customer feedback / NPS survey API.
io.github.WYRE-AI/customer-thermometer-mcpSource repository
Overview
What this server provides
MCP server for Customer Thermometer's customer feedback / NPS survey API.
Install
1Packages
ghcr.io/wyre-ai/customer-thermometer-mcp:v1.0.3Version not declared
Runtime
Not declaredTransport stdio- CUSTOMERTHERMOMETER_API_KEYRequired
Customer Thermometer API key (Super API key or sub-API key, from account Integration settings)
Format: string - MCP_TRANSPORTOptional
Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
Format: string · Default: stdio - AUTH_MODEOptional
Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
Format: string · Default: env - LOG_LEVELOptional
Log verbosity: debug, info, warn, error
Format: string · Default: info