KosmoKrator

communication

BlandAI MCP, CLI, and Lua Integration for AI Agents

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

5 functions 4 read 1 write API key auth

BlandAI 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
blandai
route_slug
blandai
package
blandai
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

BlandAI MCP Client Matrix

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

BlandAI CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
blandai.blandai_make_call Write write 6 Initiate an AI-powered phone call via BlandAI. The AI agent will follow the provided task instructions and speak using the specified voice.
blandai.blandai_get_call Read read 1 Retrieve details for a specific BlandAI phone call, including status, transcript, duration, and metadata.
blandai.blandai_list_calls Read read 2 List BlandAI phone calls with optional pagination. Returns call summaries including status, duration, and phone numbers.
blandai.blandai_analyze_call Read read 2 Analyze a BlandAI call transcript with a custom prompt. Extract insights, summarize the conversation, or evaluate call outcomes.
blandai.blandai_get_current_user Read read 0 Get the authenticated BlandAI user's account information. Useful for verifying credentials and checking account details.