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 agent in your dashboard and go to Knowledge sources.
  2. Under Live data connections, open the Custom MCP card and paste your server URL.
  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

On the agent's Knowledge sources → Custom MCP card, optional credentials are sent as HTTP Authorization headers when connecting:

  • Username + token → Basic auth (WordPress Application Password style)
  • Token only → Bearer auth
  • Neither → public MCP servers (no auth header)
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

Put an agent on
your site tonight.

Paste your URL, brand the widget, drop in one script tag. Live and answering in under five minutes.

Free plan · No credit card · Cancel anytime