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

NameTypeRequiredDescription
limitnumber,stringnoMax notices to return (default ${DEFAULT_LIMIT}, max ${MAX_LIMIT}). Newest-first.

Example call

Arguments

{
  "limit": 10
}

curl

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":{"limit":10}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('es_tender_recent', {
  "limit": 10
});

More examples

{
  "limit": 25
}

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.

Regenerated from source · build September 4, 2026