Merged
Conversation
IdeaLift is a decision intelligence platform for product and engineering teams. The MCP server exposes 13 tools across ideas, signals, decisions, and relationships, with Entra ID On-Behalf-Of authentication for per-user scope and an alternate Bearer API key path for automation integrations.
Contributor
Author
|
@microsoft-github-policy-service agree company="StartVest LLC" |
lindazqli
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
partners/servers/idealift-mcp-server.jsonfor the IdeaLift MCP server.Product: IdeaLift — decision intelligence for product and engineering teams. Captures ideas and feedback from Slack, Discord, Teams, Jira, Linear, email, and meetings; correlates external signals; logs decisions with per-user attribution for agent and human actors alike.
Endpoint:
https://idealift-app.azurewebsites.net/api/mcpTransport: Streamable HTTP (MCP spec 2025-03-26)
Tools: 13 — 8 read-only (list_ideas, get_idea, search_ideas, query_ideas, list_signals, get_signal_analytics, get_decision_history, list_relationships), 5 write (create_idea, update_idea, attach_signal, log_decision, create_relationship).
Authentication
api://7734d6d3-8257-4a2b-a35e-1702ddbeeb6f/mcp.workspace. Per-user identity flows through: write-tool role gates enforce workspace role; decision-log entries populate actorEmail from the OBO token.il_live_...Bearer header. Workspace-wide scope. Retained for existing automation integrations.The server advertises both paths at
GET /api/mcpfor Foundry discovery.Related
Filed as the PR reference for question 6 in the Azure API Center MCP Registry Sign-up form. The server is in production and verified end-to-end with an Entra-minted OBO token against the prod endpoint.