update_captcha_status — l0 py blocks mcp MCP Tool Mutating
update_captcha_status
(update captcha status) is one of 36 tools on the
l0 py blocks mcp
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call update_captcha_status from your client
- Claude Code l0 py blocks mcp update_captcha_status run in your project directory
- Claude Desktop l0 py blocks mcp update_captcha_status ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor l0 py blocks mcp update_captcha_status ~/.cursor/mcp.json
- VS Code l0 py blocks mcp update_captcha_status .vscode/mcp.json
- Zed l0 py blocks mcp update_captcha_status ~/.config/zed/settings.json
- Windsurf l0 py blocks mcp update_captcha_status ~/.codeium/windsurf/mcp_config.json
- Cline l0 py blocks mcp update_captcha_status ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI l0 py blocks mcp update_captcha_status ~/.gemini/settings.json
- Grok l0 py blocks mcp update_captcha_status .mcp.json (in your project root)
- ChatGPT l0 py blocks mcp update_captcha_status Settings → Connectors → Advanced → Developer mode
- Claude.ai l0 py blocks mcp update_captcha_status Settings → Connectors → Add custom connector
- LangChain l0 py blocks mcp update_captcha_status pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http l0-py-blocks-mcp https://ai.seliseblocks.com/mcp
Other tools on this server
- activate_social_login
- get_authentication_config
- add_sso_credential
- check_blocks_cli
- install_blocks_cli
- list_roles
- create_role
- list_permissions
- create_permission
- update_permission
- get_resource_groups
- set_role_permissions
- get_role_permissions
- enable_email_mfa
- enable_authenticator_mfa
- get_projects
- set_application_domain
- create_project
- get_auth_status
- get_global_state
- create_schema
- list_schemas
- get_schema
- update_schema_fields
- finalize_schema
- configure_blocks_data_gateway
- get_blocks_data_gateway_config
- save_captcha_config
- list_captcha_configs
- get_translation_languages
- get_translation_modules
- get_module_keys
- create_module
- save_module_keys_with_translations
- publish_translation
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.