# Integrations - SprintHub MCP

## Introduction

The **MCP (Model Context Protocol)** is a protocol that allows AI models to interact with Sprinthub through structured tools and commands. It enables querying, updating, and creating records in an automated way, facilitating integrations, intelligent assistants, and autonomous flows within the platform.

Below are the **tools currently available via Sprinthub's MCP**:

* Manage Contacts
* Manage Contact Meetings
* Contact Statistics
* Export Contacts
* Manage Opportunities
* Opportunity Statistics
* Export Opportunities
* Service Statistics
* Export Services

## How to generate an integration link

Inside Sprinthub, go to **System Settings** and go to the **Integrations**.\
Inside it, select the option **Settings** in the Sprinthub MCP block.

On the integration screen, click **Create new token** to generate a token with the appropriate permissions for the tools listed above.\
Give the token a name, select the tools it will be able to access, and then click **Save**.

The steps can be seen in the images below.

<div data-with-frame="true"><figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FmY9frwBcoeHZ6jyLMv2c%2F1.png?alt=media&#x26;token=d10d086f-0849-4dfa-aef3-544a6c9ae548" alt=""><figcaption><p><em>Integrations Page.</em></p></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FZtzxW8D1YhiGTjTYAAl2%2F2.png?alt=media&#x26;token=2cf7d33f-da69-4569-85bd-fb7c10015e8c" alt=""><figcaption><p><em>‘MCP Integration’ Menu.</em></p></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2F4E3ZtxHSAJQqRngTUpX5%2F3.png?alt=media&#x26;token=0c0c0d74-ab62-4472-a76e-241d4a8933d7" alt=""><figcaption><p><em>Token permissions editing.</em></p></figcaption></figure></div>

## MCP connection URL

After generating the token, you can create the full connection link by joining the **MCP base URL** with the **access token**.\
For this, you can include the token as a query parameter (`?api_token=`) at the end of the URL.

Example:

```
https://mcp-vir.sprinthub.ai/mcp?api_token=m-82y2C_0qfwQrI19gENuIsZ4wF9N0bauta9cZ45
```

This address can be used by applications, AI agents, or tools compatible with the MCP protocol to establish a direct connection to the Sprinthub environment.

{% hint style="info" %}
In some cases, the authentication token must be provided in its own field or included in the **header** of the request.
{% endhint %}

<div data-with-frame="true"><figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FqXiKcXT7Q7cHgGKPp4cE%2F4.png?alt=media&#x26;token=947cf5b5-b26a-44b7-a909-6419b6a355ea" alt=""><figcaption><p><em>Listing of access tokens.</em></p></figcaption></figure></div>

[](https://mcp-dev.sprinthub.ai/mcp)
