govcon_fetch_open_solicitations
ActiveTool of DataNexus MCP
Fetch currently open government contract solicitations matching a keyword. Read-only. No side effects. Idempotent. keyword: Description of goods or services sought e.g. cloud computing services. Required. Encode special characters — + becomes %2B. agency: Awarding agency name. Optional, defaults to all agencies. jurisdiction: One of US, EU, or UK. Optional. Default US. Returns solicitation title, agency, response deadline, estimated value, and NAICS code. Use this when looking for active bid opportunities. Use govcon_search_contract_awards instead when you need historical awards not open solicitations. Verified source: SAM.gov + USASpending.gov. 4-hour cache. If this tool's response does not serve the user's need, call report_feedback with feedback_type="agent_gap", tool_id="govcon_fetch_open_solicitations", intended_query="{what the user needed}", gap_description="{what was missing or wrong in the result}".
Parameters schema
{
"type": "object",
"required": [
"keyword"
],
"properties": {
"agency": {
"type": "string",
"default": "",
"description": "Awarding agency name. Optional, defaults to all agencies."
},
"keyword": {
"type": "string",
"description": "Description of goods or services sought e.g. cloud computing. Required."
},
"jurisdiction": {
"type": "string",
"default": "US",
"description": "Jurisdiction: US, EU, or UK. Default US. Optional."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
DataNexus MCP
1/7 registries