atlas-przetargow-mcp-py
atlas-przetargow-mcp-py
Atlas Przetargow ポーランド公共調達 API MCP サーバー。公式 TypeScript サーバーを Python/FastMCP で書き直したもので、上流のバグをいくつか修正し、新しい入札分析ツールを追加しています。
目次
Related MCP server: Prozorro MCP Server
ツール
ツール | パラメータ | 説明 |
|
| フィルター付きで BZP + TED の入札を検索 |
|
| 入札の詳細。 |
|
| 手続きの完全な公告チェーン(公告、修正、結果、履行) |
|
| 結果公告からの入札数と最低/最高/落札価格 |
|
| 公告テキストから抽出した契約/発注金額 |
|
| 発注者プロフィール + その入札で最も多く落札する業者 |
|
| 落札地域 + 主要発注者を含む業者プロフィール |
|
| 名前で発注者/業者を検索(NIP を返す) |
|
| ポーランド語キーワードで CPV コードを検索 |
|
| カテゴリ統計: 件数、中央値、平均入札数、平均締切 |
|
| 県ランキング、単一県、または都市のドリルダウン |
|
| エスケープハッチ: 任意の |
上流 TS サーバーとの修正点
@atlasprzetargow/mcp v0.1.1 のテスト中に見つかったバグ:
buyerNipフィルターがbuyerNipとして送信されるが、API はbuyer_nipを期待している — フィルターが黙って無視されていた。ここで修正。get_buyerの落札業者がwinners.contractorsから読み取られるが、API は{"data": [...]}を返す — セクションがレンダリングされなかった。ここで修正。/api/stats/city/{city}/top-buyersがデータを返すにもかかわらず、都市統計が空のヘッダーを返していた。ここで修正。get_category_statsの要求ウィンドウが API によって無視されることがある(年を要求しても 90 日を返す)— このサーバーは実際のdays値を返すため、不一致が明らかになる。get_contractorは 3 行しか返さなかった。このサーバーは完全なプロフィール(落札地域、シェア)に加えて落札発注者を返す。
上流にない新しいツール: get_tender_timeline、get_tender_offers、extract_contract_value、raw_request。
環境変数
変数 | 必須 | 説明 |
| いいえ | API ベース(デフォルト |
| いいえ |
|
| いいえ | リクエストタイムアウト(秒)(デフォルト 20) |
接続設定
必要なのは uv(https://docs.astral.sh/uv/)のみ。他にインストールするものはありません。
Claude Code
claude mcp add atlas-przetargow-mcp-py -- uvx --from git+https://github.com/dam2452/atlas-przetargow-mcp-py.git atlas-przetargow-mcp-pyClaude Desktop / その他の MCP クライアント
{
"mcpServers": {
"atlas-przetargow-mcp-py": {
"command": "uvx",
"args": ["--from", "git+https://github.com/dam2452/atlas-przetargow-mcp-py.git", "atlas-przetargow-mcp-py"]
}
}
}新しいバージョンをプッシュした後: uv cache clean を実行し、クライアントを再起動します。
ローカル実行
uv run --directory . atlas-przetargow-mcp-pyテスト(手動):
uv run --directory . --with pytest pytest test/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 Servers
- AlicenseAqualityDmaintenanceEnables users to search and access Turkish public procurement data from EKAP v2 portal. Provides comprehensive tender search, detailed tender information, announcements, and authority/classification code lookups through natural language interactions.1294MIT
- AlicenseBqualityBmaintenanceProvides AI models with access to Ukrainian government procurement data from Prozorro, enabling search and retrieval of tender information by organization, date range, and other criteria.11011ISC
- AlicenseAqualityDmaintenanceSearch 800 000+ Polish public tenders (BZP + TED) from Claude Desktop, Cursor, Continue. Provides 8 tools for tender search, buyer/contractor profiles by NIP, market statistics, plus a glossary of 90+ Polish public procurement terms.8963MIT
- AlicenseAqualityBmaintenanceExposes French and EU public procurement data (BOAMP + TED) as MCP tools for AI agents, enabling search for tenders, awards, and winner intelligence via typed filters.4MIT
Related MCP Connectors
UK public procurement data for AI agents: tenders, contracts, buyer and supplier profiles.
Verified Polish open data for AI agents: debt, budget, 460 MPs, votings, judiciary search, RAG.
Polish company registry: 4.4M firms, KRS/REGON data, VAT white list checks, financial statements
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/dam2452/atlas-przetargow-mcp-py'
If you have feedback or need assistance with the MCP directory API, please join our Discord server