Data Collection
govgazette.com
Provides access to public government contracting opportunity data, including search, resolution, reference lookup, and comparable award information.
ENDPOINT 1
https://govgazette.com/mcp
MCP server metadata
- Name
- govgazette
- Version
- 1.2.0
Search public federal opportunities, selected awards, vendors, references, changes, exclusions, and source-backed document facts without authentication. Connect a GovGazette account to save searches and manage tracked opportunities. Preserve provenance and verify requirements on the official SAM.gov notice.
Known tools 22
search_opportunitiesSearch public opportunity data by text, classification, buyer, location, status, and dates.
Inferred read-onlyresolve_identifierResolve notice, solicitation, award, PIID, UEI, CAGE, NAICS, PSC, or FAR identifiers with exact matches first.
Inferred read-onlylookup_referenceSearch or retrieve NAICS, PSC, FAR, SBA size-standard, set-aside, or agency reference data.
Inferred read-onlyget_opportunityGet one SAM.gov opportunity by notice ID with GovGazette and official source links.
Inferred read-onlysearch_awardsSearch the selected hot award dataset by award, recipient, agency, classification, place, dates, and value.
Inferred read-onlysearch_vendorsSearch current public SAM entities by name, UEI, CAGE, status, location, or primary NAICS.
Inferred read-onlyget_opportunity_changesGet sanitized immutable changes with separate source and detection times.
Inferred read-onlysearch_exclusionsCheck the current public exclusion snapshot by exact UEI or CAGE, or cautious name search.
Inferred read-onlyget_opportunity_extractedGet exact citations, requirements, costs, dates, forms, and submission text extracted without an LLM.
Inferred read-onlysearch_extracted_factsSearch exact source-backed facts extracted from official opportunity descriptions.
Inferred read-onlyget_opportunity_documentsList parsed public SAM attachments and links to untrusted plain-text chunks.
Inferred read-onlyfind_recompetesFind awards whose period-of-performance dates suggest a possible recompete.
Inferred read-onlyget_market_summarySummarize selected public award and opportunity signals for a market slice.
Inferred read-onlysave_opportunity_searchSave a federal opportunity search and choose its alert cadence.
Inferred read-onlyupdate_saved_searchChange or disable a saved search in the connected GovGazette account.
Inferred read-onlytrack_opportunityAdd or replace one tracked opportunity and its next action in the connected account.
Inferred read-onlyupdate_tracked_opportunityChange or disable a tracked opportunity in the connected account.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.govgazette]
url = "https://govgazette.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"govgazette": {
"type": "http",
"url": "https://govgazette.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: govgazette
Remote MCP URL: https://govgazette.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"govgazette": {
"url": "https://govgazette.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"govgazette": {
"type": "http",
"url": "https://govgazette.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "govgazette",
"transport": "streamable-http",
"url": "https://govgazette.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for govgazette.com was fetched 2026-08-17T11:26:11.907Z.
govgazette.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.