> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minoa.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Glean MCP Client

> Connect Glean to Minoa using MCP and OAuth

## 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: Note the Minoa MCP Server URL

Your Minoa MCP server URL is:

```
https://mcp.minoa.io
```

### 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**

<Tip>
  Keep the generated credentials secure. You will enter them in Glean when configuring the MCP connection.
</Tip>

### Step 3: Configure the MCP Connection in Glean

In Glean, create an MCP client/server connection and use:

| Setting               | Value                                               |
| --------------------- | --------------------------------------------------- |
| **Server URL**        | `https://mcp.minoa.io`                              |
| **Authorization URL** | `https://mcp.minoa.io/authorize`                    |
| **Token URL**         | `https://mcp.minoa.io/token`                        |
| **Client ID**         | OAuth Client ID from Minoa Integration Settings     |
| **Client Secret**     | OAuth Client Secret from Minoa Integration Settings |
| **Scope**             | `read`                                              |
| **Grant Type**        | Authorization Code                                  |

If Glean supports OAuth discovery, you can provide the server URL and let it discover endpoints from:

`https://mcp.minoa.io/.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

| Tool                             | Description                                                                  |
| -------------------------------- | ---------------------------------------------------------------------------- |
| `list_business_cases`            | Search and list business cases by name or status                             |
| `get_business_case`              | Get full details of a specific business case                                 |
| `list_value_framework_use_cases` | List use cases from your value framework library (compact: IDs, names, tags) |
| `get_value_framework_use_case`   | Get full detail for a single value framework use case (calculations, inputs) |
| `get_value_hypothesis`           | Get the AI-generated value hypothesis for a deal                             |
| `get_pipeline_analytics`         | Pipeline metrics, win rates, and trends                                      |
| `get_use_case_analytics`         | Use case effectiveness and win rates                                         |
| `create_smart_business_case`     | Create 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: `https://mcp.minoa.io/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](mailto:support@minoa.io)**.
