KosmoKrator

marketing

Tapfiliate MCP, CLI, and Lua Integration for AI Agents

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

5 functions 4 read 1 write API key auth

Tapfiliate 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
tapfiliate
route_slug
tapfiliate
package
tapfiliate
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Tapfiliate MCP Client Matrix

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

Tapfiliate CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
tapfiliate.tapfiliate_list_affiliates Read read 2 List affiliates in your Tapfiliate account. Returns paginated results with affiliate IDs, emails, names, and status.
tapfiliate.tapfiliate_get_affiliate Read read 1 Get detailed information about a specific affiliate by their ID. Includes email, name, status, and metadata.
tapfiliate.tapfiliate_list_conversions Read read 8 List conversions in your Tapfiliate account. Supports filtering by affiliate, campaign, date range, and status. Results are paginated.
tapfiliate.tapfiliate_create_conversion Write write 7 Create a new conversion in Tapfiliate. Associates a revenue amount with an affiliate using a unique external ID (e.g., order ID or transaction reference).
tapfiliate.tapfiliate_get_current_user Read read 0 Get the currently authenticated Tapfiliate user profile. Useful for verifying API credentials and checking account details.