quiver_gov_contracts

Pack: quiver · Endpoint: https://gateway.pipeworx.io/quiver/mcp

Government contracts awarded (by ticker) — US federal contract awards to public companies, with award amount, agency, and date. Pass a ticker for that company’s contract history (“government contracts for LMT”). Example: quiver_gov_contracts({ ticker: “LMT”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
tickerstringnoOptional stock ticker to filter to one company, e.g. “LMT”. Omit for the latest cross-market feed.
_apiKeystringyesQuiver Quantitative API key

Example call

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

Connect

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

{
  "mcpServers": {
    "quiver": {
      "url": "https://gateway.pipeworx.io/quiver/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026