# GovGazette (remote · govgazette.com)

Research U.S. federal contracts, awards, vendors, changes, exclusions, and source documents.

- Trust score: 68/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `govgazette.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/mooshee-govgazette/govgazette.md), [page](https://verifymcp.io/servers/mooshee-govgazette/govgazette)

## Channel facts

- Endpoint: `https://govgazette.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 2231 tokens (~57/item across 39 items; 39 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http mooshee-govgazette https://govgazette.com/mcp
```

### Codex

```toml
[mcp_servers.mooshee-govgazette]
url = "https://govgazette.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mooshee-govgazette": {
      "type": "remote",
      "url": "https://govgazette.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mooshee-govgazette --url https://govgazette.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mooshee-govgazette:
    url: "https://govgazette.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "mooshee-govgazette": {
      "type": "http",
      "url": "https://govgazette.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 68, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “get_watch_status” rewrote its description, which is the text the model reads
- [functional improvement] Schema quality: 66 → 57
- [functional] Server version: 1.2.0 → 1.4.0
- [functional] New tool “apply_business_profile_update”
- [functional] New tool “assess_opportunity_for_business”
- [functional] New tool “check_business_exclusions”
- [functional] New tool “find_recompetes_for_business”
- [functional] New tool “get_award_evidence”
- [functional] New tool “get_business_awards”
- [functional] New tool “get_business_defaults”
- [functional] New tool “get_business_market”
- [functional] New tool “get_business_profile”
- [functional] New tool “get_opportunity_brief”
- [functional] New tool “preview_business_profile_update”
- [functional] New tool “save_recompete_radar”
- [functional] New tool “search_opportunities_for_business”
- [functional] New tool “update_award_watch”
- [functional] New tool “update_recompete_radar”
- [functional] New tool “watch_award”
- [functional] New tool “watch_vendor”
- [cosmetic] Tool “get_watch_status” changed its title: Get saved-search and pursuit status → Get monitoring status

### 2026-08-19 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-17 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-15 (score 65, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “get_opportunity” rewrote its description, which is the text the model reads
- [security] Tool “get_opportunity_comps” rewrote its description, which is the text the model reads
- [security] Tool “get_watch_status” rewrote its description, which is the text the model reads
- [security] Tool “search_opportunities” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 631 → 1458
- [functional improvement] Stability: unverified → 0.03
- [functional] Schema quality: fair → good
- [functional] Server version: 1.1.1 → 1.2.0
- [functional] New tool “find_recompetes”
- [functional] New tool “get_award”
- [functional] New tool “get_market_summary”
- [functional] New tool “get_opportunity_changes”
- [functional] New tool “get_opportunity_documents”
- [functional] New tool “get_opportunity_extracted”
- [functional] New tool “lookup_reference”
- [functional] New tool “resolve_identifier”
- [functional] New tool “search_awards”
- [functional] New tool “search_exclusions”
- [functional] New tool “search_extracted_facts”
- [functional] New tool “search_vendors”
- [cosmetic] “update_saved_search” made “name” optional
- [cosmetic] “update_saved_search” made “search_spec” optional

### 2026-08-14 (score 64)

First indexed and scored.

## MCP tools (39)

### `search_opportunities` (~139 tokens)

Search federal contract opportunities

Search public opportunity data by text, classification, buyer, location, status, and dates.

Input parameters:

- `agency`
- `awarded_contractor_name`
- `awardee_cage`
- `awardee_uei`
- `cursor` (string)
- `deadline_preset` (string)
- `limit` (integer)
- `naics`
- `notice_type`
- `posted_preset` (string)
- `psc`
- `q` (string)
- `set_aside`
- `sort` (string)
- `state`
- `status` (string)

### `resolve_identifier` (~56 tokens)

Resolve a federal contract identifier

Resolve notice, solicitation, award, PIID, UEI, CAGE, NAICS, PSC, or FAR identifiers with exact matches first.

Input parameters:

- `limit` (integer)
- `q` (string, required)
- `types`

### `lookup_reference` (~59 tokens)

Look up an official acquisition reference

Search or retrieve NAICS, PSC, FAR, SBA size-standard, set-aside, or agency reference data.

Input parameters:

- `id` (string)
- `limit` (integer)
- `q` (string)
- `type` (string, required)

### `get_opportunity` (~34 tokens)

Get an opportunity

Get one SAM.gov opportunity by notice ID with GovGazette and official source links.

Input parameters:

- `notice_id` (string, required)

### `get_opportunity_brief` (~48 tokens)

Get an opportunity decision brief

Get a bounded, source-backed response decision brief with deadline status, fit signals, requirements, submission facts, changes, market evidence, and documents.

Input parameters:

- `notice_id` (string, required)

### `get_opportunity_comps` (~36 tokens)

Get comparable public awards

Get historical comparable public awards. Results are not an independent cost estimate or win odds.

Input parameters:

- `notice_id` (string, required)

### `get_award_evidence` (~39 tokens)

Get opportunity award evidence

Separate an official notice awardee, linked prior award recipients, and market participants without claiming an incumbent.

Input parameters:

- `notice_id` (string, required)

### `search_awards` (~148 tokens)

Search selected public awards

Search the selected hot award dataset by award, recipient, agency, classification, place, dates, and value.

Input parameters:

- `action_from` (string)
- `action_to` (string)
- `agency` (string)
- `award_id` (string)
- `cursor` (string)
- `limit` (integer)
- `naics` (string)
- `parent_piid` (string)
- `piid` (string)
- `psc` (string)
- `q` (string)
- `recipient_uei` (string)
- `set_aside` (string)
- `solicitation` (string)
- `state` (string)

### `get_award` (~27 tokens)

Get a selected public award

Get one award from the selected hot award dataset.

Input parameters:

- `award_id` (string, required)

### `search_vendors` (~97 tokens)

Search public vendors

Search current public SAM entities by name, UEI, CAGE, status, location, or primary NAICS.

Input parameters:

- `cage` (string)
- `country` (string)
- `cursor` (string)
- `limit` (integer)
- `naics` (string)
- `q` (string)
- `state` (string)
- `status` (string)
- `uei` (string)

### `get_vendor` (~31 tokens)

Get a vendor

Get a public vendor or awardee record by 12-character UEI.

Input parameters:

- `uei` (string, required)

### `get_vendor_awards` (~35 tokens)

Get vendor awards

Get public award history for one vendor UEI.

Input parameters:

- `limit` (integer)
- `uei` (string, required)

### `get_opportunity_changes` (~58 tokens)

Get opportunity change history

Get sanitized immutable changes with separate source and detection times.

Input parameters:

- `limit` (integer)
- `materiality` (string)
- `notice_id` (string, required)
- `since` (string)
- `type` (string)

### `search_exclusions` (~79 tokens)

Search current public exclusions

Check the current public exclusion snapshot by exact UEI or CAGE, or cautious name search. This is not a compliance certification.

Input parameters:

- `cage` (string)
- `limit` (integer)
- `name` (string)
- `q` (string)
- `sam_number` (string)
- `uei` (string)

### `get_opportunity_extracted` (~40 tokens)

Get deterministic opportunity facts

Get exact citations, requirements, costs, dates, forms, and submission text extracted without an LLM.

Input parameters:

- `notice_id` (string, required)

### `search_extracted_facts` (~36 tokens)

Search deterministic opportunity facts

Search exact source-backed facts extracted from official opportunity descriptions.

Input parameters:

- `limit` (integer)
- `q` (string, required)

### `get_opportunity_documents` (~38 tokens)

Get public opportunity documents

List parsed public SAM attachments and links to untrusted plain-text chunks. Raw binaries are not served.

Input parameters:

- `notice_id` (string, required)

### `find_recompetes` (~102 tokens)

Find inferred recompete candidates

Find awards whose period-of-performance dates suggest a possible recompete. Results are inferences, not confirmed solicitations.

Input parameters:

- `agency` (string)
- `from` (string)
- `limit` (integer)
- `naics` (string)
- `psc` (string)
- `recipient_uei` (string)
- `set_aside` (string)
- `state` (string)
- `to` (string)

### `get_market_summary` (~62 tokens)

Get a federal market summary

Summarize selected public award and opportunity signals for a market slice.

Input parameters:

- `agency` (string)
- `naics` (string)
- `psc` (string)
- `set_aside` (string)
- `state` (string)

### `get_watch_status` (~35 tokens)

Get monitoring status

Read connected-account searches, pursuits, award or vendor watches, and recompete radars. Requires OAuth and never changes a watch.

### `get_business_profile` (~33 tokens)

Get the connected business profile

Read the confirmed business identity, capability preferences, public SAM evidence, and selected-award coverage. Requires profile-read permission.

### `get_business_defaults` (~29 tokens)

Get business research defaults

Get deterministic opportunity, award, recompete, market, and exclusion defaults from the connected business profile.

### `search_opportunities_for_business` (~83 tokens)

Find opportunities for the connected business

Rank open opportunities against the connected business profile with transparent reasons. This is not a win probability.

Input parameters:

- `agency` (string)
- `limit` (integer)
- `naics` (string)
- `psc` (string)
- `q` (string)
- `set_aside` (string)
- `state` (string)

### `assess_opportunity_for_business` (~36 tokens)

Assess one opportunity for the connected business

Compare source-backed opportunity facts with the connected business profile without claiming eligibility or win odds.

Input parameters:

- `notice_id` (string, required)

### `get_business_awards` (~33 tokens)

Get selected awards for the connected business

Get selected-hot award history for the confirmed profile UEI with explicit coverage limits.

Input parameters:

- `limit` (integer)

### `find_recompetes_for_business` (~35 tokens)

Find inferred recompetes for the connected business

Find inferred recompete candidates across profile markets. Results are not confirmed solicitations.

Input parameters:

- `limit` (integer)

### `get_business_market` (~24 tokens)

Get market evidence for the connected business

Get selected public market summaries for profile classifications, agencies, and target states.

### `check_business_exclusions` (~29 tokens)

Check exclusions for the connected business

Run an exact UEI exclusion lookup for the connected business. This is not a compliance certification.

### `save_opportunity_search` (~56 tokens)

Save an opportunity search

Save a federal opportunity search and choose its alert cadence.

Input parameters:

- `cadence` (string)
- `delivery_channels` (array)
- `enabled` (boolean)
- `name` (string, required)
- `search_spec` (required)

### `update_saved_search` (~65 tokens)

Update a saved search

Change or disable a saved search in the connected GovGazette account.

Input parameters:

- `cadence` (string)
- `delivery_channels` (array)
- `enabled` (boolean)
- `id` (string, required)
- `name` (string)
- `search_spec`

### `track_opportunity` (~91 tokens)

Track an opportunity

Add or replace one tracked opportunity and its next action in the connected account.

Input parameters:

- `alert_cadence` (string)
- `delivery_channels` (array)
- `enabled` (boolean)
- `next_action`
- `next_action_due_at`
- `notes`
- `notice_id` (string, required)
- `pursuit_state` (string)
- `source_profile_id`

### `update_tracked_opportunity` (~89 tokens)

Update a tracked opportunity

Change or disable a tracked opportunity in the connected account.

Input parameters:

- `alert_cadence` (string)
- `delivery_channels` (array)
- `enabled` (boolean)
- `next_action`
- `next_action_due_at`
- `notes`
- `notice_id` (string, required)
- `pursuit_state` (string)
- `source_profile_id`

### `watch_award` (~60 tokens)

Watch an award

Watch a selected public award for material changes and activity.

Input parameters:

- `alert_cadence` (string)
- `award_id` (string, required)
- `delivery_channels` (array)
- `enabled` (boolean)
- `name` (string, required)

### `watch_vendor` (~59 tokens)

Watch a vendor

Watch public award activity for one exact vendor UEI.

Input parameters:

- `alert_cadence` (string)
- `delivery_channels` (array)
- `enabled` (boolean)
- `name` (string, required)
- `uei` (string, required)

### `update_award_watch` (~22 tokens)

Update an award or vendor watch

Change, pause, or resume an award or vendor watch.

### `save_recompete_radar` (~69 tokens)

Save a recompete radar

Save a rolling radar for awards entering an inferred recompete window.

Input parameters:

- `cadence` (string)
- `delivery_channels` (array)
- `enabled` (boolean)
- `filters` (object, required)
- `name` (string, required)
- `window_days` (integer)

### `update_recompete_radar` (~23 tokens)

Update a recompete radar

Change, pause, or resume a recompete radar.

### `preview_business_profile_update` (~44 tokens)

Preview a business-profile update

Preview exact changes to capabilities and target markets before applying them.

Input parameters:

- `expected_revision` (integer, required)
- `patch` (object, required)
- `reason` (string)

### `apply_business_profile_update` (~52 tokens)

Apply a business-profile update

Apply the exact business-profile patch returned by a recent preview.

Input parameters:

- `expected_revision` (integer, required)
- `patch` (object, required)
- `preview_token` (string, required)
- `reason` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/mooshee-govgazette/govgazette#diagnostics

## Score history

- 2026-08-20: 68
- 2026-08-19: 67
- 2026-08-18: 66
- 2026-08-17: 66
- 2026-08-16: 65
- 2026-08-15: 65
- 2026-08-14: 64

## Links

- Remote endpoint: https://govgazette.com/mcp
- Repository: https://github.com/mooshee/govgazette-mcp
- Website: https://govgazette.com/agents?utm_source=mcp_registry&utm_medium=directory&utm_campaign=govgazette_agent_launch_2026_08
- Changelog RSS feed: https://verifymcp.io/servers/mooshee-govgazette/govgazette.xml
- Changelog JSON feed: https://verifymcp.io/servers/mooshee-govgazette/govgazette.json
- HTML version of this page: https://verifymcp.io/servers/mooshee-govgazette/govgazette
