KosmoKrator

authentication

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.

7 functions 6 read 1 write No credentials auth

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.

Machine-Readable Metadata
integration_slug
recaptcha
route_slug
recaptcha
package
recaptcha
auth_strategy
none No credentials
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
false

Quick Links

reCAPTCHA MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for reCAPTCHA.

reCAPTCHA CLI Matrix

Use these pages for direct reCAPTCHA CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

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