GovRider✓
io.github.carlosahumada89/govrider-mcp-server · v1.1.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.carlosahumada89/govrider-mcp-server",
"description": "Match tech products and consulting services to live government tenders, grants, and RFPs",
"title": "GovRider",
"repository": {
"url": "https://github.com/carlosahumada89/govrider-mcp-server",
"source": "github"
},
"version": "1.1.3",
"packages": [
{
"registryType": "npm",
"identifier": "@govrider/mcp-server",
"version": "1.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your GovRider API key from govrider.ai/app/api-keys",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GOVRIDER_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}