The stack

Eight MCP servers for federal contracting data and policy tracking, plus four orchestration Claude Skills that produce acquisition deliverables. Each MCP ships as a Claude Desktop Extension. Double-click to install.

Installing more than one? Each "Copy config" below is a standalone block. To register multiple MCPs at once, paste their server entries inside one mcpServers object, comma-separated. Or grab the full merged config for all 8 in one shot:
Two ways to install. Copy Config (recommended): clipboard the JSON snippet, paste into Claude Desktop's config file. No security warning, works in any MCP client. .mcpb (one-click): download and double-click. Claude Desktop only. Triggers Anthropic's standard "extension access" warning. Need help installing? See the video on the install page.
MCP Server Key Description Install
USASpending No key Federal contract and award data. PIIDs, vendor awards, transaction histories, agency spending breakdowns. 17 tools. 62 regression tests across 4 audit rounds.
GSA CALC+ No key Awarded NTE hourly rates from GSA MAS contracts (230K+ records). Labor category, education, experience, SIN, vendor search. 8 tools. 117 regression tests across 4 audit rounds.
BLS OEWS Key required Market wage data, ~830 occupations across 530+ metro areas. Mean/median and full percentile distributions. 7 tools. 60 regression tests across 5 audit rounds.
GSA Per Diem Key required Federal travel per diem for all CONUS. City/state/ZIP lookups, monthly lodging, M&IE, first/last day 75%. 6 tools. 172 regression tests across 6 audit rounds.
SAM.gov Key required Entity registration (UEI/CAGE), exclusions/debarment, opportunities, contract awards (FPDS replacement) with PIID lookups and mod histories. 15 tools. 79 regression tests across 4 audit rounds.
eCFR No key Current CFR text updated daily. FAR / DFARS clause lookup, version comparison back to 2017, RFO deviations flagged. 13 tools. 101 regression tests across 5 audit rounds.
Federal Register No key All Federal Register documents since 1994. Proposed rules, final rules, notices, executive orders, FAR cases. 8 tools. 77 regression tests across 4 audit rounds.
Regulations.gov Key required Federal rulemaking dockets, proposed rules, public comments, docket histories across every agency. 8 tools. 51 regression tests across 3 audit rounds.
🔑 Prefer a different MCP client?
Every MCP is also published to PyPI. Use the standard JSON config below in any local MCP client — same code as the bundle, just installed manually.
Example — SAM.gov in any MCP client:
{
  "mcpServers": {
    "sam-gov": {
      "command": "uvx",
      "args": ["sam-gov-mcp"],
      "env": { "SAM_API_KEY": "your-key-here" }
    }
  }
}
Replace sam-gov-mcp with any of the 8 package names. Same pattern. Per-client config paths in each server's GitHub README.
Claude Desktop (manual) Claude Code Cursor Cline Zed Continue
Claude Skill
SOW/PWS Builder
Contract-file-ready SOW or PWS .docx with a staffing handoff that feeds the IGCE Builder. FAR 37.102(d) compliant.
Sample SOW/PWS output
1 file / No key required / Standalone
SOW PWS requirements scope
Claude Skill
IGCE Builder Suite
FFP wrap rate buildup, LH/T&M burden multipliers, and CPFF/CPAF/CPIF fee analysis in one suite. Pulls BLS, CALC+, Per Diem.
Sample FFP IGCE output
3 files / Keys required / Requires: BLS OEWS, GSA CALC+, GSA Per Diem
FFP T&M CPFF wrap rates
Claude Skill
OT Project Description Builder
Milestone-based scope for prototype OTs under 10 USC 4021/4022. TRL phases and go/no-go gates instead of CLINs.
Sample OT project description
1 file / No key required / Standalone
NEW 10 USC 4021 prototype OT TRL milestones
Claude Skill
OT Cost Analysis
Should-cost and price reasonableness for OT agreements. Milestone pricing, cost-sharing per 10 USC 4022(d), formula-driven .xlsx.
Sample OT cost analysis workbook
1 file / Keys required / Requires: BLS OEWS, GSA CALC+, GSA Per Diem
NEW 10 USC 4022 cost sharing price reasonableness milestones
How-to
How to install a skill
Click Download skill on any card. Then in Claude Desktop:
  1. Open Customize
  2. Click Skills
  3. Click the + sign
  4. Click Create skill
  5. Choose Upload a skill
  6. Drag and drop the .zip file into the window
6 steps / Claude Desktop