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_keyAPI key- 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. Tapfiliate CLIHeadless setup and direct function calls. Tapfiliate 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.
Tapfiliate MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Tapfiliate.
Claude Code Tapfiliate MCP setup for Claude Code. Cursor Tapfiliate MCP setup for Cursor. Codex Tapfiliate MCP setup for Codex. OpenAI Agents Tapfiliate MCP setup for OpenAI Agents SDK. Claude Agent SDK Tapfiliate MCP setup for Claude Agent SDK. Vercel AI SDK Tapfiliate MCP setup for Vercel AI SDK. LangChain Tapfiliate MCP setup for LangChain. LangGraph Tapfiliate MCP setup for LangGraph. CrewAI Tapfiliate MCP setup for CrewAI. MCP clients Tapfiliate MCP setup for Generic MCP Clients.
Tapfiliate CLI Matrix
Use these pages for direct Tapfiliate CLI workflows in scripts, CI, cron, and agent wrappers.
CI Tapfiliate CLI for CI. Cron Jobs Tapfiliate CLI for cron jobs. Shell Scripts Tapfiliate CLI for shell scripts. Headless Automation Tapfiliate CLI for headless automation. Coding Agents Tapfiliate CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |