{
  "id": "mcp-content-api",
  "name": "Guidepoint MCP",
  "shortDescription": "Secure access to Guidepoint transcript insights through AI workflows",
  "description": "<div class=\"prose max-w-none text-gray-700\"><p>Guidepoint MCP (Model Context Protocol) enables expert insights to be embedded directly into clients' preferred research workflows. Guidepoint's MCP is powered by our proprietary transcript library of 100,000+ expert interviews. Our deliberate approach is to combine institutional-grade quality with the volume needed for decision-critical work. Clients can now quickly surface insights and ground their research in trusted expert knowledge without manually searching through it all.</p><h3 class=\"text-lg font-semibold text-gray-900 mb-3 mt-8\">Prerequisites</h3><div class=\"overflow-x-auto mb-8\"><table class=\"min-w-full border-collapse border border-gray-200 text-sm text-left\"><thead><tr><th class=\"border border-gray-200 bg-gray-50 px-4 py-3 font-semibold text-gray-900\">Requirement</th><th class=\"border border-gray-200 bg-gray-50 px-4 py-3 font-semibold text-gray-900\">Details</th></tr></thead><tbody><tr><td class=\"border border-gray-200 px-4 py-3 align-top font-medium text-gray-900\">Active Guidepoint Contract</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">An active contract with Guidepoint that includes an Insights subscription</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 align-top font-medium text-gray-900\">Guidepoint360 User Account</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">A Guidepoint360 account created for users who need access to MCP</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 align-top font-medium text-gray-900\">OAuth Credentials</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">A client ID and client secret issued by Guidepoint</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 align-top font-medium text-gray-900\">Supported Plans</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">Authorized Partner Integrations</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 align-top font-medium text-gray-900\">Organization Enablement</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">Organization-level enablement for Guidepoint MCP access</td></tr></tbody></table></div><h3 class=\"text-lg font-semibold text-gray-900 mb-3 mt-8\">Available Actions</h3><div class=\"overflow-x-auto mb-8\"><table class=\"min-w-full border-collapse border border-gray-200 text-sm text-left\"><thead><tr><th class=\"border border-gray-200 bg-gray-50 px-4 py-3 font-semibold text-gray-900\">Action Name</th><th class=\"border border-gray-200 bg-gray-50 px-4 py-3 font-semibold text-gray-900\">Description</th></tr></thead><tbody><tr><td class=\"border border-gray-200 px-4 py-3 align-top font-medium\"><a href=\"#action:search_library\" class=\"text-primary-600 hover:underline font-semibold cursor-pointer\">search_library</a></td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">Performs semantic search over expert question-and-answer content derived from transcripts of teleconferences, client calls, analyst discussions, and industry conversations.</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 align-top font-medium\"><a href=\"#action:search_events\" class=\"text-primary-600 hover:underline font-semibold cursor-pointer\">search_events</a></td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">Search Guidepoint's curated catalogue of expert events — teleconferences, roundtables, group meetings, focus polls, insight trackers, client-generated and AI-guided calls.</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 align-top font-medium\"><a href=\"#action:get_user_registrations\" class=\"text-primary-600 hover:underline font-semibold cursor-pointer\">get_user_registrations</a></td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">Retrieve the events the authenticated subscription client is currently registered for — past and upcoming, in one call.</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 align-top font-medium\"><a href=\"#action:register_event\" class=\"text-primary-600 hover:underline font-semibold cursor-pointer\">register_event</a></td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">Register the authenticated user for one specific upcoming Guidepoint expert event. Enforces a two-step preview and confirm pattern before the registration write fires.</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 align-top font-medium\"><a href=\"#action:cancel_registration\" class=\"text-primary-600 hover:underline font-semibold cursor-pointer\">cancel_registration</a></td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">Cancel the authenticated user's registration for one specific upcoming Guidepoint event. Enforces a two-step preview and confirm pattern before the cancellation write fires.</td></tr></tbody></table></div><div class=\"bg-blue-50 border border-blue-200 rounded-lg p-4 mb-8\"><p class=\"text-blue-800 text-sm\"><strong>Authentication Flow:</strong> During setup, users will be redirected to GP360 to log in. The platform follows OAuth 2.0 with JWT tokens to authenticate users and obtain access tokens for calling the MCP server endpoint.</p></div><h3 class=\"text-lg font-semibold text-gray-900 mb-3 mt-2\">How It Works</h3><ol class=\"list-decimal pl-6 space-y-2 text-gray-700 mb-8\"><li>A user submits a natural language question from an AI application or LLM environment</li><li>The request is sent to the Guidepoint MCP service</li><li>Guidepoint MCP validates authentication, entitlements, and access permissions</li><li>The platform retrieves the most relevant content from transcripts</li><li>Results are returned as structured data</li><li>The client application or LLM uses that data to generate a final response</li><li>Default rate limits are applied to ensure fair usage; these can be configured based on customer requirements and contract</li></ol><h3 class=\"text-lg font-semibold text-gray-900 mb-3 mt-8\">Example Prompts</h3><div class=\"mb-8\"><p class=\"font-semibold text-gray-900 mb-2\">1. Investment &amp; Market Diligence</p><p class=\"text-gray-700 mb-2\"><strong>Prompt:</strong> \"Find expert commentary on the mid-market cloud accounting software space.\"</p><p class=\"text-gray-700 text-sm mb-6\">The AI assistant surfaces expert commentary on market dynamics, competitive positioning, and demand trends across sectors.</p><p class=\"font-semibold text-gray-900 mb-2\">2. Product &amp; Adoption Research</p><p class=\"text-gray-700 mb-2\"><strong>Prompt:</strong> \"What are experts saying about Model Context Protocol adoption in enterprise AI?\"</p><p class=\"text-gray-700 text-sm mb-6\">The AI assistant retrieves expert perspectives helping the team understand how technologies are being evaluated in the field - AI, MCP, cloud software, enterprise tools.</p><p class=\"font-semibold text-gray-900 mb-2\">3. Advisory &amp; Thematic Research</p><p class=\"text-gray-700 mb-2\"><strong>Prompt:</strong> \"Pull recent expert commentary I can use to brief a client on trends in managed markets.\"</p><p class=\"text-gray-700 text-sm\">The AI assistant surfaces evidence-backed expert insights for client briefings, market themes, and commercial opportunity mapping.</p></div><h3 class=\"text-lg font-semibold text-gray-900 mb-3 mt-2\">Supported Tools &amp; LLMs</h3><p>Guidepoint MCP currently supports integrations with authorized partner platforms, allowing users to access Guidepoint transcript insights directly within their preferred environments.</p><p>At the core of the experience is the Guidepoint MCP, which enables client applications and LLMs to retrieve relevant transcript-based insights in response to user prompts. Each response can also include a direct link to the related event in GP360, allowing users to review the full transcript for additional context.</p><p>We are actively expanding Guidepoint MCP to support additional platform integrations and new endpoints that broaden access to Guidepoint content and can be seamlessly embedded within research workflows.</p><h3 class=\"text-lg font-semibold text-gray-900 mb-3 mt-8\">Claude Integration (Team/Enterprise)</h3><p class=\"text-gray-700 mb-4\">Guidepoint is available directly in the Claude connector directory. Users with access can connect to Guidepoint MCP from their Claude workspace and start searching transcript-based content right away — no custom connector or admin configuration required.</p><div class=\"not-prose mb-8\"><p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 1: Contact Guidepoint to Enable</p><p class=\"text-gray-700 text-sm leading-relaxed mb-4\">Reach out to your Guidepoint contact or email <a href=\"mailto:sales@guidepoint.com\" class=\"text-blue-600 hover:underline font-medium\">sales@guidepoint.com</a> to add MCP to your Insights Library subscription contract.</p><p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 2: Find the Guidepoint Connector</p><ol class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\"><li>Log in to <a href=\"https://claude.ai\" class=\"text-blue-600 hover:underline font-medium\" target=\"_blank\" rel=\"noopener noreferrer\">claude.ai</a></li><li>Click on your profile icon in the bottom-left corner</li><li>Select <strong>Settings</strong> &gt; <strong>Connectors</strong></li><li>Look for <strong>Guidepoint</strong> in the list of available connectors</li></ol><p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 3: Connect to Guidepoint</p><ol class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\"><li>Click the <strong>Connect</strong> button next to Guidepoint</li><li>You will be redirected to the Guidepoint360 login page</li><li>Enter your email and credentials</li><li>After successful authentication, you will be redirected back to Claude</li></ol><p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 4: Start Using Guidepoint MCP</p><ol class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\"><li>Start a <strong>new conversation</strong> in Claude</li><li>The Guidepoint MCP tools are now available</li><li>Test with a prompt</li></ol><div class=\"bg-blue-50 border border-blue-200 rounded-lg p-4 mb-4\"><p class=\"text-blue-800 text-sm\"><strong>Seeing newly added tools:</strong> When Guidepoint adds new tools to the MCP server, use the <strong>refresh</strong> control on the Guidepoint connector in Claude to reload the tool list. Open <strong>Settings</strong> &gt; <strong>Connectors</strong>, select <strong>Guidepoint</strong>, and review the tools listed under <strong>Tool permissions</strong> to confirm the latest tools are available.</p></div><div class=\"not-prose mt-4 mb-6 max-w-lg\"><img src=\"/config/mcp/mcp-content-api/images/claude-refresh-tools.png\" alt=\"Guidepoint connector settings in Claude showing the Tool permissions section with the available tools listed\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div></div><h3 class=\"text-lg font-semibold text-gray-900 mb-3 mt-8\">OpenAI / ChatGPT Integration</h3><p class=\"text-gray-700 mb-4\">Guidepoint is available as an app in ChatGPT. Users with access can connect to Guidepoint MCP from ChatGPT and start searching transcript-based content right away — no custom app or admin configuration required.</p><div class=\"not-prose mb-8\"><p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 1: Contact Guidepoint to Enable</p><p class=\"text-gray-700 text-sm leading-relaxed mb-4\">Reach out to your Guidepoint contact or email <a href=\"mailto:sales@guidepoint.com\" class=\"text-blue-600 hover:underline font-medium\">sales@guidepoint.com</a> to add MCP to your Insights Library subscription contract.</p><p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 2: Find the Guidepoint Plugin</p><ol class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\"><li>Log in to ChatGPT at <a href=\"https://chatgpt.com\" class=\"text-blue-600 hover:underline font-medium\" target=\"_blank\" rel=\"noopener noreferrer\">chatgpt.com</a>.</li><li>Open <strong>Plugins</strong> from the ChatGPT sidebar or go to <strong>Settings</strong> &gt; <strong>Plugins</strong>.</li><li>Search for <strong>Guidepoint</strong>.</li><li>Select the Guidepoint plugin and choose <strong>Install</strong> or <strong>Connect</strong>, depending on the option displayed.</li></ol><p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 3: Connect to Guidepoint</p><ol class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\"><li>Click the <strong>Connect</strong> button next to Guidepoint</li><li>You will be redirected to the Guidepoint360 login page</li><li>Enter your email and credentials</li><li>After successful authentication, you will be redirected back to ChatGPT</li></ol><p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 4: Use Guidepoint in ChatGPT</p><ol class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\"><li>Start a new ChatGPT conversation.</li><li>Add Guidepoint to the conversation by:<ul class=\"list-[lower-alpha] pl-6 mt-2 space-y-1\"><li>typing <strong>@Guidepoint</strong> in your prompt, or</li><li>selecting <strong>+</strong> &gt; <strong>More</strong> &gt; <strong>Guidepoint</strong> from the composer.</li></ul></li><li>Enter your research question.</li></ol></div><h3 class=\"text-lg font-semibold text-gray-900 mb-3 mt-8\">Perplexity Integration</h3>\n<p class=\"text-gray-700 mb-4\">Guidepoint is now available in Perplexity. Users with a Perplexity account that has access to Connectors can connect to Guidepoint MCP and start searching transcript-based content right away — no custom connector or admin configuration required.</p>\n\n<p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 1: Contact Guidepoint to Enable</p>\n<p class=\"text-gray-700 text-sm leading-relaxed mb-4\">Reach out to your Guidepoint contact or email <a href=\"mailto:sales@guidepoint.com\" class=\"text-blue-600 hover:underline\">sales@guidepoint.com</a> to add MCP to your Insights Library subscription contract.</p>\n\n<p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 2: Find the Guidepoint Connector</p>\n<ol class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\">\n<li>Log in to <a href=\"https://perplexity.ai\" class=\"text-blue-600 hover:underline\" target=\"_blank\" rel=\"noopener noreferrer\">perplexity.ai</a></li>\n<li>Go to <strong>Settings</strong></li>\n<li>Open the <strong>Connectors</strong> settings page</li>\n<li>Search for <strong>Guidepoint</strong> in the list of available connectors</li>\n</ol>\n\n<p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 3: Connect to Guidepoint</p>\n<ol class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\">\n<li>Click <strong>+ Add</strong> next to Guidepoint</li>\n<li>You will be redirected to the Guidepoint360 login page</li>\n<li>Enter your email and credentials</li>\n<li>After successful authentication, you will be redirected back to Perplexity</li>\n</ol>\n\n<p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 4: Start Using Guidepoint MCP</p>\n<ol class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\">\n<li>Start a <strong>new conversation</strong> in Perplexity</li>\n<li>The Guidepoint MCP tools are now available</li>\n<li>Test with a prompt</li>\n</ol>\n\n<h3 class=\"text-lg font-semibold text-gray-900 mb-3 mt-8\">Microsoft Copilot Studio Integration</h3><p class=\"text-gray-700 mb-4\">Use this guide to create a connector from the <strong>provided YAML file</strong>.</p><div class=\"bg-blue-50 border border-blue-200 rounded-lg p-4 mb-8\"><p class=\"text-blue-800 text-sm\"><strong>Note:</strong> The main change for Copilot is that the <strong>authorization URL</strong> has been updated from <code class=\"bg-blue-100 px-1 rounded\">https://auth0.guidepoint.com/authorize</code> to <code class=\"bg-blue-100 px-1 rounded\">https://clapi.guidepoint.io/mcp-server/v1/authorize</code>.</p></div><div class=\"not-prose mb-8\"><p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 1: Open Copilot Studio</p><p class=\"text-gray-700 text-sm leading-relaxed mb-4\">Sign in to Microsoft Copilot Studio and open the agent where you want to use the connector.</p><div class=\"mt-4 mb-6\" style=\"max-width: 720px; margin-left: auto; margin-right: auto;\"><img src=\"/config/mcp/mcp-content-api/images/copilot-studio-home.png\" alt=\"Copilot Studio home page showing the What would you like to build prompt with Agent and Workflow options\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 2: Create the Custom Connector in Power Apps</p><ol class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\"><li>Go to <strong>Power Apps</strong>.</li></ol><div class=\"mt-4 mb-6\" style=\"max-width: 720px; margin-left: auto; margin-right: auto;\"><img src=\"/config/mcp/mcp-content-api/images/copilot-studio-power-apps.png\" alt=\"Copilot Studio navigation flyout showing the Power Platform section with Power Apps, Power Automate, and Power BI\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><ol start=\"2\" class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\"><li>Locate <strong>Custom Connectors</strong>. If it is not visible, select <strong>More</strong>, choose <strong>Discover all</strong>, and then search for <strong>Custom Connectors</strong>.</li><li>Click on <strong>&ldquo;+ New Custom Connector&rdquo;</strong>.</li></ol><div class=\"mt-4 mb-6\" style=\"max-width: 620px; margin-left: auto; margin-right: auto;\"><img src=\"/config/mcp/mcp-content-api/images/copilot-custom-connector-new.png\" alt=\"Power Apps Custom connectors page with the New custom connector menu open showing Import an OpenAPI file\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><ol start=\"4\" class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\"><li>Select <strong>Import an OpenAPI file</strong>, enter a name for the connector, and upload the <strong>Guidepoint-connector-prod.yaml</strong>:<div class=\"mt-3\"><a href=\"/config/mcp/mcp-content-api/files/Guidepoint-connector-prod.yaml\" download class=\"inline-flex items-center gap-2 rounded-md border border-gray-300 bg-white px-3 py-2 text-sm font-medium text-blue-600 no-underline hover:bg-gray-50 hover:underline\"><span class=\"inline-flex h-5 w-5 items-center justify-center rounded bg-blue-100 text-blue-700 text-[10px] font-mono\">&lt;/&gt;</span>Guidepoint-connector-prod.yaml</a></div></li><li>Make sure the <strong>General</strong> tab matches the example below.</li></ol><div class=\"mt-4 mb-6\" style=\"max-width: 720px; margin-left: auto; margin-right: auto;\"><img src=\"/config/mcp/mcp-content-api/images/copilot-connector-general-tab.png\" alt=\"Custom connector General tab showing the description, HTTPS scheme, host clapi.guidepoint.io, and base URL /mcp-server/v1\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><ol start=\"6\" class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\"><li>Go to the <strong>Security</strong> tab:<ul class=\"list-[lower-alpha] pl-6 mt-2 space-y-1\"><li>Enter the <strong>Client ID</strong> and <strong>Client Secret</strong>.</li><li>Set the <strong>Refresh URL</strong> to the same value as the <strong>Token URL</strong>.</li></ul></li></ol><div class=\"mt-4 mb-6\" style=\"max-width: 720px; margin-left: auto; margin-right: auto;\"><img src=\"/config/mcp/mcp-content-api/images/copilot-connector-security-tab.png\" alt=\"Custom connector Security tab showing Generic OAuth 2 identity provider with Client ID, Client secret, Authorization URL, Token URL, Refresh URL, and Scope fields\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><ol start=\"7\" class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\"><li>Click on <strong>&ldquo;Create Connector&rdquo;</strong>.</li><li>After the connector is created, return to the <strong>Security</strong> tab and copy the generated <strong>Redirect URL</strong>.</li></ol><div class=\"mt-4 mb-6\" style=\"max-width: 720px; margin-left: auto; margin-right: auto;\"><img src=\"/config/mcp/mcp-content-api/images/copilot-connector-redirect-url.png\" alt=\"Custom connector Security tab showing the generated Redirect URL field with a copy button\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><div class=\"bg-amber-50 border border-amber-200 rounded-lg p-4 mb-4\"><p class=\"text-amber-800 text-sm\">The generated <strong>Redirect URL</strong> must be added to the corresponding client in the <strong>Guidepoint Auth Server (This must be done by Guidepoint, please provide this Redirect URL to Guidepoint).</strong></p></div><ol start=\"9\" class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\"><li>After adding the <strong>Redirect URL</strong>, go to the <strong>Test</strong> tab and click <strong>+ New Connection</strong>. If the Redirect URL was not added, the error message below will appear. Otherwise, you should be prompted to enter your <strong>username</strong> and <strong>password</strong>.</li></ol><div class=\"mt-4 mb-6\" style=\"max-width: 340px; margin-left: auto; margin-right: auto;\"><img src=\"/config/mcp/mcp-content-api/images/copilot-callback-mismatch-error.png\" alt=\"Guidepoint360 error page reading Callback URL mismatch, the provided redirect_uri is not in the list of allowed callback URLs\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 3: Add the Connector to Your Agent</p><p class=\"text-gray-700 text-sm leading-relaxed mb-4\">Return to Copilot Studio and select the Agent item.</p><ol class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\"><li>Create a new blank agent:<ul class=\"list-[lower-alpha] pl-6 mt-2 space-y-1\"><li>Go to the <strong>Tools</strong> tab.</li><li>Click <strong>+ Add Tool</strong>.</li><li>In the prompt window, select <strong>Model Context Protocol</strong>, then search for your connector.</li></ul></li></ol><div class=\"mt-4 mb-6\" style=\"max-width: 700px; margin-left: auto; margin-right: auto;\"><img src=\"/config/mcp/mcp-content-api/images/copilot-add-tool-mcp.png\" alt=\"Copilot Studio Add tool dialog with the Model Context Protocol filter selected, listing available MCP servers\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><div class=\"mt-4 mb-6\" style=\"max-width: 700px; margin-left: auto; margin-right: auto;\"><img src=\"/config/mcp/mcp-content-api/images/copilot-add-tool-search-guidepoint.png\" alt=\"Copilot Studio Add tool dialog searching for Guidepoint and showing the Guidepoint MCP Server result under Guidepoint-Prod\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><ol start=\"2\" class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\"><li>Select the connection, then click <strong>Add and Configure</strong>.</li></ol><div class=\"mt-4 mb-6\" style=\"max-width: 700px; margin-left: auto; margin-right: auto;\"><img src=\"/config/mcp/mcp-content-api/images/copilot-add-and-configure.png\" alt=\"Copilot Studio Add tool dialog showing Guidepoint MCP Server with the connection selected and the Add and configure button\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><p class=\"text-gray-700 text-sm leading-relaxed mb-4\">If everything is configured correctly, the available tools should appear as shown below. If they do not appear, review the previous configuration steps for errors.</p><div class=\"mt-4 mb-6\" style=\"max-width: 800px; margin-left: auto; margin-right: auto;\"><img src=\"/config/mcp/mcp-content-api/images/copilot-agent-tools-list.png\" alt=\"Copilot Studio agent showing the Guidepoint MCP Server details page with the connection status and the list of available tools\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Step 4: Test the Agent</p><p class=\"text-gray-700 text-sm leading-relaxed mb-4\">You can test your agent as follows:</p><div class=\"mt-4 mb-6\" style=\"max-width: 860px; margin-left: auto; margin-right: auto;\"><img src=\"/config/mcp/mcp-content-api/images/copilot-agent-test-panel.png\" alt=\"Copilot Studio agent with the Test your agent panel open, showing a prompt and the connection confirmation request\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><p class=\"text-gray-700 text-sm leading-relaxed mb-4\">If you get &ldquo;Let's get you connected first, and then I can find that info for you. <strong>Open Connection Manager</strong> to verify your credentials.&rdquo; error, click &ldquo;Open connection manager&rdquo; then &ldquo;Connect&rdquo;.</p><div class=\"mt-4 mb-6\" style=\"max-width: 760px; margin-left: auto; margin-right: auto;\"><img src=\"/config/mcp/mcp-content-api/images/copilot-connection-manager.png\" alt=\"Manage your connections page listing Guidepoint-Prod with a Not Connected status and a Connect link\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><p class=\"text-gray-700 text-sm leading-relaxed mb-4\">Then return to the test panel and click &ldquo;Retry&rdquo;.</p><div class=\"mt-4 mb-6\" style=\"max-width: 860px; margin-left: auto; margin-right: auto;\"><img src=\"/config/mcp/mcp-content-api/images/copilot-agent-test-results.png\" alt=\"Copilot Studio test panel showing the agent returning transcript-backed expert insights with source links\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div></div><h3 class=\"text-lg font-semibold text-gray-900 mb-3 mt-8\">Authorized Partner Integrations</h3><p class=\"text-gray-700 mb-6\">You can integrate Guidepoint MCP into your own custom chatbox or application. This allows you to build tailored experiences while leveraging Guidepoint's transcript insights. Reach out to your Guidepoint contact or <a href=\"mailto:sales@guidepoint.com\" class=\"text-blue-600 hover:underline font-medium\">sales@guidepoint.com</a> to add MCP to your Insights Library subscription contract.</p><div class=\"not-prose mt-4 mb-6 max-w-4xl\"><img src=\"/config/mcp/mcp-content-api/images/mcp-chat-client.png\" alt=\"MCP Chat Client interface showing Guidepoint integration with message input and chat area\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><p class=\"text-gray-700 mb-6\">Follow the OAuth 2.0 Authorization Code flow to authenticate users and obtain access tokens for calling the MCP server.</p><div class=\"bg-gray-50 border border-gray-200 rounded-lg p-4 mb-8\"><p class=\"text-gray-700 text-sm\"><strong>Security Note:</strong> In the Authorization Code Flow (<code class=\"bg-gray-100 px-1 rounded\">response_type=code</code>), the client first receives a temporary authorization code, which is then exchanged for an access token via the token endpoint. This exchange must happen on the server side because it includes the client secret, which needs to be kept secure. This design ensures that sensitive credentials are not exposed to the browser or end users.</p></div><p class=\"font-semibold text-base text-gray-900 mt-6 mb-3\">Step 1: Configure MCP Server and OAuth Credentials</p><p class=\"text-gray-700 mb-4\">First, configure your application with the MCP Server URL and OAuth credentials provided by Guidepoint. Store these credentials securely (e.g., in a key vault or environment variables):</p><div class=\"overflow-x-auto mb-6\"><table class=\"min-w-full border-collapse border border-gray-200 text-sm text-left\"><thead><tr><th class=\"border border-gray-200 bg-gray-50 px-4 py-3 font-semibold text-gray-900\">Configuration</th><th class=\"border border-gray-200 bg-gray-50 px-4 py-3 font-semibold text-gray-900\">Value</th></tr></thead><tbody><tr><td class=\"border border-gray-200 px-4 py-3 font-medium text-gray-900\">MCP Server URL</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700 font-mono text-xs\">https://clapi.guidepoint.io/mcp-server/v1/mcp</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 font-medium text-gray-900\">Authorization URL</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700 font-mono text-xs\">https://auth0.guidepoint.com/authorize</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 font-medium text-gray-900\">Token URL</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700 font-mono text-xs\">https://auth0.guidepoint.com/oauth/token</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 font-medium text-gray-900\">Client ID</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700 font-mono text-xs\">&lt;Your Client ID&gt;</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 font-medium text-gray-900\">Client Secret</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700 font-mono text-xs\">&lt;Your Client Secret&gt;</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 font-medium text-gray-900\">Callback URL</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700 font-mono text-xs\">&lt;Your Whitelisted Callback URL&gt;</td></tr></tbody></table></div><div class=\"bg-blue-50 border border-blue-200 rounded-lg p-4 mb-4\"><p class=\"text-blue-800 text-sm\"><strong>Note:</strong> Contact Guidepoint to obtain your Client ID and Client Secret. Your callback URL must be whitelisted by Guidepoint before it can be used.</p></div><div class=\"bg-green-50 border border-green-200 rounded-lg p-4 mb-8\"><p class=\"text-green-800 text-sm\"><strong>Security Best Practice:</strong> Store your Client ID, Client Secret, and other sensitive credentials in a secure location such as a key vault (e.g., Azure Key Vault, AWS Secrets Manager, HashiCorp Vault) or environment variables. Never hard-code credentials in your application source code.</p></div><p class=\"font-semibold text-base text-gray-900 mt-8 mb-3\">Step 2: Initiate Authorization Request</p><p class=\"text-gray-700 mb-4\">When your application is configured, initiate the OAuth flow by redirecting the user to the authorization endpoint. You can test this using cURL or by opening the URL in a browser:</p><div class=\"bg-gray-50 border border-gray-200 rounded-lg p-4 mb-4\"><p class=\"font-medium text-gray-900 mb-2\">Authorization URL</p><div class=\"bg-gray-900 rounded-lg p-4 overflow-x-auto\"><pre class=\"text-sm text-gray-100 font-mono whitespace-pre\">https://auth0.guidepoint.com/authorize?\n  response_type=code\n  &amp;client_id=YOUR_CLIENT_ID\n  &amp;redirect_uri=YOUR_CALLBACK_URL\n  &amp;scope=openid%20profile%20email%20offline_access\n  &amp;audience=https://clapi.guidepoint.io/mcp-server/v1/mcp</pre></div></div><p class=\"font-medium text-gray-900 mt-6 mb-2\">cURL Request</p><p class=\"text-gray-600 text-sm mb-3\">Use cURL to initiate the authorization flow (this will return the login page HTML):</p><div class=\"bg-gray-900 rounded-lg p-4 overflow-x-auto mb-4\"><pre class=\"text-sm text-gray-100 font-mono whitespace-pre\">curl -X GET \"https://auth0.guidepoint.com/authorize?response_type=code&amp;client_id=YOUR_CLIENT_ID&amp;redirect_uri=YOUR_CALLBACK_URL&amp;scope=openid%20profile%20email%20offline_access&amp;audience=https://clapi.guidepoint.io/mcp-server/v1/mcp\"</pre></div><div class=\"overflow-x-auto mb-6\"><table class=\"min-w-full border-collapse border border-gray-200 text-sm text-left\"><thead><tr><th class=\"border border-gray-200 bg-gray-50 px-4 py-3 font-semibold text-gray-900\">Parameter</th><th class=\"border border-gray-200 bg-gray-50 px-4 py-3 font-semibold text-gray-900\">Description</th></tr></thead><tbody><tr><td class=\"border border-gray-200 px-4 py-3 font-medium text-gray-900 font-mono text-xs\">response_type</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">Must be <code class=\"bg-gray-100 px-1 rounded\">code</code> for Authorization Code flow</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 font-medium text-gray-900 font-mono text-xs\">client_id</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">Your OAuth Client ID provided by Guidepoint</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 font-medium text-gray-900 font-mono text-xs\">redirect_uri</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">Your whitelisted callback URL (must be URL encoded)</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 font-medium text-gray-900 font-mono text-xs\">scope</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\"><code class=\"bg-gray-100 px-1 rounded\">openid profile email offline_access</code></td></tr><tr><td class=\"border border-gray-200 px-4 py-3 font-medium text-gray-900 font-mono text-xs\">audience</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">The MCP Server URL — <strong>required</strong></td></tr></tbody></table></div><p class=\"font-semibold text-base text-gray-900 mt-8 mb-3\">Step 3: Automatic Redirect to Login</p><p class=\"text-gray-700 mb-4\">Once the authorization request is initiated, the user is <strong>automatically redirected</strong> to the Guidepoint 360 login page:</p><div class=\"not-prose mt-4 mb-6 max-w-lg\"><img src=\"/config/mcp/mcp-content-api/images/auth0-login-dialog.png\" alt=\"Guidepoint 360 login page showing email address field and Continue button\" class=\"w-full rounded-lg border border-gray-200 shadow-sm\" loading=\"lazy\" /></div><ol class=\"list-decimal pl-6 space-y-2 text-gray-700 mb-8\"><li class=\"pl-1\">Enter your <strong>Email address</strong></li><li class=\"pl-1\">Click <strong>Continue</strong></li><li class=\"pl-1\">Enter your <strong>Password</strong> on the next screen</li><li class=\"pl-1\">Complete any additional authentication steps if prompted (e.g., MFA)</li></ol><p class=\"font-semibold text-base text-gray-900 mt-8 mb-3\">Step 4: Handle Authorization Callback</p><p class=\"text-gray-700 mb-4\">After successful authentication, the user will be redirected to your callback URL with an authorization code:</p><div class=\"bg-gray-900 rounded-lg p-4 overflow-x-auto mb-4\"><pre class=\"text-sm text-gray-100 font-mono whitespace-pre\">https://your-callback-url.com/oauth/callback?code=AUTHORIZATION_CODE</pre></div><p class=\"text-gray-700 mb-4\">Extract the <code class=\"bg-gray-100 px-1 rounded\">code</code> parameter from the URL to use in the next step.</p><p class=\"font-semibold text-base text-gray-900 mt-8 mb-3\">Step 5: Exchange Code for Access Token</p><p class=\"text-gray-700 mb-4\">Exchange the authorization code for an access token:</p><div class=\"bg-gray-900 rounded-lg p-4 overflow-x-auto mb-4\"><pre class=\"text-sm text-gray-100 font-mono whitespace-pre\">curl -X POST https://auth0.guidepoint.com/oauth/token \\\n  -H \"Content-Type: application/x-www-form-urlencoded\" \\\n  -d \"grant_type=authorization_code\" \\\n  -d \"client_id=YOUR_CLIENT_ID\" \\\n  -d \"client_secret=YOUR_CLIENT_SECRET\" \\\n  -d \"code=AUTHORIZATION_CODE\" \\\n  -d \"redirect_uri=YOUR_CALLBACK_URL\"</pre></div><p class=\"font-medium text-gray-900 mt-6 mb-2\">Token Response</p><div class=\"bg-gray-900 rounded-lg p-4 overflow-x-auto mb-4\"><pre class=\"text-sm text-gray-100 font-mono whitespace-pre\">{\n  \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...\",\n  \"refresh_token\": \"v1.MjQ0NzY4NzY4...\",\n  \"id_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...\",\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 600\n}</pre></div><div class=\"bg-amber-50 border border-amber-200 rounded-lg p-4 mb-6\"><p class=\"text-amber-800 text-sm\"><strong>Important:</strong> Store the <code class=\"bg-amber-100 px-1 rounded\">refresh_token</code> securely for refreshing access tokens later.</p></div><div class=\"overflow-x-auto mb-6\"><table class=\"min-w-full border-collapse border border-gray-200 text-sm text-left\"><thead><tr><th class=\"border border-gray-200 bg-gray-50 px-4 py-3 font-semibold text-gray-900\">Token Type</th><th class=\"border border-gray-200 bg-gray-50 px-4 py-3 font-semibold text-gray-900\">Lifetime</th><th class=\"border border-gray-200 bg-gray-50 px-4 py-3 font-semibold text-gray-900\">Purpose</th></tr></thead><tbody><tr><td class=\"border border-gray-200 px-4 py-3 font-medium text-gray-900\">Access Token</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">10 minutes (600 seconds)</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">Used for API calls to the MCP server</td></tr><tr><td class=\"border border-gray-200 px-4 py-3 font-medium text-gray-900\">Refresh Token</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">Long-lived (until revoked)</td><td class=\"border border-gray-200 px-4 py-3 text-gray-700\">Used to obtain new access tokens without re-authentication</td></tr></tbody></table></div><p class=\"font-semibold text-base text-gray-900 mt-8 mb-3\">Step 6: Call MCP API</p><p class=\"text-gray-700 mb-4\">Use the access token to call the MCP API endpoints:</p><div class=\"bg-gray-900 rounded-lg p-4 overflow-x-auto mb-6\"><pre class=\"text-sm text-gray-100 font-mono whitespace-pre\">curl -X POST https://clapi.guidepoint.io/mcp-server/v1/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Accept: application/json, text/event-stream\" \\\n  -H \"Authorization: Bearer YOUR_ACCESS_TOKEN\" \\\n  -d '{\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1,\n    \"method\": \"tools/call\",\n    \"params\": {\n      \"name\": \"search_library\",\n      \"arguments\": { \"query\": \"oncology\", \"size\": 5 }\n    }\n  }'</pre></div><p class=\"font-semibold text-base text-gray-900 mt-8 mb-3\">Step 7: Refresh Access Token</p><p class=\"text-gray-700 mb-4\">When the access token expires, use the refresh token to obtain a new access token:</p><div class=\"bg-gray-900 rounded-lg p-4 overflow-x-auto mb-6\"><pre class=\"text-sm text-gray-100 font-mono whitespace-pre\">curl -X POST https://auth0.guidepoint.com/oauth/token \\\n  -H \"Content-Type: application/x-www-form-urlencoded\" \\\n  -d \"grant_type=refresh_token\" \\\n  -d \"client_id=YOUR_CLIENT_ID\" \\\n  -d \"client_secret=YOUR_CLIENT_SECRET\" \\\n  -d \"refresh_token=YOUR_REFRESH_TOKEN\"</pre></div><div class=\"bg-purple-50 border border-purple-200 rounded-lg p-4 mb-6\"><p class=\"text-purple-900 font-semibold mb-2\">Long-Running Sessions</p><p class=\"text-purple-800 text-sm mb-3\">For applications that need continuous access over extended periods:</p><ul class=\"list-disc pl-6 space-y-1 text-purple-800 text-sm\"><li>Store the <code class=\"bg-purple-100 px-1 rounded\">refresh_token</code> securely — it remains valid until revoked</li><li>Implement automatic token refresh before the <code class=\"bg-purple-100 px-1 rounded\">access_token</code> expires (recommended: refresh when 1-2 minutes remaining)</li><li>The refresh token can be used multiple times to obtain new access tokens</li><li>If the refresh token becomes invalid or is revoked, the user must re-authenticate through GP360</li></ul></div><div class=\"border-t-2 border-gray-300 mt-12 pt-10\">\n<h3 class=\"text-lg font-semibold text-gray-900 mb-3\">Using the Guidepoint MCP Skill</h3>\n<p class=\"text-gray-700 mb-4\">Guidepoint provides a Skill package that helps AI assistants use the Guidepoint MCP server to search expert insights, cite sources, and summarize commentary clearly.</p>\n<p class=\"text-gray-700 mb-4\">You can download the Skill package (a <span style=\"font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; background: #f3f4f6; padding: 1px 6px; border-radius: 4px;\">.zip</span> file) from the Guidepoint platform: <a href=\"https://platform.guidepoint.com/mcp-skills\" class=\"text-blue-600 hover:underline font-medium\" target=\"_blank\" rel=\"noopener noreferrer\">guidepoint-transcript-search.zip</a></p>\n\n<div class=\"bg-blue-50 border border-blue-200 rounded-lg p-4 mb-8\">\n<p class=\"text-blue-800 text-sm\"><strong>Important:</strong> Before using the Skill, make sure the Guidepoint MCP server is already set up and connected. The Skill helps the AI assistant use Guidepoint MCP more effectively, but it does not connect to MCP on its own.</p>\n</div>\n\n<p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">What is included</p>\n<p class=\"text-gray-700 text-sm leading-relaxed mb-2\">The <span style=\"font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; background: #f3f4f6; padding: 1px 6px; border-radius: 4px;\">.zip</span> file contains:</p>\n<ul class=\"list-disc pl-6 space-y-1 text-gray-700 mb-8\">\n<li><span style=\"font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; background: #f3f4f6; padding: 1px 6px; border-radius: 4px;\">SKILL.md</span> — the main instruction file for the AI assistant</li>\n<li>Supporting files, if applicable, that provide additional usage patterns and examples</li>\n</ul>\n\n<p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Add the Skill to Claude</p>\n<p class=\"text-gray-700 text-sm leading-relaxed mb-3\">To use the Guidepoint MCP Skill in Claude:</p>\n<ol class=\"list-decimal list-outside m-0 mb-8 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\">\n<li>Download the <span style=\"font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; background: #f3f4f6; padding: 1px 6px; border-radius: 4px;\">.zip</span> file from the GitHub link above.</li>\n<li>Open Claude.</li>\n<li>Go to <strong>Customize</strong> &gt; <strong>Skills</strong>.</li>\n<li>Upload the Skill <span style=\"font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; background: #f3f4f6; padding: 1px 6px; border-radius: 4px;\">.zip</span> file.</li>\n<li>Make sure your Guidepoint MCP server is configured in Claude.</li>\n<li>Start a new conversation and select the Skill when asking for expert commentary, practitioner views, market research, competitive analysis, or sector trend insights.</li>\n</ol>\n\n<p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Add the Skill to ChatGPT</p>\n<p class=\"text-gray-700 text-sm leading-relaxed mb-3\">To install the Guidepoint Transcript Search Skill in ChatGPT:</p>\n<ol class=\"list-decimal list-outside m-0 mb-8 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\">\n<li>Download the Skill <span style=\"font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; background: #f3f4f6; padding: 1px 6px; border-radius: 4px;\">.zip</span> file from the GitHub link above.</li>\n<li>Open ChatGPT on the web or desktop app.</li>\n<li>In the sidebar, select <strong>Plugins</strong>.</li>\n<li>In the Plugin Directory, open the <strong>Skills</strong> tab.</li>\n<li>Select <strong>Create</strong>, then choose <strong>Upload from your computer</strong>.</li>\n<li>Upload the Guidepoint Skill <span style=\"font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; background: #f3f4f6; padding: 1px 6px; border-radius: 4px;\">.zip</span> file.</li>\n<li>Wait for ChatGPT to install the Skill.</li>\n<li>Start a new conversation and enter your research question.</li>\n</ol>\n</div><p class=\"font-semibold text-base text-gray-900 mt-4 mb-2\">Add the Skill to Perplexity Computer</p>\n<p class=\"text-gray-700 text-sm leading-relaxed mb-3\">To use the Guidepoint MCP Skill in Perplexity Computer:</p>\n<ol class=\"list-decimal list-outside m-0 mb-4 space-y-2 text-gray-700 text-sm leading-relaxed\" style=\"list-style-type: decimal; list-style-position: outside; padding-left: 1.5rem;\">\n<li>Download the <span style=\"font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; background: #f3f4f6; padding: 1px 6px; border-radius: 4px;\">.zip</span> file from the GitHub link above.</li>\n<li>Open Perplexity Computer.</li>\n<li>Go to <strong>Customize</strong> &gt; <strong>Skills</strong>.</li>\n<li>Click <strong>+ Create skill</strong>.</li>\n<li>Select <strong>Upload a skill</strong>.</li>\n<li>Upload the Skill <span style=\"font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; background: #f3f4f6; padding: 1px 6px; border-radius: 4px;\">.zip</span> file.</li>\n<li>Make sure the Skill is enabled under <strong>My skills</strong>.</li>\n<li>Make sure your Guidepoint MCP connector is configured in <strong>Customize</strong> &gt; <strong>Connectors</strong>.</li>\n<li>Start a new task.</li>\n<li>Type <span style=\"font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; background: #f3f4f6; padding: 1px 6px; border-radius: 4px;\">/guidepoint-transcript-search</span>.</li>\n<li>Select the Skill, then enter your research question.</li>\n</ol>\n</div>",
  "overviewDescriptionSource": "config",
  "featured": true,
  "hideFromCatalog": true,
  "newlyLaunched": true,
  "cardImage": "images/mcp-content-api-card.jpg",
  "openApiSpecs": {
    "v1": "v1/openapi.json"
  }
}