mcp-redtrack
Quick start
npx mcp-redtrack setup YOUR_API_KEYThis prints the config snippet for your MCP client.
Claude Code
claude mcp add redtrack -e REDTRACK_API_KEY=YOUR_API_KEY -- npx mcp-redtrackClaude Desktop / Cursor
Add to your MCP settings JSON:
{
"mcpServers": {
"redtrack": {
"command": "npx",
"args": ["mcp-redtrack"],
"env": {
"REDTRACK_API_KEY": "YOUR_API_KEY"
}
}
}
}Tools (14)
Campaigns
Tool | Description |
| List campaigns with filtering by title, status, source, tags, date range |
| Get single campaign by ID with full config |
| List campaigns via v2 endpoint |
Logs
Tool | Description |
| Click-level log with IP, country, device, campaign details (max 10k/page) |
| Conversion log with payout, cost, revenue, attribution (max 10k/page) |
Reports
Tool | Description |
| Aggregated stats grouped by dimension (campaign, offer, country, date, sub1-20, etc.) |
Entities
Tool | Description |
| List offers with filtering |
| Single offer by ID |
| List traffic sources |
| Single source by ID |
| List affiliate networks |
| List landing pages |
| Account settings (timezone, currency, conversion types) |
Environment variables
Variable | Required | Default | Description |
| Yes | — | Your RedTrack API key |
| No |
| Path to .env file |
Development
bun install # install deps
bun run dev # run MCP server
bun test # run tests
bun run lint # check formatting & lint
bun run inspect # open MCP inspector
bun run build # compile standalone binary
bun run build:npm # bundle for Node.js / npmLicense
MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pijusz/mcp-redtrack'
If you have feedback or need assistance with the MCP directory API, please join our Discord server