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.4.0
Search public federal opportunities, selected awards, vendors, references, changes, exclusions, and source-backed document facts without authentication. With OAuth and a user-approved per-client grant, use the connected business profile to rank opportunities and review award, recompete, market, and exclusion evidence. Agents may preview and apply capability or target updates only when editing is enabled. Never replace the confirmed UEI, claim eligibility, or infer win odds. Preserve provenance and verify requirements on the official SAM.gov notice.
Known tools 41
export_opportunitiesFree bounded JSON export of up to 50 soonest open opportunities.
Inferred read-onlysearch_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_opportunity_briefGet a bounded, source-backed response decision brief with deadline status, fit signals, requirements, submission facts, changes, market evidence, and documents.
Inferred read-onlyget_award_evidenceSeparate an official notice awardee, linked prior award recipients, and market participants without claiming an incumbent.
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 current public SAM attachments with official external download links and links to published untrusted plain-text chunks when available.
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-onlyget_watch_statusRead connected-account searches, pursuits, award or vendor watches, and recompete radars.
Inferred read-onlyget_business_profileRead the confirmed business identity, capability preferences, public SAM evidence, and selected-award coverage.
Inferred read-onlyget_business_defaultsGet deterministic opportunity, award, recompete, market, and exclusion defaults from the connected business profile.
Inferred read-onlysearch_opportunities_for_businessRank open opportunities against the connected business profile with transparent reasons.
Inferred read-onlyassess_opportunity_for_businessCompare source-backed opportunity facts with the connected business profile without claiming eligibility or win odds.
Inferred read-onlyget_business_awardsGet selected-hot award history for the confirmed profile UEI with explicit coverage limits.
Inferred read-onlyfind_recompetes_for_businessFind inferred recompete candidates across profile markets.
Inferred read-onlyget_business_marketGet selected public market summaries for profile classifications, agencies, and target states.
Inferred read-onlycheck_business_exclusionsRun an exact UEI exclusion lookup for the connected business.
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-onlysave_recompete_radarSave a rolling radar for awards entering an inferred recompete window.
Inferred read-onlypreview_business_profile_updatePreview exact changes to capabilities and target markets before applying them.
Inferred read-onlyapply_business_profile_updateApply the exact business-profile patch returned by a recent preview.
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 and is being refreshed.
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.