Skip to main content
MCP (Model Context Protocol) is an open protocol that standardizes how AI applications connect to external tools. You can give your agent access to an MCP server by simply pasting the server URL into the MCP Servers tab. Benefits:
  • Extend beyond built-in integrations — Add capabilities that aren’t provided by Abundly yet
  • Use community servers — Tap into the growing ecosystem of MCP servers
  • Connect internal systems — Build an MCP server for your in-house systems (CRM, inventory, custom database, etc.) and make them available to your agents
  • No waiting — Add new integrations yourself, without waiting for platform updates
Learn more about the Model Context Protocol (MCP) in the official MCP documentation.
MCP Servers tab showing connected servers

How to add an MCP server

1

Find an MCP server

Get the URL of an MCP server — from the community, a vendor, or one you’ve built yourself.
2

Add to your agent

Go to the MCP Servers tab in your agent’s capabilities and add the server URL.
3

Authenticate if needed

The platform automatically detects if authentication is required. Choose OAuth (recommended) or API token.
4

Enable/disable tools

Once connected, the platform discovers available tools. Toggle individual tools on or off.
Your MCP server will now be listed among your agent’s capabilities, and the tools it exposes will be available to your agent. Try it in the chat!

Security

Be careful with third-party MCP servers. Only add servers from sources you trust. An MCP server has access to perform actions on your behalf, so verify the source before connecting — especially for servers that aren’t from official vendors or well-known open source projects.
MCP credentials are encrypted using hybrid AES+RSA encryption. OAuth tokens are never exposed to the AI model directly — the platform handles authentication.