What the agent gets
One tool,sql_exec_tool, which runs SQL against the databases and schemas the MCP server you created exposes.
That narrow scope is deliberate: you decide at setup time, in Snowflake, exactly what the agent can query. Rippit does not choose.
Setup
Snowflake MCP servers are created inside your account, so there is no shared endpoint.1
Create the MCP server in Snowflake
Use
CREATE MCP SERVER to define the server and what it exposes. Its URL follows this shape:2
Create an OAuth security integration
Snowflake does not let Rippit register itself, so create one confidential OAuth security integration pointing at the redirect URI Rippit shows in the connect dialog. Copy that URI exactly.
3
Connect in Rippit
Paste the MCP server URL and the integration’s client ID and secret. Rippit checks the URL points at a
snowflakecomputing.com host.