rfp-requirements-mcp
v0.1.0
Published
MCP server for RFP requirement extraction, compliance matrix generation, and bid/no-bid analysis. Parses RFP documents, categorizes requirements (mandatory/desirable/informational), generates compliance matrices, and provides go/no-go bid recommendations.
Maintainers
Readme
rfp-requirements-mcp
MCP server for RFP requirement extraction, compliance matrix generation, and bid/no-bid analysis. Built on the BidCraft platform.
Tools
| Tool | Description |
|------|-------------|
| extract_requirements | Parse RFP text and extract categorized requirements (mandatory/desirable/informational) with deadlines and evaluation weights |
| generate_compliance_matrix | Generate a requirement-by-requirement compliance matrix with gap analysis |
| bid_no_bid_analysis | Go/no-go bid recommendation with scored factors, risk assessment, and action items |
| summarize_rfp | Generate concise executive RFP summary with key dates, budget, scope, and evaluation criteria |
| compare_rfp_requirements | Compare requirements from two RFPs — overlap analysis, reuse potential, unique requirements |
Install
npx rfp-requirements-mcpClaude Desktop Config
{
"mcpServers": {
"rfp-requirements": {
"command": "npx",
"args": ["-y", "rfp-requirements-mcp"],
"env": {
"BIDCRAFT_API_KEY": "your-api-key-optional"
}
}
}
}Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| BIDCRAFT_API_URL | No | API base URL (default: https://bidcraft.site) |
| BIDCRAFT_API_KEY | No | API key for Pro features (unlimited analysis, full compliance scoring) |
Usage Examples
Extract Requirements
"Extract all mandatory requirements from this RFP: [paste RFP text]"Compliance Matrix
"Generate a compliance matrix for this RFP. Our company specializes in cloud infrastructure and FedRAMP-certified security."Bid/No-Bid Decision
"Should we bid on this RFP? We're a 50-person IT services firm with Secret clearance."Compare RFPs
"Compare the requirements of these two RFPs and tell me how much proposal content I can reuse."Free vs Pro
Free tier includes requirement extraction, compliance matrix preview, bid analysis, and RFP summaries. BidCraft Pro unlocks unlimited analysis, full compliance scoring with evidence mapping, win probability, and proposal generation.
License
MIT
