loading…
Search for a command to run...
loading…
Electronic Code of Federal Regulations (eCFR). FAR, DFARS, and all agency FAR supplements with point-in-time version history. 13 tools, 240 regression tests.
Electronic Code of Federal Regulations (eCFR). FAR, DFARS, and all agency FAR supplements with point-in-time version history. 13 tools, 240 regression tests.
Eight free and open source MCP servers for federal contracting data and policy tracking, packaged as Claude Desktop Extensions (.mcpb) for one-click install.
No Terminal. No uv install. No JSON config editing. Double-click a .mcpb file, Claude Desktop prompts for the API key if one is needed, and the tools register automatically.
All source lives under servers/<name>/. Each server is self-contained: manifest, code, tests, per-server README.
Procurement data
Regulatory and policy tracking
Combined: 82 deterministic tool calls, 2,639 regression tests, 8 audit programs, roughly 350 bugs fixed during hardening.
.mcpb file from Releases, double-click, and follow the prompt.Power users: every server subdirectory has its own README with uvx and pip instructions for manual install in any MCP client (Claude Desktop, Claude Code, Cursor, Cline, Zed, Continue).
federal-contracting-mcps/
├── servers/
│ ├── bls-oews-mcp/
│ ├── ecfr-mcp/
│ ├── federal-register-mcp/
│ ├── gsa-calc-mcp/
│ ├── gsa-perdiem-mcp/
│ ├── regulations-gov-mcp/
│ ├── sam-gov-mcp/
│ └── usaspending-gov-mcp/
├── license
└── readme.md
Each server directory ships its own manifest.json (MCPB), pyproject.toml, source, regression tests, and testing record.
federal-contracting-skills — Claude Skills that orchestrate these MCPs into complete acquisition deliverables: SOW/PWS Builder, three IGCE Builders (FFP, LH/T&M, Cost-Reimbursement), OT Project Description Builder, OT Cost Analysis.
MCPs handle data. Skills handle deliverables.
.mcpb bundles prompt for API keys at install time and register tools automatically. Contracting officers install them the same way they install any app.MIT
Built by James Jenrette, lead systems analyst and contracting officer. Independently developed and not endorsed by any federal agency.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"ecfr-mcp": {
"command": "npx",
"args": []
}
}
}