GovToolsPro
Rank #13,614io.github.smythmyke/govtoolspro-mcp-server
Workflow tools for federal contractors: go/no-go scoring, incumbent intel, recompete, NECO.
GovToolsPro is a Model Context Protocol (MCP) server published by smythmyke. It ranks #13,614 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. GovToolsPro is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Jun 1, 2026 and most recently updated on Jun 3, 2026.
Ranks ahead of 101,977 of 115,591 servers on MCP Toplist.
Use GovToolsPro
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add govtoolspro-mcp-server -e "GOVTOOLSPRO_API_KEY=<your GOVTOOLSPRO_API_KEY>" -e "GOVTOOLSPRO_API_BASE=<your GOVTOOLSPRO_API_BASE>" -- npx -y govtoolspro-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.govtoolspro-mcp-server]
command = "npx"
args = ["-y", "govtoolspro-mcp-server"]
[mcp_servers.govtoolspro-mcp-server.env]
GOVTOOLSPRO_API_KEY = "<your GOVTOOLSPRO_API_KEY>"
GOVTOOLSPRO_API_BASE = "<your GOVTOOLSPRO_API_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"govtoolspro-mcp-server": {
"command": "npx",
"args": [
"-y",
"govtoolspro-mcp-server"
],
"env": {
"GOVTOOLSPRO_API_KEY": "<your GOVTOOLSPRO_API_KEY>",
"GOVTOOLSPRO_API_BASE": "<your GOVTOOLSPRO_API_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"govtoolspro-mcp-server": {
"command": "npx",
"args": [
"-y",
"govtoolspro-mcp-server"
],
"env": {
"GOVTOOLSPRO_API_KEY": "<your GOVTOOLSPRO_API_KEY>",
"GOVTOOLSPRO_API_BASE": "<your GOVTOOLSPRO_API_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"govtoolspro-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"govtoolspro-mcp-server"
],
"env": {
"GOVTOOLSPRO_API_KEY": "<your GOVTOOLSPRO_API_KEY>",
"GOVTOOLSPRO_API_BASE": "<your GOVTOOLSPRO_API_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"govtoolspro-mcp-server": {
"command": "npx",
"args": [
"-y",
"govtoolspro-mcp-server"
],
"env": {
"GOVTOOLSPRO_API_KEY": "<your GOVTOOLSPRO_API_KEY>",
"GOVTOOLSPRO_API_BASE": "<your GOVTOOLSPRO_API_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"govtoolspro-mcp-server": {
"command": "npx",
"args": [
"-y",
"govtoolspro-mcp-server"
],
"env": {
"GOVTOOLSPRO_API_KEY": "<your GOVTOOLSPRO_API_KEY>",
"GOVTOOLSPRO_API_BASE": "<your GOVTOOLSPRO_API_BASE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.smythmyke%2Fgovtoolspro-mcp-server)<a href="https://mcptoplist.com/server/io.github.smythmyke%2Fgovtoolspro-mcp-server"><img src="https://mcptoplist.com/badge/io.github.smythmyke%2Fgovtoolspro-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
smythmyke
Other servers by smythmyke
- AI Patent Search#42,261 · 1 ver
- MarkItUp - AI Image Marketing and Annotation#42,287 · 1 ver
- Jackpot Keywords#47,504 · 2 vers
- JackpotKeywords#56,204 · 1 ver
- Bull Generator#56,205 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 3, 2026 |
Frequently asked questions
- Who maintains GovToolsPro?
- GovToolsPro is maintained by smythmyke, which publishes 6 MCP servers (7 total versions) tracked on MCP Toplist.
- Is GovToolsPro listed on the Official MCP Registry?
- Yes — GovToolsPro is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does GovToolsPro have?
- MCP Toplist tracks 1 version of GovToolsPro, most recently published on Jun 3, 2026.
- Where can I find the source code for GovToolsPro?
- The source code for GovToolsPro is hosted at github.com/smythmyke/govtoolspro-mcp-server.