dod_awards_coverage

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

Reports what DoD/Pentagon contract announcement data is currently available: total row count, the earliest and latest announcement date on file, and a per-service breakdown of counts. Use to gauge coverage before relying on it for a historical range — “how far back does Pipeworx’s Pentagon contract data go”.

Example call

Arguments

{}

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_coverage","arguments":{}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('dod_awards_coverage', {});

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