Supoid
FeaturesPricingCompareBlog
Sign inStart free

MCP server

Plug Claude Desktop into your workspace

Supoid ships a native Model Context Protocol server. Any MCP-aware agent — Claude Desktop, Cursor, Continue, your own scripts — can read your feedback, clusters, roadmap, and changelog in real time. Five tools, Bearer auth, no SDK required.

Endpoint

Streamable HTTP transport. JSON-RPC 2.0 over POST. Same Bearer token format as the REST API — generate one in the dashboard.

https://supoid.com/api/mcpPOST

Setup in 3 steps

01

Generate an API key

In the dashboard, open Settings → Integrations → API keys and create a key with the read scopes you want (feedback:read, clusters:read, roadmap:read, changelog:read). The plaintext key is shown once — copy it.

02

Add the server to your MCP client

Claude Desktop · ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "supoid": {
      "transport": "streamable-http",
      "url": "https://supoid.com/api/mcp",
      "headers": {
        "Authorization": "Bearer sup_YOUR_KEY_HERE"
      }
    }
  }
}
Cursor
// .cursor/mcp.json
{
  "mcpServers": {
    "supoid": {
      "url": "https://supoid.com/api/mcp",
      "headers": { "Authorization": "Bearer sup_YOUR_KEY_HERE" }
    }
  }
}
03

Restart your client

Both Claude Desktop and Cursor reload MCP servers on relaunch. After restart, you should see supoid listed in available servers and the 5 tools below ready to call.

Tools

Read-only by design — agents can't mutate your workspace through MCP. Use the REST API for writes.

  • list_feedback

    List feedback in the workspace, optionally filtered by status (open / planned / in_progress / completed / closed).

  • get_feedback

    Fetch a single feedback item by id, including AI metadata (sentiment, category) and vote/comment counts.

  • list_clusters

    List AI-grouped feedback clusters, sorted by member count.

  • list_roadmap

    List internal roadmap items, optionally filtered by status (planned / in_progress / completed).

  • list_changelog

    List changelog entries (drafts + published).

Try it

Once connected, try these prompts in Claude Desktop:

“What are my top 5 feature requests this month?”
“Summarise the most-voted clusters and group them by theme.”
“Which roadmap items are still blocked? Cross-reference with their linked feedback.”
“Draft a changelog entry from the items I shipped last week.”

Ready to wire it up?

MCP is on Growth and Business plans. Generate an API key from the dashboard and you're live in under five minutes.

Start freeView pricing
Supoid

AI-native customer feedback for B2B SaaS.

Product

  • AI clustering
  • AI changelog
  • Pricing
  • For SaaS
  • For devtools
  • For agencies
  • For early-stage startups

Compare

  • All comparisons
  • vs Featurebase
  • vs Canny
  • vs Upvoty
  • vs Productboard

Resources

  • Blog
  • Free templates
  • API docs
  • MCP server
  • About
  • Status

Legal

  • Privacy
  • Terms
  • DPA
  • Security

Launch updates

One email when something worth knowing ships.

Launch updates only. No spam, unsubscribe with one click.

© 2026 Supoid. All rights reserved.Built with care.