Gov Rider MCP Server

Match your tech product or consulting service to thousands of live government tenders, RFPs, grants, and frameworks from 25+ official sources worldwide. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

NO LONGER MAINTAINED

LAST COMMIT 2026-03-12 · ★ 6 · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Gov Rider

before you install - you'll need

GOVRIDER_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add carlosahumada89-govrider-mcp-server -- npx -y @govrider/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "carlosahumada89-govrider-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@govrider/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repository archived on GitHub - read-only; no future fixes, security or otherwise

license MIT - declared in the repository

npm package @govrider/mcp-server - the @govrider scope differs from the repo owner (carlosahumada89); confirm it's the project's official package

registry namespace io.github.carlosahumada89 is GitHub-verified and matches the repo owner

03 · What Gov Rider can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 1 documented tool, including check_credits.

The 1 tools it gives your agent

Extracted from the project's README - what GovRider lets an agent do.

check_credits
- Check your GovRider credit balance and database status. No parameters required.

Latest releases

v1.1.3 · 2026-03-12

Initial public release - MCP server for government procurement matching

04 · Who maintains Gov Rider

GovRider is maintained by carlosahumada89. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
other - dead as of 2026-08-25.
registry
io.github.carlosahumada89/govrider-mcp-server (active, first published 2026-03-12)
packages
npm:@govrider/mcp-server

06 · Gov Rider FAQ

What is Gov Rider?

Match your tech product or consulting service to thousands of live government tenders, RFPs, grants, and frameworks from 25+ official sources worldwide. It runs locally over stdio via the published package.

Is Gov Rider still maintained?

Its last commit was 2026-03-12 (as of 2026-08-25) - we classify it as dead.

How do I install Gov Rider?

Run `npx -y @govrider/mcp-server`. The README documents one environment variable (GOVRIDER_API_KEY) to set first. You can also paste the ready-made client config above.

Does Gov Rider run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Gov Rider