licita-agent
Agent-native procurement intelligence for the Spanish public sector (IT / software / cybersecurity vertical, CPV 72*/48*), built from TED award notices plus PLACSP (licitaciones + contratos menores) when PLACSP ingestion is enabled.
What questions it answers
- Who bought what, who won, for how much, under which CPV codes.
- Company track record: wins, total awarded value, top CPVs and buyers.
- Buyer history: award history, supplier concentration, re-tender recurrence.
- Upcoming renewals: contracts and frameworks likely to be re-tendered soon (deterministic heuristic with per-signal evidence — not a probability model).
How to consume it
- REST — priced per call, x402-compatible payment flow. Start at /llms.txt → /openapi.json → /v1/pricing.
- MCP — streamable-HTTP endpoint at
/mcpwith toolssearch_tenders,get_tender,get_company,get_company_awards,get_company_opportunities,get_buyer_history,get_renewals,get_pricing. - Humans — /docs quickstart, /pricing ladder.
Payment
Payments mode: x402. Priced endpoints return
402 with a base64 PAYMENT-REQUIRED header describing the exact
USDC requirement (x402 v2): sign the EIP-3009 authorization and retry with
PAYMENT-SIGNATURE. In dev mode a token faucet is available at
POST /v1/dev-faucet (local development only — not in production).
See docs for the full flow.
| Endpoint | Price (USD / call) |
|---|---|
GET /v1/search | $0.02 |
GET /v1/tenders/:id | $0.02 |
GET /v1/companies/:id | $0.05 |
GET /v1/companies/:id/awards | $0.05 |
GET /v1/companies/:id/opportunities | $0.10 |
GET /v1/buyers/:id/history | $0.05 |
GET /v1/renewals | $0.25 |
GET /v1/pricing | free |
GET /v1/stats | free |