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_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. BlandAI CLIHeadless setup and direct function calls. BlandAI 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.
BlandAI MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for BlandAI.
Claude Code BlandAI MCP setup for Claude Code. Cursor BlandAI MCP setup for Cursor. Codex BlandAI MCP setup for Codex. OpenAI Agents BlandAI MCP setup for OpenAI Agents SDK. Claude Agent SDK BlandAI MCP setup for Claude Agent SDK. Vercel AI SDK BlandAI MCP setup for Vercel AI SDK. LangChain BlandAI MCP setup for LangChain. LangGraph BlandAI MCP setup for LangGraph. CrewAI BlandAI MCP setup for CrewAI. MCP clients BlandAI MCP setup for Generic MCP Clients.
BlandAI CLI Matrix
Use these pages for direct BlandAI CLI workflows in scripts, CI, cron, and agent wrappers.
CI BlandAI CLI for CI. Cron Jobs BlandAI CLI for cron jobs. Shell Scripts BlandAI CLI for shell scripts. Headless Automation BlandAI CLI for headless automation. Coding Agents BlandAI CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |