CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

GovRider

carlosahumada89/govrider-mcp-server
4authSTDIOregistry active
Summary

Connects Claude to GovRider's database of live government tenders, RFPs, grants, and frameworks from 25+ official sources across the US, EU, UK, Latin America, Africa, and Asia Pacific. Exposes three tools: search_opportunities for free discovery search with basic filters, search_enriched for AI-powered matching that returns fit memos and political context analysis (costs 1 credit), and check_credits to monitor your balance. You describe your tech product or consulting service and get ranked matches against opportunities updated nightly. Useful when you're selling to government but don't want to manually trawl procurement portals, or when you need to qualify whether there's actual demand for what you're building before investing in bid prep.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

GovRider MCP Server

Match your tech product or consulting service to thousands of live government tenders, RFPs, grants, and frameworks from 25+ official sources worldwide.

npm version npm downloads license GovRider

govrider-mcp-server MCP server

What is GovRider?

GovRider 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.

  • Thousands of live opportunities from 25+ official government portals and international organisations
  • Covers the US, EU, UK, Latin America, Africa, and Asia Pacific
  • Updated nightly - only live, open opportunities are returned
  • AI-enriched - every opportunity is verified, analysed, and semantically indexed
  • Describe what you sell or what you are building and get ranked matches in seconds

Quick Start

1. Get an API key

Sign up at govrider.ai and create an API key at govrider.ai/app/api-keys.

2. Install

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

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

Restart Claude Desktop after saving.

Claude Code

Add to .claude/settings.json in your project or ~/.claude/settings.json globally:

{
  "mcpServers": {
    "govrider": {
      "command": "npx",
      "args": ["-y", "@govrider/mcp-server"],
      "env": {
        "GOVRIDER_API_KEY": "gr_live_your_key_here"
      }
    }
  }
}
VS Code / Cursor

Add to your workspace .vscode/mcp.json:

{
  "servers": {
    "govrider": {
      "command": "npx",
      "args": ["-y", "@govrider/mcp-server"],
      "env": {
        "GOVRIDER_API_KEY": "gr_live_your_key_here"
      }
    }
  }
}

Tools

search_opportunities (FREE)

Discovery search across all sources. No credits required.

ParameterTypeRequiredDescription
querystringYesDescription of your technology, product, or service (min 10 chars)
regionstringNoFilter: "EU", "US Federal", "UK", "Latin America", "Asia Pacific", "Africa"
countrystringNoFilter: "France", "Colombia", "Australia", etc.
funding_typestringNoFilter: "Tender", "Grant", "RFP", "SBIR/STTR", "Framework"
limitnumberNoResults to return, 1-10 (default 10)

Returns for each match:

  • Sector category
  • Region
  • Funding type
  • Estimated value
  • Deadline
  • Status

search_enriched (1 credit)

High precision matching via GovRider's proprietary AI architecture.

ParameterTypeRequiredDescription
querystringYesDetailed description of your technology, product, or service (min 20 chars). More detail = better matches.
regionstringNoFilter: "EU", "US Federal", "UK", "Latin America", "Asia Pacific", "Africa"
countrystringNoFilter: "France", "Colombia", "Australia", etc.
funding_typestringNoFilter: "Tender", "Grant", "RFP", "SBIR/STTR", "Framework"

Returns for each match (10 results):

  • Match score (0-100)
  • GovRider's strategic fit memo assessing your tech solution or consulting offer suitability
  • GovRider's political context analysis of opportunities identified
  • Translated English title
  • Full description
  • Agency and country
  • Direct application URL
  • Document URLs
  • Keywords
  • Deadline and estimated value

check_credits

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


Configuration

Environment VariableRequiredDescription
GOVRIDER_API_KEYYesYour GovRider API key. Get one at govrider.ai/app/api-keys
GOVRIDER_API_BASENoOverride API base URL (default: https://www.govrider.ai)

Examples

GovRider works by matching what you sell or build against live government opportunities. Describe your product or service, and GovRider finds where the demand is.

Tech product

"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."

Tech consulting

"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."


Coverage

  • Data from 25+ official government portals and international organisations
  • Regions: US, EU, UK, Latin America, Africa, Asia Pacific
  • All data is refreshed nightly
  • Only live, open opportunities are returned

Pricing

ToolCost
search_opportunitiesFree
search_enriched1 credit
check_creditsFree

Buy credits at govrider.ai/pricing.


Security

  • API keys are transmitted over HTTPS only
  • Keys are never stored in plaintext on GovRider's servers (SHA-256 hashed)
  • Rate limit: 60 requests per minute per API key
  • Report security issues to contact@govrider.ai

Development

# Clone
git clone https://github.com/carlosahumada89/govrider-mcp-server.git
cd govrider-mcp-server

# Install dependencies
npm install

# Build
npm run build

# Run locally
GOVRIDER_API_KEY=gr_live_... node build/index.js

License

MIT - see LICENSE.


govrider.ai - Pricing - Contact

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

GOVRIDER_API_KEY*secret

Your GovRider API key from govrider.ai/app/api-keys

Registryactive
Package@govrider/mcp-server
TransportSTDIO
AuthRequired
UpdatedMar 12, 2026
View on GitHub