KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Klipfolio MCP Client Matrix

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

Klipfolio CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
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.