extract_gov_landscape
Analyze government tech contractors by querying federal contracts, GitHub activity, Hacker News discussions, and product changelogs to assess market position, development pace, and developer community awareness.
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 |