Skip to main content
Glama
omardaaboul

US Federal Procurement MCP

by omardaaboul

米国連邦調達 MCP

中小企業向け連邦契約インテリジェンス — MCPサーバーとして。契約機会の検索、セットアサイドとNAICSコードの理解、中小企業向け適合性とリスクの入札要請分析を、Claude、Cursor、または任意のMCPクライアントから実行できます。

これは米国中小企業(SBA)契約における最大のギャップを埋めるものです。公開インターネットで学習したLLMは、現在の契約機会を知ることができず、入札を追求する価値があるかどうかを左右するセットアサイド規則、FAR閾値、NAICS構造を確実に想起できません。このサーバーはそれを現実的で照会可能なものにします。


ツール(8)

ツール

機能

search_opportunities

キーワード/機関/セットアサイド/NAICS/州/金額/締切で連邦の機会を検索

market_snapshot_tool

セットアサイド、セクター、機関、金額の概要+緊急の締切

analyze_solicitation

0〜100の中小企業適合スコア+レッドフラグスキャン(保証金、売上高、過去の実績)

look_up_naics

説明文をNAICSセクターに変換

look_up_set_aside

セットアサイドを説明(Small Business、8(a)、HUBZone、WOSB、SDVOSBC…)

federal_thresholds

マイクロ調達、SAT、ミラー法保証、下請け計画の閾値

opportunity_details

1件の機会の完全なレコード+州名

opportunity_type

SAM.govのタイプコードの意味(情報提供要請、入札要請、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 / Cursorconfigs/を参照してください。PYTHONPATHをこのリポジトリに設定し、必要に応じてSAM_GOV_API_KEYを追加します。


データ

  • デフォルト: キーなしで動作・テストできるように、明確にラベル付けされたサンプル機会のバンドルセット。

  • ライブ(SAM.gov): SAM.govアカウントから無料の公開APIキーを取得します → Account Details → request a public API keySAM_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.md

MITライセンス。法的助言ではありません — 入札前に必ず完全な入札要請をお読みください。

-
license - not tested
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

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.

View all MCP Connectors

Latest Blog Posts

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