# Model Context Protocol (MCP)

Su AIsuru è possibile sfruttare gli MCP per connettersi a servizi esterni. Questo standard open-source, sviluppato da Anthropic nel 2024, permette di creare in maniera semplice delle integrazioni molto potenti.

In questa sezione, esploreremo:

* [Cosa sono gli MCP e come si usano](/avanzate/integrazioni/model-context-protocol-mcp-su-aisuru/mcp-cosa-sono-e-come-si-utilizzano.md);
* [La lista degli MCP già disponibili in piattaforma](/avanzate/integrazioni/model-context-protocol-mcp-su-aisuru/mcp-di-aisuru-quali-sono-e-come-si-attivano.md).

Che tu stia cercando di estendere le capacità del tuo Agente con servizi esterni, accedere a dati in tempo reale o creare esperienze utente più ricche e contestualizzate, gli MCP (Model Context Protocol) di AIsuru ti offrono gli strumenti necessari per realizzare la tua visione. Continua a leggere per scoprire come connettere il tuo Agente al mondo esterno e portare la tua implementazione al livello successivo! 🚀


---

# Agent Instructions: 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:

```
GET https://docs.aisuru.com/avanzate/integrazioni/model-context-protocol-mcp-su-aisuru.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
