fast_award_screener_mcp
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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 gradedqualityCmaintenanceFederal 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.2
- 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.2
- AlicenseAqualityAmaintenanceSearch 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.31MIT
Related MCP Connectors
SAM.gov federal contracts: search, details, AI bid analysis. 33k+ live opportunities.
Government contract search and federal procurement data: SAM.gov opportunities + USASpending awards.
Open & historical US government bid solicitations from city/county portals — updated daily
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lprdgds/fast-award-screener-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server