Skip to main content
Sign up free - 75 bonus AI credits + 15 weekly
Intempt
MCP server · v1.2.0

Read your customer data from inside Claude Code.

Your segments, users and attributes, readable from inside the agent you already use. One command to add, browser login, no API key.

Start for free
G2
0.0on G2
1B+events
7+years profitable
50+companies
How it works

Describe the outcome. It calls the right tool.

01

Add the server

One command. Claude Code, Claude Desktop, Cursor, Windsurf, VS Code, Zed and Cline all speak MCP, so the same server works in whichever one you already have open.

02

Log in from the chat

Run the login tool. A browser opens on your normal Intempt sign-in, hands back a token over a loopback redirect, and every tool works from then on. No key to paste, nothing to store in a dotfile.

03

Ask in plain language

You describe the outcome and the nine skills route it to the right tool, rather than you picking an endpoint.

04

It reads the real platform

Tools hit the same REST APIs the console uses, so what the agent reads is your live data, not an export. Today the enabled surface is read-only.

Skills

Nine skills, installed with the server.

A skill is a procedure the agent follows instead of guessing which tool to reach for. They land in ~/.claude/skills on install.

/instrument

Scan the codebase, propose a tracking plan, generate typed wrappers

/analyze

Funnels, retention and paths without opening the console

/market

Journeys, personalization and experiments from the prompt

/sell

Pipeline, meetings and follow-ups against the live profile

/design

Brand-kit-aware images, video, pages and messages

/crm

Look up and update people and accounts by name, not by id

/registry

Discover which tools are enabled and what each can do

/setup

Org, project and source wiring on first run

/intempt

The router - picks the skill when you have not named one

CLI

Instrument the codebase, not a spreadsheet.

The MCP server operates the platform. The CLI instruments your app. It reads your source, proposes the events worth tracking, writes them to intempt.yaml, and generates typed wrappers for 14 platforms so an analytics call that does not match the plan fails at compile time.

See the CLI
$ npm install -g @intempt-technologies/cli

$ intempt init
  → scans your source
  → proposes events + properties
  → writes intempt.yaml

$ intempt generate
  → typed wrappers for your platform

$ intempt status
  → instrumented vs missing

Frequently asked questions

Everything you need to know about the Intempt MCP server and CLI.

Claude Code, Claude Desktop, Cursor, Windsurf, VS Code with Copilot, Zed, Cline, and anything else that speaks MCP. It ships both a stdio and an HTTP transport, so a desktop client and a remote one both work.

Add the server. Ask it something.

Free to install, works with whichever MCP client you already have open, and logs in through the browser you are already signed into.

Start for free