KosmoKrator

marketing

Freshmarketer MCP, CLI, and Lua Integration for AI Agents

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

7 functions 6 read 1 write Bearer token auth

Freshmarketer 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
freshmarketer
route_slug
freshmarketer
package
freshmarketer
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

Freshmarketer MCP Client Matrix

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

Freshmarketer CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
freshmarketer.freshmarketer_list_campaigns Read read 3 List marketing campaigns from Freshmarketer. Supports pagination and filtering by status (e.g., "active", "completed", "draft").
freshmarketer.freshmarketer_get_campaign Read read 1 Get detailed information about a specific marketing campaign by its ID.
freshmarketer.freshmarketer_create_campaign Write write 3 Create a new marketing campaign in Freshmarketer. Specify the campaign name, channels (e.g., "email"), and an optional schedule.
freshmarketer.freshmarketer_list_segments Read read 2 List contact segments in Freshmarketer. Supports pagination to browse through all segments.
freshmarketer.freshmarketer_get_segment Read read 1 Get detailed information about a specific contact segment by its ID.
freshmarketer.freshmarketer_list_users Read read 0 List all users in the Freshmarketer account.
freshmarketer.freshmarketer_get_current_user Read read 0 Get the profile of the currently authenticated Freshmarketer user.