Developers

Build on TrackOfferz. AI-native by design.

Connect any AI agent over the Model Context Protocol, install an official SDK, or call the REST API directly. Everything is scoped to your network by a single key.

Step 1

Create a network key

Generate a tofz_sk_… key under Settings → API keys. It scopes everything to your network.

Step 2

Connect an agent or SDK

Point Claude, Codex, Cursor — or your code — at TrackOfferz with the key. One line each.

Step 3

Ask or call

Have your AI analyze performance and recommend optimizations, or fire conversions from code.

Now with AI · MCP

Connect your AI agent in one line

The TrackOfferz MCP server (@trackofferz/mcp) exposes read-only analytics — performance summaries, breakdowns, clicks, and conversions — so any MCP client can analyze your network and recommend optimizations. It can read and advise; it can never change anything.

Claude CodeRun in your terminal

bash
claude mcp add trackofferz \
  --env TOFZ_API_KEY=tofz_sk_… \
  -- npx -y @trackofferz/mcp

Then ask: “Which campaigns are underperforming this month, and what should I change?”

Don’t see your client? Any MCP-compatible tool works — point it at npx -y @trackofferz/mcp over stdio with TOFZ_API_KEY set.

Official SDKs

Published on npm, PyPI, and the Go module registry — versioned and typed.

JavaScript / TypeScript

npm

Typed client for reporting + server-to-server conversion ingest. Dual ESM/CJS, zero runtime deps.

install
npm i @trackofferz/sdk
View on npm

Python

PyPI

Reporting + conversion ingest for Python 3.9+, with typed result objects and helpful errors.

install
pip install trackofferz
View on PyPI

Go

pkg.go.dev

Idiomatic Go client for reporting and conversions — context-aware, no external deps.

install
go get github.com/mecorpking/trackofferz-go@latest
View on pkg.go.dev

MCP server

npm

Read-only analytics over the Model Context Protocol — connect Claude, Codex, or any agent.

install
npx -y @trackofferz/mcp
View on npm

REST API

Every SDK and the MCP server are thin wrappers over a documented REST API. Browse the full reference — clicks, conversions, postbacks, reporting — with copy-paste snippets for any stack.

  • OpenAPI spec at /api/v1/openapi.json
  • Bearer auth with your tofz_sk_ network key
  • Server-to-server conversion ingest, idempotent
example request
curl https://trackofferz.com/api/v1/reports/summary \
  -H "Authorization: Bearer tofz_sk_…" \
  -G --data-urlencode "from=2026-06-01" \
     --data-urlencode "to=2026-06-30"
14 days free

Ship your first integration today

Create a network, grab a key, and connect your AI or your code in minutes. No card, no sales call.