HomeAPI ManualMCP ServerMCP Server Admin Settings

7.2. MCP Server Admin Settings

Updated: Jun 8 2026, 03:52 PM

The HelpSpot MCP (Model Context Protocol) server lets AI agents—such as Claude, Cursor, ChatGPT, and GitHub Copilot—connect to your HelpSpot instance and work with requests, the knowledge base, and related data on a staff member's behalf. Every action an agent takes is performed as the authenticated staff user and respects that user's existing permissions.

This page explains the MCP administration screen and what each setting does. For step-by-step instructions on connecting a specific client, see the other pages in this chapter.

Where to Find the Settings

  1. Log in to your HelpSpot admin area.
  2. Go to Settings.
  3. Select MCP.

The screen is titled MCP Server (AI Agents) and is divided into general settings and a list of available tools.

Enable MCP Server

The master switch for the feature. When it is off, the MCP server is completely unavailable and every connection attempt is rejected, regardless of any other setting on this page.

MCP Server URL

The read-only address that MCP clients connect to. It always ends in /mcp and is based on your installation's base URL.

Allowed OAuth Redirect Domains

Controls which external clients are permitted to register with your MCP server through OAuth dynamic client registration. Enter one origin per line, for example https://claude.ai.

Clients that authenticate with a personal access token (rather than OAuth registration) do not depend on this list—see below.

Available Tools

This section lists every tool the MCP server can expose to AI agents, grouped by area (Requests, Knowledge Books, and supporting lookups). Each tool has its own switch.

Write tools vs. read-only tools

Tools that create or modify data (for example, creating a request or updating a knowledge base page) are treated as write tools. Read-only tools only retrieve information. The Disable all write tools button acts on the write tools as a group.

Private vs. public request tools

Some tools come in a public and a private variant, and the two cannot be enabled at the same time:

The public variant sends customer-facing email as it normally would. The private variant performs the same action without emailing the customer or sending any external mail—useful when you want agents to log notes and updates internally only. When you enable one variant, its counterpart is automatically disabled, and the screen notes that a tool is “available when” its sibling is disabled.

Tool Reference

The following tools are available. Tools marked (write) create or change data; all others are read-only.

Requests

Knowledge Books

Supporting Lookups

How Staff Connect

After you enable the server and configure the settings above, each staff member connects their own client:

All access is per-user: an agent can only see and change the data the connected staff member is allowed to see and change.

Security Notes

This page was: Helpful | Not Helpful