ScopeGate✓
io.github.alifanov/scopegate · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.alifanov/scopegate",
"description": "Granular permission gateway for MCP agents. Per-agent scopes for Google Drive, Gmail, Calendar.",
"title": "ScopeGate",
"repository": {
"url": "https://github.com/alifanov/scopegate",
"source": "github"
},
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.scopegate.cloud/{api_key}",
"variables": {
"api_key": {
"description": "Your ScopeGate API key. Create one at https://scopegate.dev — connect a service, define permissions, and copy the endpoint API key.",
"isRequired": true,
"isSecret": true
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}