Skip to content

Add IdeaLift MCP server#162

Merged
lindazqli merged 1 commit intoAzure:mainfrom
Startvest-LLC:feat/idealift-mcp-server
Apr 24, 2026
Merged

Add IdeaLift MCP server#162
lindazqli merged 1 commit intoAzure:mainfrom
Startvest-LLC:feat/idealift-mcp-server

Conversation

@tjpinder
Copy link
Copy Markdown
Contributor

Summary

Adds partners/servers/idealift-mcp-server.json for 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/mcp
Transport: 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

  • Microsoft Entra (user context) — OAuth 2.0 On-Behalf-Of with scope 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.
  • Bearer API keyil_live_... Bearer header. Workspace-wide scope. Retained for existing automation integrations.

The server advertises both paths at GET /api/mcp for 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.

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.
@tjpinder
Copy link
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree company="StartVest LLC"

@lindazqli lindazqli merged commit ca558ac into Azure:main Apr 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants