streamable-httpupdated 9d ago
GovGazette is a hosted MCP server for U.S. federal contract research and pursuit monitoring. Version 1.2.0 exposes 22 tools.
What can you do with GovGazette?
GovGazette MCP Server
GovGazette is a hosted MCP server for U.S. federal contract research and pursuit monitoring. Version 1.2.0 exposes 22 tools.
Connect with Streamable HTTP:
https://govgazette.com/mcp
Seventeen research tools work without an account:
search_opportunitiesresolve_identifierlookup_referenceget_opportunityget_opportunity_compssearch_awardsget_awardsearch_vendorsget_vendorget_vendor_awardsget_opportunity_changessearch_exclusionsget_opportunity_extractedsearch_extracted_factsget_opportunity_documentsfind_recompetesget_market_summary
OAuth 2.1 with PKCE unlocks five account-scoped monitoring tools:
get_watch_statussave_opportunity_searchupdate_saved_searchtrack_opportunityupdate_tracked_opportunity
The monitoring tools can create, update, and disable saved searches and tracked opportunities. They cannot delete records, change billing, or access another account.
Links
This repository contains public discovery metadata for the hosted service. It does not contain the GovGazette application source.
Install
Add GovGazette to your client. Pick the one you use.
claude mcp add --transport http govgazette https://govgazette.com/mcpcodex mcp add govgazette --url https://govgazette.com/mcp{
"mcpServers": {
"govgazette": {
"url": "https://govgazette.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"govgazette": {
"type": "http",
"url": "https://govgazette.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"govgazette": {
"url": "https://govgazette.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"govgazette": {
"serverUrl": "https://govgazette.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance25/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.2.0Latest | Aug 15, 2026 |
| 1.1.1 | Aug 14, 2026 |
| 1.1.0 | Aug 14, 2026 |