check_agent_prerequisites
ActiveTool of cloud.redu/mcp
declared in 2.0.0
Checks if your account has everything needed to run autonomous coding agents. Returns a checklist: API key validity, private network, SSH keypair, and billing. Safe to call anytime — read-only. Call this first before create_controller.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"github_pat": {
"type": "string",
"description": "GitHub Personal Access Token to validate (repo + workflow scopes required)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
cloud.redu/mcp
1/7 registries