KosmoKrator

ai

Anthropic MCP, CLI, and Lua Integration for AI Agents

Anthropic integration docs for AI agents: MCP gateway setup, Anthropic CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write API key auth

Anthropic for agents

Credentials can be configured manually in web or CLI hosts.

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
anthropic
route_slug
anthropic
package
anthropic
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Anthropic MCP Client Matrix

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

Anthropic CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
anthropic.anthropic_list_messages Read read 4 List messages in the Anthropic conversation history. Returns paginated message resources with optional filtering by model, date, and ID.
anthropic.anthropic_create_message Write write 8 Send a prompt to Claude and receive an AI-generated response. Supports multi-turn conversations, system prompts, temperature control, and configurable output length.
anthropic.anthropic_list_models Read read 3 List available Anthropic AI models. Returns model identifiers, creation dates, and display names.
anthropic.anthropic_get_model Read read 1 Get detailed information about a specific Anthropic model, including its display name, creation date, and capabilities.
anthropic.anthropic_list_workspaces Read read 3 List Anthropic workspaces. Returns workspace identifiers, names, and configuration details.
anthropic.anthropic_get_workspace Read read 1 Get detailed information about a specific Anthropic workspace, including its name, configuration, and usage settings.
anthropic.anthropic_get_current_user Read read 0 Get the authenticated user's profile and account information.