https://mcp.ishlabs.io/mcp. It speaks streamable HTTP and
handles sign-in over OAuth the first time a client connects, so you never paste a token
into a config file. By the end, your agent can call ish as a set of tools and report back
what a simulated person noticed.
You need an ish account. If you do not have one, get ish free
first. The OAuth step below signs the client in as you.
Step 1: connect a client
Pick the client you already work in. Each one connects to the same URL.- Claude Code
- Cursor / VS Code / Windsurf
- ChatGPT / other MCP clients
Add the server at user scope:Claude Code discovers ish’s OAuth metadata, registers itself, opens your browser to
sign in, and stores the resulting token. Cursor and Claude Desktop connect the same
way against the same URL.
Step 2: confirm ish is connected
Reconnect or restart the client so it runs the OAuth flow, then ask the agent a read-only question. A read confirms the connection without drawing any credits. In the agent, ask:workspace_get (a read-only tool) and reports your
workspaces back. If ish is connected, you see at least one
workspace; a brand-new account shows an empty list, which is still a successful
connection. Clients that read MCP resources also surface ish://identity/me, the decoded
identity for the session.
The agent returns a workspace list (or an explicit empty list) instead of “no ish tools
available”. That means the OAuth sign-in landed and the tools are live.
Step 3: read your first reaction
Now run something and read back what a simulated person made of it. The fastest path is to run a study that already exists in your workspace. Tell the agent:Run it
It calls
study_run with a small audience and wait=True, which blocks until every
simulated person reaches a terminal state.No study in this workspace yet? Ask the agent to create one first (“create a study that
points simulated readers at this URL and asks what they noticed”), then run it. The
study_create and study_run
tools cover both.Where to go next
Every MCP tool
All 42 hosted tools, grouped by domain, each with its annotation tier.
MCP resources
The
ish:// resources for identity, docs, screenshots, and media.Run a study
Create, iterate, run, and read studies across every modality.
The ish CLI
Drive the same platform from your terminal and from CI.