mcp-mtender-server
If you are the rightful owner of mcp-mtender-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server for accessing Moldova's public procurement data through the MTender API.
The MTender MCP OCDS Server provides access to Moldova's public procurement system, MTender, which implements the Open Contracting Data Standard (OCDS). It allows AI assistants to search for tenders, access tender details, budget information, funding sources, and analyze tender documents. The server is organized into a modular structure for better maintainability, making it easier to understand and extend. It provides comprehensive access to the MTender API, supporting various OCDS components such as Release Packages, Records, Planning, Tender, Award, Contract, and more. However, the Implementation Section and Transactions are partially supported due to limitations in the MTender API.
Features
- Resources: Access the most recent tenders, tender details, budget data, and funding sources in the MTender system.
- Tools: Includes tools like search_tenders, get_tender, get_budget, get_funding_source, analyze_tender, and fetch_tender_document for detailed data access and analysis.
Tools
search_tenders
Search for tenders in the MTender system with pagination and filtering options.
get_tender
Get detailed information about a specific tender with format options.
get_budget
Get budget information for a specific tender with format options.
get_funding_source
Get funding source information for a specific tender with format options.
analyze_tender
Analyze a tender and extract key information according to OCDS schema.
fetch_tender_document
Fetch and analyze tender documents (PDF, DOC, DOCX) for AI/LLM analysis.