Your AI Product Manager. Surface insights, build roadmaps, and plan strategy with 30+ tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Squad.
list_workspacesList every organisation and workspace you can access, with the current selection marked.
select_workspaceSelect which organisation and workspace subsequent tools operate on.
get_workspace_overviewOne-call orientation: mission and description, top goals, recent signal activity, evidence-chain health, and open work counts.
update_workspaceUpdate the current workspace's name, description, mission statement or logo.
list_membersPeople in the current organisation with their user IDs.
searchKeyword search across signals, insights, actions, goals, documents and clusters.
A remote MCP server that brings Squad β the AI product feedback intelligence platform β directly into your AI workflows. Connect Squad to Claude, ChatGPT, or any MCP-compatible AI assistant to turn raw user feedback into signals, insights, actions, and briefs without context switching.
Squad continuously ingests feedback, clusters it into signals, distils it into insights, and links it to the actions and goals that move your product forward. The MCP server exposes that same intelligence β read the evidence behind a decision, capture new feedback, and generate briefs from your assistant.
Connect Squad to your AI assistant in seconds:
Claude Code:
On first use, you'll be prompted to authenticate via OAuth in your browser.
Other MCP Clients:
Connect using https://mcp.meetsquad.ai/mcp β OAuth configuration is automatically discovered via the server's .well-known/oauth-protected-resource metadata (which points clients at PropelAuth as the authorization server).
See USAGE_EXAMPLES.md for detailed real-world examples. A few things you can ask:
Squad entities are referenced by short display IDs so the assistant can cite its evidence:
| Prefix | Entity | Prefix | Entity |
|---|---|---|---|
SI- | Signal | GL- | Goal |
IN- | Insight | BR- | Brief |
AC- | Action | DC- | Document |
CL- | Cluster |
The server exposes 30 tools. Write tools require a token minted with the write:workspace scope; read tools only need read:workspace.
list_workspaces β List every organisation and workspace you can access, with the current selection marked.select_workspace β Select which organisation and workspace subsequent tools operate on.get_workspace_overview β One-call orientation: mission and description, top goals, recent signal activity, evidence-chain health, and open work counts.update_workspace β Update the current workspace's name, description, mission statement or logo.list_members β People in the current organisation with their user IDs.search β Keyword search across signals, insights, actions, goals, documents and clusters.get_entity β Fetch any entity by display ID (SI-1, IN-1, AC-1, GL-1, BR-1, DC-1, CL-1) or UUID. Also how you check on async work.list_signals β Browse raw feedback signals with filters for source, type, sentiment, cluster and date range.find_similar_signals β Semantically related signals for a given signal β "has anyone else said this?".list_clusters β Browse signal clusters (recurring themes in feedback) with sizes and labels.get_cluster β A cluster's label, stats, member signals and linked insights.list_insights β Browse distilled insights ranked by combined score, with category/score/status filters or scoped to a goal.list_actions β Ranked actions (what the evidence says to do next) filtered by status, assignee, priority or parent insight.get_action_context β Everything needed to execute an action in one call: the action, the parent insight, the customer evidence behind it, and the goals it serves.update_action β Edit an action's priority, effort, category or notes; assign it; or link it to an insight or brief.update_action_status β Move an action through its lifecycle: start, complete, dismiss or snooze.list_goals β Strategic goals ordered by importance.create_goal β Create a strategic goal.update_goal β Update a goal's title, description or importance.update_insight β Curate an insight: set category or status, and link/unlink the goal it supports.dismiss_signal β Permanently remove a signal from the workspace (noise, spam, or mis-ingested content).get_activity β The workspace change feed (humans and Squad agents), newest first.list_documents β Browse workspace knowledge documents (and briefs) with their paths and tags.create_document β Create a knowledge document from markdown (research summaries, meeting notes, analyses).update_document β Replace a document's markdown body and/or title, and manage tags.list_briefs β Briefs with their status (building/draft/in_review/finalised/failed) and recommendation.generate_brief β Kick off AI generation of a brief from an action or insight.update_brief_status β Move a brief through its review lifecycle: draft, in_review, or finalised.ingest_signal β Pipe user feedback into the evidence chain (1β50 items, deduplicated server-side).list_integrations β Connected feedback sources for this workspace and their sync health.Ready-made workflows exposed as MCP prompts:
triage-feedback β check for duplicates, ingest a piece of feedback, and report where it landed.weekly-product-review β what changed, what the evidence says, and what needs deciding.draft-decision-brief β generate a brief from an action or insight and walk it to a readable draft.ground-this-ticket β for coding agents: pull the customer evidence behind a piece of work before building it.Pin these so strategy questions need no tool calls:
squad://workspace/context β the current workspace's mission and product context.squad://goals β the workspace's strategic goals with importance rankings.readOnlyHint / destructiveHint) on every toolwrite:workspace)The server is built on mcp-use v2 and talks to the Squad platform API over GraphQL. Each request is served statelessly: the MCP layer holds no session, and every call re-introspects its own bearer token. Redis stores the durable per-user state (workspace selection and minted-token cache), so any instance can serve any request. Backend types are generated from a committed GraphQL schema snapshot (see GraphQL codegen).
This repository contains the source code for the Squad MCP remote server.
flake.nix)Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/squad)<a href="https://allmcps.com/mcp/squad"><img src="https://allmcps.com/api/badge/squad?style=directory" alt="Squad on AllMCPs" /></a>