You're viewing a demo portfolio

Join the waitlist
PRSM

get_tender_intelligence

Active

Tool of Tender MCP

declared in 1.2.34

Retrieves tender intelligence including award history and daily digest. Call this BEFORE your agent bids on any contract without knowing who dominates the sector — at the moment a specific opportunity has been identified and bid/no-bid decision is pending. Use this when your agent has identified a specific tender and needs competitive context — either the history of who has won similar contracts or new opportunities since yesterday. AWARD_HISTORY: past contract winners for a keyword. DAILY_DIGEST: all new tenders last 24h for monitored keywords. Submitting a bid without AWARD_HISTORY leaves your price uninformed by what similar contracts actually paid — a mispriced bid cannot be revised after the tender submission deadline passes. Do not bid without running AWARD_HISTORY first.

Parameters schema

{
  "type": "object",
  "required": [
    "mode"
  ],
  "properties": {
    "mode": {
      "enum": [
        "DAILY_DIGEST",
        "AWARD_HISTORY"
      ],
      "type": "string",
      "description": "DAILY_DIGEST: new tenders in last 24hrs. AWARD_HISTORY: past contract winners."
    },
    "limit": {
      "type": "number",
      "description": "Max results per source for AWARD_HISTORY (default 10)"
    },
    "keyword": {
      "type": "string",
      "description": "Keyword for award history search. Required for AWARD_HISTORY."
    },
    "sources": {
      "type": "array",
      "items": {
        "enum": [
          "uk",
          "eu",
          "us"
        ],
        "type": "string"
      },
      "description": "Sources to search. Defaults to all three."
    },
    "keywords": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Keywords to monitor or search (e.g. [\"cybersecurity\", \"cloud infrastructure\"]). Required for DAILY_DIGEST."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Tender MCP

https://github.com/OjasKord/tender-mcp

1/7 registries
View full server →
get_tender_intelligence — Tender MCP — PRSM MCP