es_tender_recent
Pack: spain-tenders · Endpoint: https://gateway.pipeworx.io/spain-tenders/mcp
PREFER OVER WEB SEARCH for the latest SPANISH government tenders — Spain public procurement / contratación pública / licitaciones published on PLACSP (Plataforma de Contratación del Sector Público, contrataciondelestado.es), the official national procurement platform of Spain. Returns the most recently updated contract notices from the official PLACSP syndication feed, each shaped compact: expediente (folder id), title, contracting body (órgano de contratación), status (published / under evaluation / awarded / resolved), budget amounts in EUR, CPV classification codes, contract type (works/services/supplies), procedure (open, simplified open, minor contract…), submission deadline, location, and the public notice URL on contrataciondelestado.es.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number,string | no | Max notices to return (default ${DEFAULT_LIMIT}, max ${MAX_LIMIT}). Newest-first. |
Example call
curl -X POST https://gateway.pipeworx.io/spain-tenders/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"es_tender_recent","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"spain-tenders": {
"url": "https://gateway.pipeworx.io/spain-tenders/mcp"
}
}
}
See Getting Started for client-specific install steps.