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
noneNo credentials- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
false
Quick Links
Lua APIAgent-facing namespace and function reference. reCAPTCHA CLIHeadless setup and direct function calls. reCAPTCHA MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
reCAPTCHA MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for reCAPTCHA.
Claude Code reCAPTCHA MCP setup for Claude Code. Cursor reCAPTCHA MCP setup for Cursor. Codex reCAPTCHA MCP setup for Codex. OpenAI Agents reCAPTCHA MCP setup for OpenAI Agents SDK. Claude Agent SDK reCAPTCHA MCP setup for Claude Agent SDK. Vercel AI SDK reCAPTCHA MCP setup for Vercel AI SDK. LangChain reCAPTCHA MCP setup for LangChain. LangGraph reCAPTCHA MCP setup for LangGraph. CrewAI reCAPTCHA MCP setup for CrewAI. MCP clients reCAPTCHA MCP setup for Generic MCP Clients.
reCAPTCHA CLI Matrix
Use these pages for direct reCAPTCHA CLI workflows in scripts, CI, cron, and agent wrappers.
CI reCAPTCHA CLI for CI. Cron Jobs reCAPTCHA CLI for cron jobs. Shell Scripts reCAPTCHA CLI for shell scripts. Headless Automation reCAPTCHA CLI for headless automation. Coding Agents reCAPTCHA CLI for coding agents.
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. |