How to Use the AppsFlyer (Pull API) MCP in Claude Code
Pipe AppsFlyer attribution data straight into your terminal. Let Claude Code automate marketing reports and ETL pipelines from the CLI.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AppsFlyer (Pull API) MCP to Claude Code
Create your Vinkius account to connect AppsFlyer (Pull API) to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate marketing ETL pipelines
Terminal dwellers don't want to click through web dashboards to export CSVs. Run a headless command to fetch yesterday's numbers, and your agent triggers `get_daily_report` in the background. It grabs the aggregate metrics and pipes them directly into your PostgreSQL database via a shell script. Setting up cron jobs takes minutes. You tell the CLI to pull weekly partner metrics, and it uses `get_partners_report` to grab the media source breakdown. The agent writes a Python script, schedules the job, and logs the output without ever opening a browser.
Process raw attribution logs via MCP Server
Handling massive event streams requires terminal-native tools. Pass a prompt to your CLI agent, and it fires `get_in_app_events_report` to download the raw event payloads. It pipes that output into jq, filters for specific purchase events, and writes the clean data to a local JSON file. Tracking churn is just as straightforward. The agent runs `get_uninstalls_report` to fetch raw drop-off data, then writes a quick bash script to compare those timestamps against your deployment logs. You get instant answers right in your SSH session.
Query regional install metrics in Claude Code
Analyzing regional ad spend works perfectly from the command line. Your agent calls `get_geo_report` to pull aggregate performance numbers by country. It formats the output into an ASCII table and prints it directly to stdout. Digging into acquisition channels happens instantly. The CLI uses `get_account_check` to validate your token, then pulls `get_installs_report` to grab non-organic install records. It processes the raw data and alerts you to any suspicious traffic spikes.
Set up AppsFlyer (Pull API) MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeappsflyer-pull-api-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest AppsFlyer (Pull API) transactions." It will automatically discover and invoke the available AppsFlyer (Pull API) tools.
claude mcp add --transport http appsflyer-pull-api-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about AppsFlyer (Pull API) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AppsFlyer (Pull API) MCP today
We host it, we monitor it, we maintain it. You just paste one token.