MCP connectors are currently available for WRITER Agent (Ask WRITER/Action Agent). Connectors do not currently support Agent Builder, no-code agents, or API integrations.
MCP gateway architecture
Writer’s MCP gateway sits between WRITER Agent and partner MCP servers. This architecture provides centralized security, access control, and observability for enterprise deployments. You can use the MCP gateway to connect your WRITER Agent to supported MCP servers.How the gateway works
The MCP gateway operates as an intermediary between your WRITER Agent and partner MCP servers. It handles authentication, authorization, and request routing.- Client connection: WRITER Agent connects to Writer’s unified MCP server
- Request submission: WRITER Agent sends HTTP requests to the MCP gateway endpoint
- Authentication: The gateway validates user identity and permissions using your Writer organization’s access controls
- Request routing: Authenticated requests are routed to the appropriate partner MCP server
- Response delivery: Results are returned to the agent through the secure channel
Available connectors in MCP gateway
Writer’s MCP gateway provides access to enterprise tools across multiple categories. Below is a list of currently supported MCP connectors.| Connector | Auth type | Provider authentication docs |
|---|---|---|
| FactSet | OAuth 2.0 | View docs |
| Gmail | OAuth 2.0 | View docs |
| Gong | API key + Tenant URL | View docs |
| Google Calendar | OAuth 2.0 | View docs |
| Google Docs | OAuth 2.0 | View docs |
| Google Sheets | OAuth 2.0 | View docs |
| HubSpot | OAuth 2.0 | View docs |
| Microsoft Calendar | OAuth 2.0 | View docs |
| Microsoft OneDrive | OAuth 2.0 | View docs |
| Microsoft Outlook | OAuth 2.0 | View docs |
| Microsoft Teams | OAuth 2.0 | View docs |
| PitchBook | API key | View docs |
| Slack | OAuth 2.0 | View docs |
Set up connectors
Connector setup happens in AI Studio under Connectors & Tools. For step-by-step instructions on configuring connectors, selecting tools, and managing permissions, see Setting up connectors. The sections below cover the technical authentication requirements for connectors.Set up connector authentication
The type of authentication required for a connector depends on the third-party service. The connector configuration flow in AI Studio guides you through the required setup. The three types of authentication required for connectors are OAuth 2.0, API key, and tenant-based. OAuth 2.0 connectors (FactSet, Google, Microsoft, Slack, HubSpot):- Require creating an OAuth application with the provider
- Need OAuth client ID and client secret
- Must include Writer’s redirect URI in the OAuth app configuration
- See Set up OAuth for more details
- Require an API key from the third-party service
- Some services require additional configuration like tenant URLs
- See the available connectors table for links to the provider’s documentation on how to create API keys
- Uses an API key and an additional tenant URL to authenticate requests
- Require your organization’s specific instance URL. For example:
https://yourcompany.gong.io - Used to identify your organization’s instance in multi-tenant services
Set up OAuth
Create OAuth applications
To create OAuth applications for supported providers, follow the provider’s official documentation. View the available connectors for links to the provider’s documentation on how to create OAuth applications. When creating an OAuth application, you must add the following Writer redirect URI to the list of allowed redirect URIs in your OAuth application’s settings:Required OAuth scopes
Each connector requires specific OAuth scopes to access third-party APIs. The connector configuration interface in AI Studio displays the required scopes when you configure a connector.
- Read and search documents
- Create and modify files
- Access calendar events
- Send messages or notifications
- Manage sharing permissions
Currently, OAuth scopes are fixed per connector and do not adjust based on which tools are enabled. This means users will see requests for all scopes even if you’ve disabled certain tools.
Next steps
- Set up connectors: Learn how to configure and enable connectors in AI Studio.
- Tool calling guide: Understand how AI agents use tools in conversations.
- Action Agent guide: Learn how to use Action Agent with connected tools.
- API reference: Explore the Chat Completion API that powers tool calling.