Triangulates HelpScout support tickets and ProductLift feature requests to generate prioritized product plans. Scores themes by convergence (same signal in both sources = 2x boost), scrubs PII, and accepts business metrics from other MCP servers via `kpi_context` for composable prioritization.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y pm-copilotAgent-CoreX intelligently routes which tools from dkships/pm-copilot your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"pm-copilot": {
"command": "npx",
"args": [
"-y",
"pm-copilot"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add pm-copilotAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use dkships/pm-copilot directly without routing
npx -y pm-copilotNew to Agent-CoreX? View setup guide →