dod_awards_recent

Pack: dod-contract-announcements · Endpoint: https://gateway.pipeworx.io/dod-contract-announcements/mcp

Most recent US Department of War (formerly Department of Defense) contract award announcements — Pentagon contracts today, this week, or over any recent window, newest first. Every contract of $7.5M or more is announced here on the business day it is signed, which is weeks ahead of the same award appearing in FPDS/USAspending. Filter by military service/agency (ARMY, NAVY, AIR FORCE, DEFENSE LOGISTICS AGENCY, U.S. TRANSPORTATION COMMAND, DEFENSE ADVANCED RESEARCH PROJECTS AGENCY, DEFENSE HEALTH AGENCY, U.S. SPECIAL OPERATIONS COMMAND, and others) and a minimum award amount. Answers “what defense contracts were announced today”, “recent DoD/Pentagon contract awards”, “who won a defense contract this week”.

Parameters

NameTypeRequiredDescription
daysnumber,stringnoHow many days back from today to include (default 7).
servicestringnoRestrict to one branch/agency, e.g. “ARMY”, “NAVY”, “AIR FORCE”, “DEFENSE LOGISTICS AGENCY”. Matched case-insensitively.
min_amountnumber,stringnoOnly awards at or above this dollar amount. Note: on rows where shared_award is true, amount is the combined multi-contractor program value, not one contractor’s share.
limitnumber,stringnoMax awards to return (1-100, default 25).

Example call

Arguments

{
  "days": 3
}

curl

curl -X POST https://gateway.pipeworx.io/dod-contract-announcements/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dod_awards_recent","arguments":{"days":3}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('dod_awards_recent', {
  "days": 3
});

More examples

{
  "days": 7,
  "service": "NAVY",
  "min_amount": 100000000,
  "limit": 10
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "dod-contract-announcements": {
      "url": "https://gateway.pipeworx.io/dod-contract-announcements/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 29, 2026