Skip to main content
Glama
aistasmendeika-max

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 .venv

Windows:

.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.py

MCP 工具

cvpis_page

获取新的 CVP IS 官方 API 结果的一页。

参数:

  • page_num – 页码;

  • page_size – 每页记录数。

search_cvpis

查看多个 CVP IS API 页面,并筛选出 JSON 文本中包含搜索短语的记录。

示例短语:

  • Kretingos rajono savivaldybė

  • Rudkasa

  • sniego

  • 具体的采购编号

procurement_sources

返回主要的官方公共采购来源。

备注

CVP IS API 的结构由公共采购局(VPT)管理。如果 VPT 更改字段名称或 API 参数,可能需要更新服务器的适配器。

本项目不替代官方的 CVP IS 数据和法律文件。在研究中请始终核对原始来源。

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

Maintenance

Maintainers
Response time
Release cycle
Releases (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 Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables querying El Salvador's public procurement data, including awarded processes, supplier contracts, and institution details, from the live COMPRASAL API through an MCP interface.
    8
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides access to Ukraine's public procurement data (ProZorro) via MCP, keyless and integrated with Pipeworx gateway for AI agents.
    13
    MIT

View all related MCP servers

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).

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/aistasmendeika-max/lietuvos-viesieji-pirkimai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server