streamable-httpupdated 3mo ago
Pre-backlog idea management with decision tracking, signal aggregation, and RICE scoring.
What can you do with idealift mcp?
IdeaLift MCP Server
Pre-backlog idea management with decision tracking, signal aggregation, and RICE scoring.
What It Does
- Capture Ideas: Ingest product feedback from Slack, Teams, Discord, GitHub, and more
- Track Signals: Aggregate demand signals from multiple sources
- Score Ideas: RICE scoring (Reach, Impact, Confidence, Effort)
- Log Decisions: Full audit trail of why decisions were made
- Manage Roadmap: Status workflows and prioritization
Quick Start
Claude Desktop / Claude Code
{
"mcpServers": {
"idealift": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.idealift.startvest.ai/mcp"],
"env": {
"API_KEY": "your-api-key-here"
}
}
}
}
Get Your API Key
- Sign up at idealift.startvest.ai
- Go to Settings → API Keys
- Create a new key with MCP scope
Documentation
Full documentation: idealift.startvest.ai/mcp
Tools Available
| Tool | Description |
|---|---|
list_ideas |
List all ideas with filtering |
get_idea |
Get detailed idea information |
create_idea |
Create new ideas |
update_idea |
Update idea properties |
list_signals |
View aggregated signals |
log_decision |
Record decisions with rationale |
get_roadmap |
View current roadmap |
search_ideas |
Full-text search |
Support
License
Proprietary - see IdeaLift Terms
Install
Add idealift mcp to your client. Pick the one you use.
claude mcp add --transport http idealift-mcp https://mcp.idealift.startvest.ai/mcpcodex mcp add idealift-mcp --url https://mcp.idealift.startvest.ai/mcp{
"mcpServers": {
"idealift-mcp": {
"url": "https://mcp.idealift.startvest.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"idealift-mcp": {
"type": "http",
"url": "https://mcp.idealift.startvest.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"idealift-mcp": {
"url": "https://mcp.idealift.startvest.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"idealift-mcp": {
"serverUrl": "https://mcp.idealift.startvest.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
8 tools
idealift mcp exposes 8 tools to a connected agent.
- list_ideas
- List all ideas with filtering
- get_idea
- Get detailed idea information
- create_idea
- Create new ideas
- update_idea
- Update idea properties
- list_signals
- View aggregated signals
- log_decision
- Record decisions with rationale
- get_roadmap
- View current roadmap
- search_ideas
- Full-text search
Score
62 / 100
Good
- Documentation22/25
- Maintenance13/25
- Trust9/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 105 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jan 28, 2026 |