lietuvos-viesieji-pirkimai-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lietuvos-viesieji-pirkimai-mcpSearch for procurement notices containing 'road construction' in Vilnius"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 .venvWindows:
.venv\Scripts\Activate.ps1
pip install -r requirements.txt
Copy-Item .env.example .envAdd your VPT API key to .env:
VPT_API_KEY=JUSU_VPT_API_RAKTASRunning:
python server.pyMCP 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ėRudkasasniegoa 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.
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