fast_award_screener_mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fast_award_screener_mcpScreen RFQ SPE5E124Q0001 for viability"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fast_award_screener_mcp
DK Elite AI Solutions — DIBBS Fast Award Screener
Screens DIBBS RFQs for micro-purchase viability against your Net30 + sub-$1K + 1–2 business day threshold. Zero LLM calls in the pipeline — pure deterministic logic.
Architecture
screen_rfq / screen_rfq_batch
│
▼
┌─────────────────────────────────────┐
│ Node 1: parse_rfq │ ← PDF fetch + regex extraction
│ Node 2: check_flags │ ← QPL/Berry/CMMC/ITAR/CAI/HAZMAT
│ Node 3: score_opportunity │ ← 0–100 score across 5 dimensions
│ Node 4: lookup_grainger │ ← Price + margin (skipped if disq'd)
└─────────────────────────────────────┘
│
▼
HITL Summary → Zapier → Gmail/Slack → You approve → DIBBS Fast TrakRelated MCP server: GovCon
Tools
Tool | Description |
| Full pipeline for one RFQ |
| Parallel screen up to 10 RFQs, ranked by score |
| Reference: what each disqualifying flag means |
Installation
cd fast_award_screener_mcp
pip install -r requirements.txt
python -m py_compile server.py && echo "✅ Syntax OK"Claude Desktop Config
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"fast_award_screener": {
"command": "python",
"args": ["/path/to/fast_award_screener_mcp/server.py"],
"env": {}
}
}
}Zapier Integration (HTTP mode)
python server.py --transport streamable_http --port 8001
# Then expose via ngrok:
ngrok http 8001Zapier webhook → POST to ngrok URL → tool screen_rfq_batch → parse summary → Gmail HITL alert
Scoring Dimensions
Dimension | Max | Notes |
Delivery window | 30 | ≤1 day = 30pts, ≤2 day = 22pts |
Total value | 25 | $50–$500 sweet spot |
Set-aside match | 20 | WOSB = 20pts, SB = 14pts |
Quantity | 15 | ≤10 units = 15pts |
Price clarity | 10 | Known price = 10pts |
Thresholds: BID ≥ 65 | REVIEW 40–64 | SKIP < 40
Files
fast_award_screener_mcp/
├── server.py ← FastMCP server + 3 tools
├── state.py ← Single RFQState TypedDict (consolidated)
├── requirements.txt
├── nodes/
│ ├── __init__.py
│ ├── parse_rfq.py ← Node 1: PDF parsing
│ ├── check_flags.py ← Node 2: Disqualifying clauses
│ ├── score_opportunity.py ← Node 3: Viability scoring
│ └── lookup_grainger.py ← Node 4: Grainger price lookup
└── README.mdThis server cannot be deployed
Maintenance
Related MCP Connectors
Daily watch on U.S. federal contract opportunities; deepest coverage on set-asides.
Federal+SLED govcon MCP: SAM, USASpending, recompete, hearings, policy intel, search. Private AI.
Find the government contracts you can actually bid on, while they are still open. Free, no key.
U.S. federal contract opportunities from SAM.gov. Daily updates. Public Domain.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceIntelligently generates cost estimates and lead times for manufacturing RFPs by parsing requests, matching against historical quotes, and calculating activity-based costs with confidence scoring and human approval workflows.-
- FlicenseNot gradedqualityDmaintenanceFederal procurement intelligence toolkit that searches SAM.gov contract opportunities, analyzes agency spending patterns, tracks competitor wins, and monitors small business set-aside programs (8a, HUBZone, SDVOSB, WOSB). 4 tools using SAM.gov and USASpending.gov data.3-
- FlicenseNot gradedqualityDmaintenanceEnables users to search, track, and analyze procurement data from India's Government e-Marketplace (GeM) for live and stored bid listings. It provides specialized tools for monitoring drone-related procurement opportunities and generating detailed bid analysis reports.3-
- AlicenseAqualityBmaintenanceSearch and analyze U.S. federal government contracts and opportunities from SAM.gov. Tools for keyword search, contract details, competitive analysis, and capability statement drafting — built for AI agents via x402 USDC micropayments.32MIT