Help Scout MCP Server✓
io.github.drewburchfield/help-scout-mcp · v1.7.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.drewburchfield/help-scout-mcp",
"description": "Search Help Scout conversations, customers, organizations, threads, and inboxes with AI assistants",
"title": "Help Scout MCP Server",
"repository": {
"url": "https://github.com/drewburchfield/help-scout-mcp-server.git",
"source": "github"
},
"version": "1.7.0",
"packages": [
{
"registryType": "npm",
"identifier": "help-scout-mcp-server",
"version": "1.7.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Help Scout OAuth2 App ID (also accepts HELPSCOUT_CLIENT_ID)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HELPSCOUT_APP_ID"
},
{
"description": "Help Scout OAuth2 App Secret (also accepts HELPSCOUT_CLIENT_SECRET)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HELPSCOUT_APP_SECRET"
},
{
"description": "Hide message bodies in responses for compliance (true/false)",
"format": "string",
"name": "REDACT_MESSAGE_CONTENT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}