US Federal Procurement MCP
US Federal Procurement MCP
중소기업을 위한 연방 조달 인텔리전스 — MCP 서버로. 계약 기회를 검색하고, set-aside 및 NAICS 코드를 이해하며, 중소기업 적합성과 위험에 대한 입찰요청서를 분석하세요 — Claude, Cursor 또는 모든 MCP 클라이언트 내에서.
이것은 미국 중소기업청(SBA) 조달에서 가장 큰 격차를 메웁니다: 공개 인터넷으로 학습한 LLM은 현재 계약 기회를 알 수 없으며, 입찰을 추진할 가치가 있는지 결정하는 set-aside 규칙, FAR 기준액, NAICS 구조를 안정적으로 회상할 수 없습니다. 이 서버는 이를 실제로 조회 가능하게 만듭니다.
도구 (8)
도구 | 기능 |
| 키워드 / 기관 / set-aside / NAICS / 주 / 금액 / 마감일로 연방 기회 검색 |
| set-aside, 업종, 기관 및 금액 개요 + 긴급 마감일 |
| 0–100 중소기업 적합도 점수 + 위험 신호 스캔(이행보증금, 매출액, 실적) |
| 설명을 NAICS 섹터로 변환 |
| set-aside 설명 (Small Business, 8(a), HUBZone, WOSB, SDVOSBC…) |
| 소액구매, SAT, Miller Act 이행보증, 하도급계획 기준액 |
| 한 건의 기회에 대한 전체 레코드 + 주 이름 |
| SAM.gov 유형 코드의 의미 (sources sought, solicitation, J&A…) |
모든 것은 결정적이며, 타입이 지정되어 있고, 데이터 소스에 대해 정직합니다.
설치 및 실행
python3 -m venv .venv
.venv/bin/pip install -e .
.venv/bin/pytest tests/ -q # 41 tests incl. real MCP stdio integration
.venv/bin/us-gov-mcp # or: .venv/bin/python -m usgovmcp.server클라이언트 연결
Claude Desktop / Claude Code / Cursor → configs/ 참조. PYTHONPATH를 이 저장소로 설정하고, 선택적으로 SAM_GOV_API_KEY를 추가하세요.
데이터
기본: 명확하게 라벨이 지정된 샘플 기회가 번들로 포함되어 있어 키 없이도 작동하고 테스트됩니다.
실시간 (SAM.gov): SAM.gov 계정 →
Account Details → request a public API key에서 무료 공개 API 키를 받으세요.SAM_GOV_API_KEY를 설정하세요. 공급자(SAMGovProvider)는 이미api.sam.gov/opportunities/v2/search와 통신하며 실제 응답 형태에 대해 단위 테스트되어 있습니다. 실시간 데이터는 절대 위조되지 않습니다 — 키가 설정될 때까지 라벨이 지정된 샘플이 반환됩니다.
구조
us-gov-mcp/
├── usgovmcp/
│ ├── server.py ← FastMCP server wiring all tools
│ ├── knowledge.py ← NAICS, set-asides, FAR thresholds, red-flag rules
│ ├── analyzer.py ← fit scoring + red-flag scan
│ ├── providers.py ← bundled + SAM.gov live providers
│ ├── models.py ← typed Opportunity / search params
│ ├── intel.py ← market-snapshot aggregation
│ └── sample_data.py ← labeled demo opportunities
├── configs/
├── tests/ ← 41 tests incl. real stdio protocol integration
├── pyproject.toml
└── README.mdMIT 라이선스. 법적 조언이 아닙니다 — 입찰 전에 항상 전체 입찰요청서를 읽으십시오.
This 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 Connectors
Government contract search and federal procurement data: SAM.gov opportunities + USASpending awards.
SAM.gov MCP — Federal contract opportunities and entity registration data
Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
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/omardaaboul/fedproc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server