Company research — track record and live opportunities

An agent evaluating a supplier needs wins, total awarded value, top CPVs and buyers, plus tenders matching that company profile right now.

Tools

GET /v1/companies/:id ($0.05), GET /v1/companies/:id/awards ($0.05), GET /v1/companies/:id/opportunities ($0.10). MCP: get_company, get_company_awards, get_company_opportunities.

Example response (labeled sample)

# GET /v1/companies/:id  ($0.05 USDC)
→ {"data": {"name": "APDTIC PROFESIONALES S.L.", "country": "ES", "nif": "...",
   "wins": 1, "total_awarded_eur": 18000, "top_cpvs": [{"cpv": "79000000", "count": 1}],
   "top_buyers": [{"buyer": "Alcaldía del Ayuntamiento de Oleiros", "count": 1}]},
   "meta": {"paid": true, "price_usd": "0.05"}}

Honesty note

Company identity is cross-source (NIF + aliases + source identifiers); aggregates are computed over the indexed history only and every response exposes meta.provenance.

all use cases