> For the complete documentation index, see [llms.txt](https://docs.aisuru.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisuru.com/en/advanced-features/integrations/mcp/aisuru-mcp-which-ones-and-how-to-activate/2.-aisuru-mcp-server.md).

# 2. AIsuru MCP Server

Enables direct integration with the AIsuru platform, letting your Agent communicate with other agents or platform features.

This MCP is particularly useful for:

* Creating multi-agent architectures
* Enabling communication between different agents
* Accessing advanced AIsuru platform features

## Configuration parameters

| Parameter    | Required | Description                                                                         |
| ------------ | -------- | ----------------------------------------------------------------------------------- |
| engine\_url  | Yes      | URL of the tenant's AIsuru engine (e.g. `https://engine.memori.ai`). Auto-injected. |
| tenant\_url  | Yes      | Hostname of the current AIsuru tenant (e.g. `aisuru.acme.com`). Auto-injected.      |
| backend\_url | No       | URL of the tenant's AIsuru backend. Auto-injected.                                  |

* **Engine URL**: <https://engine.memori.ai> (may be different in AIsuru on-prem)
* **Tenant URL**: aisuru.com (SaaS) or your tenant domain ([PaaS](/en/paas/paas-benefits.md))
* **Backend URL** (optional): <https://backend.memori.ai> (may be different in AIsuru on-prem)

### Custom parameters

No additional parameters needed.

## How to use the AIsuru MCP to have two Agents talk to each other

If you want your Agent to consult a specific agent, write it in the [instructions](/en/generative-ai/ai-instructions.md) — for example: if you want to contact "Manuela" for HR questions, write in the instructions: *"If the user asks about HR, direct the question to Manuela (ID: b6fc6009-529f-42c1-91e6-5228f695fc81)"*.

{% hint style="info" %}
The ID can be retrieved in a few simple steps:

* Select and open an agent's side panel
* Under Settings, press "Dev docs"
* Once inside dev docs you'll see the agent's ID and a button to copy it to the clipboard
  {% endhint %}
