# Bland AI — MCP server on mcp.ai > Connect your Bland AI account and use 10 tools for AI agents straight from your AI agent. Connect with your own API key. Bland AI is a conversational AI platform for building, operating, and evaluating voice agents, calls, messaging, and related communications workflows. By: mcp.ai · official Page: https://mcp.ai/bland_ai ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_bland_ai?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/bland_ai/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/bland_ai/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/bland_ai/skill.md Postman collection (v2.1): https://mcp.ai/bland_ai/postman.json ## Tools - bland_ai_create_pathway_folder(name: string, parent_folder_id?: string) — Create an empty pathway folder, optionally nested under an existing folder, without running calls or agents. - bland_ai_delete_pathway_folder(folder_id: string) — Delete an empty pathway folder by ID; folders containing pathways or subfolders must be emptied first. - bland_ai_get_account_details() — Return the connected Bland AI account's status, call count, balance, and refill settings without changing the account. - bland_ai_list_calls(cursor?: string, inbound?: boolean, sort_by?: string, batch_id?: string, end_date?: string, timezone?: string, ascending?: boolean, completed?: boolean, to_number?: string, created_at?: string, start_date?: string, answered_by?: string, campaign_id?: string, duration_gt?: number, duration_lt?: number, from_number?: string, update_end_date?: string, update_start_date?: string) — Search the connected account's existing inbound and outbound call history without placing or modifying calls. - bland_ai_list_contacts(limit?: integer, cursor?: string) — Return organization contacts and their identifiers and memory records one page at a time. - bland_ai_list_knowledge_bases(limit?: integer, cursor?: string) — Return one page of the connected Bland AI organization's knowledge bases, including processing status, source details, and file metadata. - bland_ai_list_pathway_folders() — Return all pathway folders and their parent relationships from Bland's US regional pathway service. - bland_ai_list_pathways() — Return all conversational pathways, including their names, descriptions, nodes, and edges. - bland_ai_list_tools(limit?: integer, cursor?: string, search?: string, order_by?: string, order_direction?: string) — Search and page through the active or draft tools configured for Bland agents. - bland_ai_rename_pathway_folder(name: string, folder_id: string) — Rename an existing pathway folder without moving or changing any pathways inside it. ## Example prompts - "What can I do in Bland AI?" - "Show me a summary of my Bland AI account" ## Links Docs: https://mcp.ai/docs/mcps/bland_ai Website: https://mcp.ai/mcps/bland_ai