> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/trulyp/ai/ai-mcp-tools.md).

# AI MCP Tools

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FJBHKExJbXd7Cp4LI6zFb%2FAI_MCPTools_Overview.png?alt=media&amp;token=4c7f0203-8a9d-473b-84b1-8985ed1f16d7" alt=""><figcaption></figcaption></figure>

Trulyp can connect to external MCP Tools to enhance the Vizzy conversational AI. To connect to an MCP server, press the "**Add MCP server**" button in the top right.&#x20;

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FQwS2OrpKvXti0UoPzn56%2Fimage.png?alt=media&amp;token=bfe65b40-8e72-411d-a0ff-5c0a6920d883" alt=""><figcaption></figcaption></figure>

Then, enter the **Server name**, **Server ID** and **MCP server URL**, and press "Connect to MCP".

If the connection succeeds, you will see the MCP connection verified popup, that shows you all the tools available from the MCP server:

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FAHEmmxKA35upwcMWPIsJ%2Fimage.png?alt=media&amp;token=22bc8a20-0c9a-4163-945c-a2ecefe752d7" alt=""><figcaption></figcaption></figure>

After connecting to the MCP server, you will see the new tools that are now available.

Finally, select the roles that should be allowed to use this MCP server. To leave it available for everyone to use, don't select any roles.

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FxdLbCh75oyO6MkuvpqBb%2Fimage.png?alt=media&amp;token=803f05e2-e777-4d29-ba76-716b3329a331" alt=""><figcaption></figcaption></figure>

When you are happy with your configuration, press "Save MCP configuration" in the top right corner.

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FFL62GDe4Cte6YWgqSSYc%2FAI_MCPTools_Add_or_Save.png?alt=media&amp;token=2c9f18c1-5f72-468e-8613-20fa984f47ea" alt=""><figcaption></figcaption></figure>

The MCP connector will now be available to use in conversational AI!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.infotopics.com/trulyp/ai/ai-mcp-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
