Platform Integrations/Snowflake

Set up Patsnap MCP in Snowflake AI/ML Agents

Add Patsnap MCP as a custom connector in Snowflake AI/ML Agents, choose the target schema, configure Standard OAuth with Patsnap endpoints, and continue through the Snowflake OAuth flow.

Before you start

Prepare the Snowflake workspace, target schema, Patsnap MCP server URL, and a dedicated OAuth client before creating the connector.

Snowflake AI/ML access

Use a Snowflake account that can open AI/ML Agents and manage agent settings, tools, and custom connectors.

Target schema

Decide which database and schema should host the connector so the MCP capability is available in the correct Snowflake context.

Patsnap MCP and OAuth values

Prepare the assigned MCP server URL, Patsnap authorization and token endpoints, client ID, client secret, and mcp:read scope.

Basic Configuration

Start from Snowflake Home, enter AI/ML Agents, open Agent settings, add a custom connector, fill the MCP connector form, and click Add to start OAuth.

1

Open AI/ML Agents

Sign in to Snowflake, open AI/ML from the left navigation, and enter the Agents area.app.snowflake.com

2

Enter Agent settings

From the Agents page, open Settings to reach the area where Snowflake manages web search and connectors.

3

Add a custom connector

In the Connectors section, click Add custom to create a new MCP connector for Patsnap.

4

Fill the MCP connector form

Choose Location, enter Name and Description, add the Patsnap MCP server URL, select Standard OAuth, then fill the token endpoint, authorization endpoint, OAuth client ID, OAuth client secret, and scope.View connector field mapping

5

Click Add and continue OAuth

After all fields are complete, click Add and continue through the Snowflake OAuth authorization process.

Connector field mapping

Use the field mapping below when creating the Snowflake MCP connector. Tenant-specific URLs and OAuth credentials should be replaced with the values assigned to the integration.

FieldPublic documentation valueNotes
Location<database>.<schema>Choose the target Snowflake database and schema.
Name<capability_name>Use the subscribed Patsnap MCP capability name, such as Advanced Patent Search.
Description<connector_description>Explain what the connector enables for Snowflake users.
Server URLhttps://connect.patsnap.com/<tenant>/mcpUse the Patsnap MCP URL assigned to the integration.
Auth methodStandard OAuthSelect Standard OAuth in the Snowflake connector form.
Token endpointhttps://auth.patsnap.com/mcp-auth/oauth2/tokenUsed by Snowflake for token exchange and refresh.
Authorization endpointhttps://auth.patsnap.com/mcp-auth/oauth2/authorizeUsed by Snowflake to start the OAuth authorization flow.
OAuth Client ID<your_client_id>Issued by Patsnap for the Snowflake integration.
OAuth Client Secret<your_client_secret>Keep the real value private and use only placeholders in documentation.
Scopemcp:readMinimum scope required for reading MCP tools.