data
reCAPTCHA MCP, CLI, and Lua Integration for AI Agents
reCAPTCHA integration docs for AI agents: MCP gateway setup, reCAPTCHA CLI commands, Lua API reference, credentials, and function schemas.reCAPTCHA for agents
No credentials required; available in web and CLI hosts when runtime dependencies are installed.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
recaptcha.recaptcha_list_assessments | Read read | 3 | List reCAPTCHA Enterprise assessments for a Google Cloud project. Returns assessment names, scores, token properties, and event details. Supports pagination with page size and page token. |
recaptcha.recaptcha_get_assessment | Read read | 1 | Get a single reCAPTCHA Enterprise assessment by its full resource name. Returns the score, token properties, event details, and risk analysis. |
recaptcha.recaptcha_create_assessment | Write write | 5 | Create a reCAPTCHA Enterprise assessment to evaluate a reCAPTCHA token. Provide the project parent, the token to evaluate, and the site key. Returns score, token validity, and action verification. |
recaptcha.recaptcha_list_keys | Read read | 3 | List reCAPTCHA Enterprise site keys for a Google Cloud project. Returns key names, display names, web settings, and integration type. Supports pagination. |
recaptcha.recaptcha_get_key | Read read | 1 | Get a reCAPTCHA Enterprise site key by its full resource name. Returns the key configuration including web, Android, and iOS settings. |
recaptcha.recaptcha_list_annotations | Read read | 3 | List annotations for a reCAPTCHA Enterprise assessment. Annotations provide feedback on assessment results (LEGITIMATE, FRAUDULENT, etc.) to improve model accuracy. Supports pagination. |
recaptcha.recaptcha_get_current_user | Read read | 0 | Get information about the current reCAPTCHA Enterprise API access. Returns the list of accessible projects to verify connectivity. |