Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Provides Claude with tools to make Ship/Delay/Kill recommendations on feature requests using product metrics, roadmap, and OKRs.

README.md

MCP Product Decision Copilot

An MCP server that gives Claude product intelligence tools to make Ship / Delay / Kill recommendations on feature requests. Built for TaskFlow, a B2B SaaS project management platform.

What It Does

Three tools provide Claude with structured product data:

| Tool | Input | Returns | |------|-------|---------| | get_metrics(feature_area) | collaboration, workflows, reporting, integrations | Usage, retention, support tickets, revenue, user feedback | | get_roadmap(quarter) | 2026-Q1 | Team capacity, commitments, tech debt, dependencies, risks | | get_okrs(quarter) | 2026-Q1 | Company and product team OKRs, strategic themes |

Claude calls all three tools, then produces a structured recommendation with decision, confidence level, reasoning, risks, and next steps.

Prerequisites

Setup

  1. Clone the repo and install dependencies:
cd "MCP Copilot"
uv sync
  1. Add the server to Claude Desktop. Open Claude > Settings > Developer > Edit Config and add:
{
  "mcpServers": {
    "product-copilot": {
      "command": "uv",
      "args": [
        "run",
        "--directory", "/ABSOLUTE/PATH/TO/MCP Copilot",
        "python", "server.py"
      ]
    }
  }
}

Replace /ABSOLUTE/PATH/TO/MCP Copilot with the actual path to this project.

  1. Restart Claude Desktop (Cmd+Q, then relaunch). You should see 3 tools in the tools menu.

Demo Scenarios

Try these prompts in Claude Desktop to see the copilot in action:

Scenario A — Ship: "We're getting requests from enterprise prospects for real-time collaborative editing. Should we build this for Q1?"

Scenario B — Delay: "Power users want advanced workflow automation — if/else branching, loops, scheduled triggers. Should we prioritize this for Q1?"

Scenario C — Kill: "I've been thinking about building a public API marketplace for TaskFlow. Should we invest in this for Q1?"

Scenario D — Tradeoff: "There's a surge of interest in AI-powered task prioritization. Should we build this for Q1?"

Project Structure

MCP Copilot/
  server.py              # MCP server (3 tools)
  pyproject.toml         # Python dependencies
  data/
    metrics/             # Per-feature-area product metrics
    roadmap/             # Per-quarter engineering roadmap
    okrs/                # Per-quarter company and team OKRs
  prompts/
    system_prompt.md     # Decision framework for Claude
    demo_prompts.md      # Full demo prompt text

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Observability servers.