lietuvos-viesieji-pirkimai-mcp
立陶宛公共采购 MCP
用于处理立陶宛公共采购数据的 MCP 服务器。
主要来源——新的 CVP IS 官方 API:
https://viesiejipirkimai.lt/epps-integration/api/cft-details-export
该服务器适用于 ChatGPT / Claude / 其他 MCP 客户端:
通过官方 VPT API 获取新的 CVP IS 采购页面;
在获取的采购中按文本搜索;
按采购编号、组织、供应商或其他文本筛选;
返回原始 JSON 数据以供进一步分析;
提供指向旧版和新版 CVP IS 搜索的链接。
要求
Python 3.11+
VPT CVP IS API 密钥
2026-05-20 VPT 发布了 API 使用说明,并指出请求通过 POST 方法发送到 cft-details-export,在标头中传递 apiKey。
Related MCP server: CRU MCP Server
安装
git clone https://github.com/aistasmendeika-max/lietuvos-viesieji-pirkimai-mcp.git
cd lietuvos-viesieji-pirkimai-mcp
python -m venv .venvWindows:
.venv\Scripts\Activate.ps1
pip install -r requirements.txt
Copy-Item .env.example .env在 .env 中写入 VPT API 密钥:
VPT_API_KEY=JUSU_VPT_API_RAKTAS启动:
python server.pyMCP 工具
cvpis_page
获取新的 CVP IS 官方 API 结果的一页。
参数:
page_num– 页码;page_size– 每页记录数。
search_cvpis
查看多个 CVP IS API 页面,并筛选出 JSON 文本中包含搜索短语的记录。
示例短语:
Kretingos rajono savivaldybėRudkasasniego具体的采购编号
procurement_sources
返回主要的官方公共采购来源。
备注
CVP IS API 的结构由公共采购局(VPT)管理。如果 VPT 更改字段名称或 API 参数,可能需要更新服务器的适配器。
本项目不替代官方的 CVP IS 数据和法律文件。在研究中请始终核对原始来源。
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
- AlicenseAqualityCmaintenanceEnables querying El Salvador's public procurement data, including awarded processes, supplier contracts, and institution details, from the live COMPRASAL API through an MCP interface.81MIT
- FlicenseAqualityCmaintenanceMCP server for searching and retrieving contracts from the Polish Central Register of Contracts (CRU) via its API.2
- AlicenseNot gradedqualityCmaintenanceProvides access to Ukraine's public procurement data (ProZorro) via MCP, keyless and integrated with Pipeworx gateway for AI agents.13MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying Israel government procurement public tenders and exemption contracts via MCP, keyless access.14MIT
Related MCP Connectors
Israel Government Procurement MCP — public tenders & exemption contracts (keyless).
EU Funding & Tenders Portal (SEDIA search API) MCP.
Canada Government Procurement MCP — CanadaBuys open data (keyless).
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/aistasmendeika-max/lietuvos-viesieji-pirkimai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server