{
  "markdown": "# Outset MCP\n\nConnect AI agents to [Outset](https://outset.ai) — the AI-moderated research platform — via the [Model Context Protocol](https://modelcontextprotocol.io).\n\nThe Outset MCP server is **remote**: there is nothing to install or run. Point your MCP client at the endpoint below and log in with your Outset account.\n\n```\nhttps://api.outset.ai/mcp/\n```\n\n- **Transport:** Streamable HTTP (stateless JSON-RPC)\n- **Auth:** OAuth 2.1 with PKCE + Dynamic Client Registration — compliant clients connect with zero pre-registration\n- **Full developer guide:** [Outset MCP — Integration Guide for Developers](https://outset-ai.notion.site/outset-mcp-integration-guide-for-developers) (OAuth flow, scopes, DCR details, testing)\n\n## Connect from your client\n\n### Claude (claude.ai / Desktop)\n\n**Settings → Connectors → Add custom connector**, name it *Outset*, paste `https://api.outset.ai/mcp/`, then **Connect** to go through the OAuth consent flow. (Custom connectors require a Pro, Max, Team, or Enterprise plan.)\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http outset https://api.outset.ai/mcp/\n```\n\nOr install as a plugin from this repo:\n\n```bash\nclaude plugin marketplace add Outset-AI/outset-mcp\nclaude plugin install outset@outset-mcp\n```\n\n### Cursor\n\n[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=outset&config=eyJ1cmwiOiJodHRwczovL2FwaS5vdXRzZXQuYWkvbWNwLyJ9)\n\nOr **Settings → MCP → Add Server** and paste the URL — Cursor handles registration and OAuth automatically.\n\n### ChatGPT\n\nEnable **Developer Mode** under **Settings → Apps & Connectors → Advanced settings**, then **Create** a connector with `https://api.outset.ai/mcp/` as the MCP server URL and OAuth as the auth method.\n\n### VS Code\n\n```bash\ncode --add-mcp '{\"name\":\"outset\",\"type\":\"http\",\"url\":\"https://api.outset.ai/mcp/\"}'\n```\n\n### Gemini CLI\n\n```bash\ngemini extensions install https://github.com/Outset-AI/outset-mcp\n```\n\n### Codex\n\nAdd to `~/.codex/config.toml` (or `.codex/config.toml` in your project):\n\n```toml\n[mcp_servers.outset]\nurl = \"https://api.outset.ai/mcp/\"\n```\n\nThen authenticate with:\n\n```bash\ncodex mcp login outset\n```\n\n### Anything else\n\nAny MCP client that supports remote servers (Streamable HTTP + OAuth) works. For stdio-only clients, bridge with [`mcp-remote`](https://github.com/geelen/mcp-remote):\n\n```bash\nnpx -y mcp-remote https://api.outset.ai/mcp/\n```\n\nTo explore the tool list interactively:\n\n```bash\nnpx @modelcontextprotocol/inspector https://api.outset.ai/mcp/\n```\n\n## What your agent can do\n\n- **Create and edit studies** — projects, sections, questions, screeners, display logic, quotas, concepts\n- **Configure and launch recruitment** — sample size, reward, demographic filters (launching may incur fees and is gated behind the separate `studies:launch` scope)\n- **Query results** — reports, answers, topline insights, category summaries, highlight clips\n- **Look up org context** — workspaces, projects, organization info\n\nThe live `tools/list` response is the source of truth — new tools ship regularly. Scopes and org roles are enforced server-side; see the [integration guide](https://outset-ai.notion.site/outset-mcp-integration-guide-for-developers) for the full scope table.\n\n## What's in this repo\n\nManifests for agent directories and marketplaces — the server itself is not here (it's remote):\n\n| File | Purpose |\n|---|---|\n| `.claude-plugin/plugin.json` + `.mcp.json` | Claude Code plugin wrapping the remote server |\n| `.claude-plugin/marketplace.json` | Makes this repo installable as a Claude Code plugin marketplace |\n| `.cursor-plugin/marketplace.json` | Same, for Cursor's plugin system |\n| `gemini-extension.json` | Gemini CLI extension (`gemini extensions install <repo url>`) |\n| `server.json` | Manifest for the [official MCP registry](https://registry.modelcontextprotocol.io) |\n",
  "bytes": 3880,
  "sha": "2010735cfebb29c1d41b08cf990db4c49867bf15efb862acaadf67dd740bc849",
  "repo_slug": "outset-ai/outset-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_outset_mcp_94d5713e/readme"
}