es_tender_by_status
Pack: spain-tenders · Endpoint: https://gateway.pipeworx.io/spain-tenders/mcp
List SPANISH government tenders filtered by lifecycle status on PLACSP (Spain public procurement / licitaciones, contrataciondelestado.es official feed): PUB = published and open for bids, PRE = prior information notice (anuncio previo), EV = under evaluation, ADJ = awarded (adjudicada), RES = resolved / award finalized, ANUL = cancelled. Ideal for “currently open Spanish tenders” (status PUB) or “recently awarded Spanish government contracts” (ADJ or RES). Returns compact shaped notices with title, contracting body, EUR budget amounts, CPV codes, contract type, procedure, submission deadline, and notice URL.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
status | string | yes | Status code: PUB | PRE | EV | ADJ | RES | ANUL. |
limit | number,string | no | Max notices to return (default ${DEFAULT_LIMIT}, max ${MAX_LIMIT}). |
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_by_status","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.