🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

bidcraft-evaluate-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bidcraft-evaluate-mcp

MCP server for bid/no-bid evaluation — scores RFP opportunities on win probability, strategic fit, resource requirements, competitive positioning, and risk factors to make data-driven pursuit decisions

latest
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

bidcraft-evaluate-mcp

Bid/no-bid evaluation engine for RFP opportunities. Scores opportunities on 8 dimensions — strategic fit, customer relationship, technical capability, past performance, price competitiveness, resource availability, competitive landscape, and risk profile — to make data-driven pursuit decisions.

Tools

evaluate_opportunity

Score an RFP/bid opportunity across 8 weighted dimensions and get a clear BID / NO_BID / CONDITIONAL_BID recommendation with confidence level, risk factors, and mitigation strategies.

compare_opportunities

Rank multiple bid opportunities by expected value, ROI, strategic importance, and urgency. Outputs a prioritized pipeline with pursue/defer/conflict recommendations within your capacity constraints.

analyze_competitive_position

Assess your competitive strengths and vulnerabilities against known competitors criterion-by-criterion. Generates ghost strategies and identifies where to emphasize differentiators.

estimate_bid_cost

Calculate the full cost of pursuing an opportunity — labor, review cycles, graphics, travel, subcontractor coordination, and materials. Includes ROI analysis and break-even win rate.

generate_pursuit_plan

Create a structured capture plan with milestone timeline, team assignments, win themes, discriminators, competitive ghost strategies, risk register, and pre-submission checklist.

Installation

npx bidcraft-evaluate-mcp

Claude Desktop

Add to claude_desktop_config.json:

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

Example Usage

Evaluate a bid opportunity:

Use evaluate_opportunity with opportunity_name "DOD Cyber Program", customer "US Army", contract_value 5000000, contract_type "firm_fixed_price", customer_relationship "existing_customer", pct_requirements_met 85, has_key_personnel true, win_probability 45

Compare pipeline opportunities:

Use compare_opportunities with 3-5 opportunities including contract_value, win_probability, strategic_value, and bid_cost for each

Analyze competitive position:

Use analyze_competitive_position with evaluation_criteria, your_scores, and competitor scores to see where you lead and where you're vulnerable

Scoring Dimensions

DimensionWeightWhat It Measures
Strategic Fit15%Alignment with strategy, market growth, new market entry
Customer Relationship15%Incumbent status, existing rapport, access
Technical Capability20%Requirements coverage, key personnel, solution maturity
Past Performance10%Relevant experience, ratings, references
Price Competitiveness15%Price vs market rate, margin adequacy, contract type risk
Resource Availability10%Staff availability, hiring needs
Competitive Landscape10%Number of competitors, incumbent advantage
Risk Profile5%Contract risk, regulatory, protest likelihood

Part of BidCraft

This MCP server is part of BidCraft — AI-powered RFP proposal generation and bid management platform.

License

MIT

Keywords

mcp

FAQs

Package last updated on 17 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts