Skip to main content
Glama
aistasmendeika-max

lietuvos-viesieji-pirkimai-mcp

Lithuanian Public Procurement MCP

MCP server for working with Lithuanian public procurement data.

Main source – the public API of the new CVP IS: https://viesiejipirkimai.lt/epps-integration/api/cft-details-export

The server is intended for ChatGPT / Claude / another MCP client:

  • fetch procurement pages from the new CVP IS via the official VPT API;

  • search the retrieved procurements by text;

  • filter by procurement number, organization, supplier, or other text;

  • return raw JSON data for further analysis;

  • provide links to the old and new CVP IS search.

Requirements

  • Python 3.11+

  • VPT CVP IS API key

On 2026-05-20, VPT published the API usage instructions and specified that the request is sent using the POST method to cft-details-export, passing apiKey in the header.

Related MCP server: CRU MCP Server

Installation

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

Add your VPT API key to .env:

VPT_API_KEY=JUSU_VPT_API_RAKTAS

Running:

python server.py

MCP tools

cvpis_page

Fetches one result page from the official new CVP IS API.

Parameters:

  • page_num – page number;

  • page_size – number of records per page.

search_cvpis

Reviews several CVP IS API pages and selects records whose JSON text contains the search phrase.

Example phrases:

  • Kretingos rajono savivaldybė

  • Rudkasa

  • sniego

  • a specific procurement number

procurement_sources

Returns the main official public procurement sources.

Note

The CVP IS API structure is managed by the Public Procurement Office. If VPT changes field names or API parameters, the server adapter may need to be updated.

The project does not replace official CVP IS data and legal documents. Always check the primary source in your research.

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