Connect tools

Custom MCP endpoint

Plug in any Model Context Protocol server — internal CRM, ticketing system, custom API — without writing code on our side.

What MCP is, briefly

Model Context Protocol is an open standard for exposing tools, resources, and prompts to AI agents. If your system has an MCP server (built-in or via an adapter), the agent can call its tools.

Connect a server

  1. Open the bot in your dashboard and scroll to Connections.
  2. Paste the URL into Custom MCP endpoint.
  3. Save.

On the next chat message, we connect to the server, list its tools, and expose them to the agent. Tool descriptions you write on the MCP server side directly drive when the agent decides to call them — so write them clearly.

What ships transport-wise

  • HTTP Streamable (preferred) — fast and standard.
  • HTTP SSE — automatic fallback for older servers.

Building your own MCP server

See the official MCP SDKs in TypeScript, Python, and other languages. A minimal server exposes:

  • One or more tools (functions the agent can call).
  • Each tool has a JSON-schema input and a description.
  • Optionally, resources (URI-addressable read-only data) and prompts (reusable templates).

Authentication

If your MCP server requires auth, embed the token in the URL or use the standard MCP Authorization header your server expects. Our connector forwards request headers — see the MCP spec for details.

Don't expose anything public-facing you wouldn't paste in a reply.The agent calls tools on the visitor's behalf. If a tool can change something irreversible (cancel an order, delete a record), gate it via your server's own approval logic — Agentmatica passes the call through.
Get started

Add it to your site today.

Paste your URL, brand the widget, drop in the embed snippet. Live in under five minutes.

Add to your site — free