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.
Create a network key
Generate a tofz_sk_… key under Settings → API keys. It scopes everything to your network.
Connect an agent or SDK
Point Claude, Codex, Cursor — or your code — at TrackOfferz with the key. One line each.
Ask or call
Have your AI analyze performance and recommend optimizations, or fire conversions from code.
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 Code — Run in your terminal
claude mcp add trackofferz \
--env TOFZ_API_KEY=tofz_sk_… \
-- npx -y @trackofferz/mcpThen 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
npmTyped client for reporting + server-to-server conversion ingest. Dual ESM/CJS, zero runtime deps.
npm i @trackofferz/sdkPython
PyPIReporting + conversion ingest for Python 3.9+, with typed result objects and helpful errors.
pip install trackofferzGo
pkg.go.devIdiomatic Go client for reporting and conversions — context-aware, no external deps.
go get github.com/mecorpking/trackofferz-go@latestMCP server
npmRead-only analytics over the Model Context Protocol — connect Claude, Codex, or any agent.
npx -y @trackofferz/mcpREST 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
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"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.