analytics
Klipfolio MCP, CLI, and Lua Integration for AI Agents
Klipfolio integration docs for AI agents: MCP gateway setup, Klipfolio CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
Klipfolio 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
klipfolio- route_slug
klipfolio- package
klipfolio- auth_strategy
bearer_tokenBearer token- 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. Klipfolio CLIHeadless setup and direct function calls. Klipfolio 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.
Klipfolio MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Klipfolio.
Claude Code Klipfolio MCP setup for Claude Code. Cursor Klipfolio MCP setup for Cursor. Codex Klipfolio MCP setup for Codex. OpenAI Agents Klipfolio MCP setup for OpenAI Agents SDK. Claude Agent SDK Klipfolio MCP setup for Claude Agent SDK. Vercel AI SDK Klipfolio MCP setup for Vercel AI SDK. LangChain Klipfolio MCP setup for LangChain. LangGraph Klipfolio MCP setup for LangGraph. CrewAI Klipfolio MCP setup for CrewAI. MCP clients Klipfolio MCP setup for Generic MCP Clients.
Klipfolio CLI Matrix
Use these pages for direct Klipfolio CLI workflows in scripts, CI, cron, and agent wrappers.
CI Klipfolio CLI for CI. Cron Jobs Klipfolio CLI for cron jobs. Shell Scripts Klipfolio CLI for shell scripts. Headless Automation Klipfolio CLI for headless automation. Coding Agents Klipfolio CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
klipfolio.klipfolio_list_dashboards | Read read | 2 | List all dashboards accessible to the authenticated user in Klipfolio. Returns dashboard IDs, names, and metadata. |
klipfolio.klipfolio_get_dashboard | Read read | 1 | Get details for a specific Klipfolio dashboard by ID, including its layout, Klips, and sharing settings. |
klipfolio.klipfolio_list_metrics | Read read | 2 | List all metrics accessible to the authenticated user in Klipfolio. Returns metric IDs, names, and associated data sources. |
klipfolio.klipfolio_get_metric | Read read | 1 | Get details for a specific Klipfolio metric by ID, including its formula, data bindings, and formatting. |
klipfolio.klipfolio_list_datasources | Read read | 2 | List all data sources accessible to the authenticated user in Klipfolio. Returns data source IDs, names, and connector types. |
klipfolio.klipfolio_get_datasource | Read read | 1 | Get details for a specific Klipfolio data source by ID, including its connector type, refresh settings, and configuration. |
klipfolio.klipfolio_get_current_user | Read read | 0 | Get the authenticated Klipfolio user's profile information, including name, email, and role. |