extract_gov_landscape
Analyze a company's government contract awards, development activity, and community visibility by combining USASpending, GitHub, Hacker News, and product changelog data into a unified timestamped report.
Instructions
Composite government intelligence tool. Given a company name, keyword, or NAICS code, simultaneously queries: (1) USASpending.gov for federal contract awards, (2) GitHub for the company's repo activity, (3) Hacker News for developer community awareness, and (4) their product changelog for release velocity. Answers: Who is winning government contracts in this space? Are they actually building? Does the dev community know about them? Returns a unified 4-source timestamped report. Unique — not available in any other MCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Company name (e.g. 'Palantir'), keyword (e.g. 'artificial intelligence'), or NAICS code (e.g. '541511'). For GitHub and changelog sections, also optionally provide a GitHub URL. | |
| github_url | No | Optional GitHub repo URL for the company (e.g. 'https://github.com/palantir/palantir-java-format'). If omitted, GitHub and changelog sections use the query as a search term. | |
| max_length | No | ||
| min_freshness_score | No | Filter sections below this freshness_score (0–100). E.g. 70 = only recently retrieved data. |