{
  "markdown": "<p align=\"center\">\n  <h1 align=\"center\">GovRider MCP Server</h1>\n</p>\n\n<p align=\"center\">\n  Match your tech product or consulting service to thousands of live government tenders, RFPs, grants, and frameworks from 25+ official sources worldwide.\n</p>\n\n<p align=\"center\">\n  <a href=\"https://www.npmjs.com/package/@govrider/mcp-server\"><img src=\"https://img.shields.io/npm/v/@govrider/mcp-server?color=00f5ff&label=npm\" alt=\"npm version\"></a>\n  <a href=\"https://www.npmjs.com/package/@govrider/mcp-server\"><img src=\"https://img.shields.io/npm/dm/@govrider/mcp-server?color=0066ff&label=downloads\" alt=\"npm downloads\"></a>\n  <a href=\"https://github.com/carlosahumada89/govrider-mcp-server/blob/main/LICENSE\"><img src=\"https://img.shields.io/github/license/carlosahumada89/govrider-mcp-server\" alt=\"license\"></a>\n  <a href=\"https://govrider.ai\"><img src=\"https://img.shields.io/badge/govrider.ai-live-39ff14\" alt=\"GovRider\"></a>\n</p>\n\n<a href=\"https://glama.ai/mcp/servers/carlosahumada89/govrider-mcp-server\">\n  <img width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/carlosahumada89/govrider-mcp-server/badge\" alt=\"govrider-mcp-server MCP server\" />\n</a>\n\n---\n\n## What is GovRider?\n\nGovRider is for **any tech company, consultancy, or individual** with a technology product or service. You don't need to be a government specialist. If you build or sell technology, there are governments looking to buy it.\n\n- **Thousands of live opportunities** from 25+ official government portals and international organisations\n- **Covers** the US, EU, UK, Latin America, Africa, and Asia Pacific\n- **Updated nightly** - only live, open opportunities are returned\n- **AI-enriched** - every opportunity is verified, analysed, and semantically indexed\n- **Describe what you sell** or what you are building and get ranked matches in seconds\n\n---\n\n## Quick Start\n\n### 1. Get an API key\n\nSign up at [govrider.ai](https://govrider.ai) and create an API key at [govrider.ai/app/api-keys](https://govrider.ai/app/api-keys).\n\n### 2. Install\n\n<details open>\n<summary><strong>Claude Desktop</strong></summary>\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows):\n\n```json\n{\n  \"mcpServers\": {\n    \"govrider\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@govrider/mcp-server\"],\n      \"env\": {\n        \"GOVRIDER_API_KEY\": \"gr_live_your_key_here\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop after saving.\n</details>\n\n<details>\n<summary><strong>Claude Code</strong></summary>\n\nAdd to `.claude/settings.json` in your project or `~/.claude/settings.json` globally:\n\n```json\n{\n  \"mcpServers\": {\n    \"govrider\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@govrider/mcp-server\"],\n      \"env\": {\n        \"GOVRIDER_API_KEY\": \"gr_live_your_key_here\"\n      }\n    }\n  }\n}\n```\n</details>\n\n<details>\n<summary><strong>VS Code / Cursor</strong></summary>\n\nAdd to your workspace `.vscode/mcp.json`:\n\n```json\n{\n  \"servers\": {\n    \"govrider\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@govrider/mcp-server\"],\n      \"env\": {\n        \"GOVRIDER_API_KEY\": \"gr_live_your_key_here\"\n      }\n    }\n  }\n}\n```\n</details>\n\n---\n\n## Tools\n\n### `search_opportunities` (FREE)\n\nDiscovery search across all sources. No credits required.\n\n| Parameter | Type | Required | Description |\n|-----------|------|----------|-------------|\n| `query` | string | Yes | Description of your technology, product, or service (min 10 chars) |\n| `region` | string | No | Filter: \"EU\", \"US Federal\", \"UK\", \"Latin America\", \"Asia Pacific\", \"Africa\" |\n| `country` | string | No | Filter: \"France\", \"Colombia\", \"Australia\", etc. |\n| `funding_type` | string | No | Filter: \"Tender\", \"Grant\", \"RFP\", \"SBIR/STTR\", \"Framework\" |\n| `limit` | number | No | Results to return, 1-10 (default 10) |\n\n**Returns for each match:**\n- Sector category\n- Region\n- Funding type\n- Estimated value\n- Deadline\n- Status\n\n---\n\n### `search_enriched` (1 credit)\n\nHigh precision matching via GovRider's proprietary AI architecture.\n\n| Parameter | Type | Required | Description |\n|-----------|------|----------|-------------|\n| `query` | string | Yes | Detailed description of your technology, product, or service (min 20 chars). More detail = better matches. |\n| `region` | string | No | Filter: \"EU\", \"US Federal\", \"UK\", \"Latin America\", \"Asia Pacific\", \"Africa\" |\n| `country` | string | No | Filter: \"France\", \"Colombia\", \"Australia\", etc. |\n| `funding_type` | string | No | Filter: \"Tender\", \"Grant\", \"RFP\", \"SBIR/STTR\", \"Framework\" |\n\n**Returns for each match (10 results):**\n- Match score (0-100)\n- GovRider's strategic fit memo assessing your tech solution or consulting offer suitability\n- GovRider's political context analysis of opportunities identified\n- Translated English title\n- Full description\n- Agency and country\n- Direct application URL\n- Document URLs\n- Keywords\n- Deadline and estimated value\n\n---\n\n### `check_credits`\n\nCheck your GovRider credit balance and database status. No parameters required.\n\n---\n\n## Configuration\n\n| Environment Variable | Required | Description |\n|---------------------|----------|-------------|\n| `GOVRIDER_API_KEY` | Yes | Your GovRider API key. Get one at [govrider.ai/app/api-keys](https://govrider.ai/app/api-keys) |\n| `GOVRIDER_API_BASE` | No | Override API base URL (default: `https://www.govrider.ai`) |\n\n---\n\n## Examples\n\nGovRider works by matching **what you sell or build** against live government opportunities. Describe your product or service, and GovRider finds where the demand is.\n\n### Tech product\n\n> *\"We build a cloud-based ERP platform for finance teams. Key modules include budget forecasting, procurement workflow automation, and real-time spend analytics. We integrate with SAP and any cloud provider via API.\"*\n\n### Tech consulting\n\n> *\"Our firm provides cybersecurity advisory and implementation services: penetration testing, SOC setup, zero-trust architecture design, and GDPR/NIS2 compliance audits. We specialise in critical infrastructure and defence clients.\"*\n\n---\n\n## Coverage\n\n- Data from **25+ official government portals** and **international organisations**\n- Regions: US, EU, UK, Latin America, Africa, Asia Pacific\n- All data is refreshed **nightly**\n- Only **live, open** opportunities are returned\n\n---\n\n## Pricing\n\n| Tool | Cost |\n|------|------|\n| `search_opportunities` | **Free** |\n| `search_enriched` | **1 credit** |\n| `check_credits` | **Free** |\n\nBuy credits at [govrider.ai/pricing](https://govrider.ai/pricing).\n\n---\n\n## Security\n\n- API keys are transmitted over HTTPS only\n- Keys are never stored in plaintext on GovRider's servers (SHA-256 hashed)\n- Rate limit: 60 requests per minute per API key\n- Report security issues to [contact@govrider.ai](mailto:contact@govrider.ai)\n\n---\n\n## Development\n\n```bash\n# Clone\ngit clone https://github.com/carlosahumada89/govrider-mcp-server.git\ncd govrider-mcp-server\n\n# Install dependencies\nnpm install\n\n# Build\nnpm run build\n\n# Run locally\nGOVRIDER_API_KEY=gr_live_... node build/index.js\n```\n\n---\n\n## License\n\nMIT - see [LICENSE](LICENSE).\n\n---\n\n<p align=\"center\">\n  <a href=\"https://govrider.ai\">govrider.ai</a> -\n  <a href=\"https://govrider.ai/pricing\">Pricing</a> -\n  <a href=\"mailto:contact@govrider.ai\">Contact</a>\n</p>",
  "bytes": 7267,
  "sha": "4282573ac7499bcc8b5a719ebe21371660435a8e2d2d81550e4bf2313fd4f73c",
  "repo_slug": "carlosahumada89/govrider-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_carlosahumada89_govrider_mcp_s_724d24ec/readme"
}