Connect your AI assistant to Featuriq — the product feedback and roadmap tool for SaaS teams.
Browse top feature requests, search feedback with natural language, update statuses, notify users when features ship, and manage your roadmap — all from your AI client.
Authenticates via OAuth. No manual API key setup needed.
Overview
Connect your AI assistant to Featuriq — the product feedback and roadmap tool for SaaS teams.
Tools
- get_top_requests — Top feature requests sorted by votes or revenue impact
- search_feedback — Semantic search across all feedback posts
- get_feature_feedback — All comments and discussion on a specific feature
- get_prioritization — AI-prioritized feature list scored by your chosen factors
- update_feature_status — Update a feature's status (planned, in progress, shipped…)
- notify_requesters — Send personalized notifications to everyone who voted for a feature
- create_post — Create a new feedback post on your board
- manage_feature_tags — List workspace tags or assign tags to a feature
Authentication
OAuth 2.0 — sign in with your Featuriq account when prompted. No manual API key setup needed.
Links
- Website: https://featuriq.io
- MCP server: https://mcp.featuriq.io
Server Config
{
"mcpServers": {
"featuriq": {
"type": "http",
"url": "https://mcp.featuriq.io"
}
}
}