Skip to main content

Overview

Connect Glean to your Minoa workspace so your enterprise search and AI experiences can query live sales context from Minoa.

Prerequisites

Before configuring Glean, make sure you have:
  • A Glean workspace with MCP client support enabled
  • A Minoa account with MCP access
  • An OAuth client for Glean generated from Minoa Integration Settings

Getting Started

Step 1: Get Your Minoa MCP Server URL

Contact support@minoa.io to get your Minoa MCP server URL.

Step 2: Generate OAuth Credentials in Minoa

Glean requires an OAuth client credential pair. In Minoa:
  1. Open Integration Settings
  2. Go to OAuth Clients
  3. Create a new client for Glean
  4. Copy the generated Client ID and Client Secret
Keep the generated credentials secure. You will enter them in Glean when configuring the MCP connection.

Step 3: Configure the MCP Connection in Glean

In Glean, create an MCP client/server connection and use:
SettingValue
Server URLYour Minoa MCP server URL
Authorization URL{MCP_SERVER_URL}/authorize
Token URL{MCP_SERVER_URL}/token
Client IDOAuth Client ID from Minoa Integration Settings
Client SecretOAuth Client Secret from Minoa Integration Settings
Scoperead
Grant TypeAuthorization Code
If Glean supports OAuth discovery, you can provide the server URL and let it discover endpoints from: {MCP_SERVER_URL}/.well-known/oauth-authorization-server

Step 4: Authorize Access

  1. Start the OAuth connection flow from Glean
  2. Sign in to Minoa
  3. Review permissions and click Authorize
  4. Return to Glean and verify the connection is active

Try It Out

Once connected, test with prompts like:
  • “Show me my open business cases”
  • “What is our current pipeline health?”
  • “Which use cases are performing best by win rate?”

Available Minoa Tools

ToolDescription
list_business_casesSearch and list business cases by name or status
get_business_caseGet full details of a specific business case
get_value_frameworkGet all use cases from your value framework library
get_value_hypothesisGet the AI-generated value hypothesis for a deal
get_pipeline_analyticsPipeline metrics, win rates, and trends
get_use_case_analyticsUse case effectiveness and win rates
create_smart_business_caseCreate a new business case with AI-recommended use cases

Troubleshooting

OAuth initialization fails

Double-check the Client ID and Client Secret were generated in Minoa Integration Settings and copied correctly into Glean.

Token exchange fails

Confirm Glean is using:
  • Authorization Code grant type
  • The correct token endpoint: {MCP_SERVER_URL}/token
  • Scope read

No tools appear after auth

Reconnect the MCP source in Glean to force schema/tool discovery.

Need Help?

For OAuth setup help or connection troubleshooting, contact support@minoa.io.