govgazette
v1.3.0Source-backed federal opportunity, award, vendor and exclusion research.
By GovGazette0 GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/mooshee/govgazette-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/contract-research/SKILL.md├── skills/exclusion-review/SKILL.md└── mcp.json
Included Skills2
Find federal contract opportunities and build a cited research brief using GovGazette when the user asks about U.S. government notices, awards or vendors.
Review federal exclusion evidence for a business or person using GovGazette when the user asks about a potential SAM exclusion, debarment or suspension match.
MCP servers1
- url
- https://govgazette.com/mcp
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "govgazette",
"version": "1.3.0",
"description": "Source-backed federal opportunity, award, vendor and exclusion research.",
"author": {
"name": "GovGazette",
"url": "https://govgazette.com"
},
"homepage": "https://govgazette.com/agents",
"keywords": [
"government-contracts",
"research",
"procurement"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "GovGazette",
"shortDescription": "Federal contract research with sources",
"developerName": "GovGazette",
"category": "Productivity",
"capabilities": [
"Read"
],
"websiteURL": "https://govgazette.com",
"privacyPolicyURL": "https://govgazette.com/privacy",
"brandColor": "#173e2d",
"defaultPrompt": [
"Find software opportunities and build a cited research brief."
],
"longDescription": "Find federal opportunities, build cited research briefs, research vendors and awards, and review exclusion evidence. Public research needs no GovGazette account.",
"composerIcon": "./assets/icon.png"
}
}
},
"repository": "https://github.com/mooshee/govgazette-mcp"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[govgazette on Agent Plugins Marketplace](https://pluginsmp.com/plugins/govgazette-2)