# Connecting Other MCP Tools
> Source: https://www.fuze-store.com/docs/store/ai-connections/connecting-other-tools

# Connecting Other MCP Tools

Fuze Store works with **any** AI tool that supports the **Model Context Protocol (MCP)** and OAuth2 with PKCE — not just the tools with a named preset. Most clients only need the server URL; they auto-discover the OAuth endpoints and register themselves.

## Before You Start

- An MCP-capable AI client that accepts a remote/HTTP MCP server URL.
- You have **Owner** or **Admin** access to the store you want to connect.
- The **AI Connections** add-on is active on that store.
- Some AI tools require their own paid account to add a connector — check [the overview](/docs/store/ai-connections/overview#does-the-ai-tool-need-a-paid-account) for the current list.

## Get Your MCP URL

In the Fuze Store app, open **Configurations → MCP → Connect an assistant** and copy the **MCP Server URL**:

```text
https://api.fuze-store.com/mcp/store/<your-store-id>
```

This URL is unique to one store. The store is set by the URL — there is no store picker on the consent screen.

## Connect

  In your AI tool, add a **remote / custom MCP server** and paste the MCP Server URL. The exact menu varies by tool (often Settings → Connectors, MCP, or a config file).
  The tool discovers the OAuth endpoints and registers itself automatically (RFC 7591 Dynamic Client Registration). It then opens your browser to the Fuze Store consent screen.
  Sign into Fuze Store if prompted, review the requested permissions, and **Approve**.

  Server-to-server scripts and tools that can't complete a browser sign-in need a pre-minted **Client ID** and **Client Secret**. Create one under **Configurations → MCP → Credentials**, then see [Setting Up AI Access](/docs/store/ai-connections/setting-up-oauth).

## If Something Goes Wrong

If the tool can't discover the server, confirm it supports remote MCP over HTTP and OAuth2 PKCE. For Fuze-side issues, see the troubleshooting section of [Setting Up AI Access](/docs/store/ai-connections/setting-up-oauth).

  - [AI Connections Overview](/docs/store/ai-connections/overview)
  - [Setting Up AI Access](/docs/store/ai-connections/setting-up-oauth)
  - [Understanding Permissions](/docs/store/ai-connections/understanding-scopes)
