You're viewing a demo portfolio

Join the waitlist
PRSM

search_tenders

Active

Tool of Tender MCP

declared in 1.2.34

Searches active government tenders across UK, EU, and US. Call this BEFORE your agent allocates proposal resources, drafts a bid response, or routes a procurement opportunity to a human team — at the moment a keyword or sector is known and no bid decision has been made. Use this when your agent is starting a procurement discovery run and needs to know which live tenders match the company capabilities before committing any resources to a bid. Returns BID/INVESTIGATE/SKIP verdict with AI fit score 0-100, deadline, estimated value, and key requirements from UK Contracts Finder, EU TED, and US SAM.gov simultaneously. A missed tender deadline cannot be recovered. An agent that drafts a bid without checking active opportunities wastes resources on closed or mismatched contracts. Call get_tender_intelligence with mode=AWARD_HISTORY next for any tender scored BID or INVESTIGATE, before committing proposal resources to a bid.

Parameters schema

{
  "type": "object",
  "required": [
    "keyword"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results per source (default 10, max 25)"
    },
    "keyword": {
      "type": "string",
      "description": "Search keyword — company capability, product type, or service (e.g. \"cybersecurity\", \"catering\", \"IT support\")"
    },
    "sources": {
      "type": "array",
      "items": {
        "enum": [
          "uk",
          "eu",
          "us"
        ],
        "type": "string"
      },
      "description": "Which sources to search. Defaults to all three: [\"uk\",\"eu\",\"us\"]"
    },
    "days_old": {
      "type": "number",
      "description": "Only return tenders published in the last N days (default 30)"
    },
    "min_score": {
      "type": "number",
      "description": "Only return tenders scoring above this threshold (default 50). Only applies when company_profile is provided."
    },
    "company_profile": {
      "type": "string",
      "description": "Description of the company capabilities and what contracts they are looking for. Used for AI fit scoring. More detail = better scores. If omitted, results are returned unscored."
    }
  }
}

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 →