npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

bidcraft-win-strategy-mcp

v0.1.0

Published

MCP server for bid win strategy — win probability scoring, price-to-win analysis, and capture planning for RFPs and government contracts

Readme

bidcraft-win-strategy-mcp

MCP server for BidCraft — AI-powered bid win strategy, pricing analysis, and capture planning for RFPs and government contracts.

Make smarter bid/no-bid decisions, optimize your pricing strategy, and plan winning captures directly from your AI assistant.

Installation

npx bidcraft-win-strategy-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bidcraft-win-strategy": {
      "command": "npx",
      "args": ["-y", "bidcraft-win-strategy-mcp"]
    }
  }
}

VS Code

Add to .vscode/mcp.json:

{
  "servers": {
    "bidcraft-win-strategy": {
      "command": "npx",
      "args": ["-y", "bidcraft-win-strategy-mcp"]
    }
  }
}

Tools

score_win_probability

Score your win probability (0-100) for an RFP opportunity based on 6 key factors:

  • Technical Alignment
  • Past Performance
  • Price Competitiveness
  • Incumbent Displacement
  • Compliance & Set-Asides
  • Proposal Execution Risk

Input:

  • rfpText (string, required) — The RFP text or key excerpts
  • companyStrengths (string, optional) — Your capabilities and domain expertise
  • incumbentInfo (string, optional) — Current contractor details for recompetes
  • pastPerformance (string, optional) — Relevant past contracts with outcomes
  • priceRange (string, optional) — Your expected price range

Output: Overall score, verdict (Strong/Competitive/Marginal/Weak), and per-factor analysis with improvement actions.

analyze_price_to_win

Determine optimal pricing strategy based on RFP evaluation method.

Input:

  • rfpText (string, required) — RFP text with evaluation criteria and pricing instructions
  • estimatedCost (string, optional) — Your cost estimate or range
  • marketIntel (string, optional) — Competitor pricing, previous awards, GSA rates

Output: Evaluation type (LPTA/Best Value), contract type, pricing strategy, and tactical recommendations.

generate_capture_plan

Create a pre-bid capture plan with timeline, win themes, competitive positioning, and immediate actions.

Input:

  • rfpText (string, required) — RFP or pre-solicitation notice text
  • dueDate (string, optional) — Submission deadline for milestone planning
  • companyContext (string, optional) — Your size, certs, NAICS codes
  • knownCompetitors (string, optional) — Competitors and their strengths/weaknesses

Output: Opportunity profile, milestone timeline, win themes, competitive positioning, and capture actions.

bid_no_bid_decision

Structured bid/no-bid decision framework scoring strategic fit, win probability, resources, and revenue potential.

Input:

  • rfpText (string, required) — RFP or opportunity summary
  • contractValue (string, optional) — Estimated contract value
  • proposalCost (string, optional) — Cost to write the proposal
  • strategicValue (string, optional) — Non-revenue reasons to bid
  • constraints (string, optional) — Team bandwidth, competing bids, gaps

Output: BID / CONDITIONAL BID / NO-BID recommendation with scoring breakdown and next steps.

bidcraft_strategy_info

Get usage information and recommended workflow for the strategy tools.

Recommended Workflow

  1. bid_no_bid_decision — Should you pursue this opportunity?
  2. score_win_probability — What are your strengths and gaps?
  3. analyze_price_to_win — How should you price it?
  4. generate_capture_plan — What's the execution plan?
  5. Use mcp-bidcraft for RFP analysis and proposal generation

Features

  • No account required — all strategy tools are free and unlimited
  • Works offline — no API calls needed
  • Complements the mcp-bidcraft package for full bid lifecycle coverage
  • Covers government (FAR/DFARS) and commercial procurement

Links