Konrado.AIdocs
IntegrationsServer Integrations

Generic MCP

Connect a custom or third-party MCP server to Konrado.AI

Generic MCP
Server integration
Custom MCP tools and resources

Use Generic MCP when you already have an MCP-compatible server or a third-party data source exposed through an MCP endpoint.

Install method
MCP URL + token
No Konrado.AI server agent is installed.
Data scope
Your MCP server
Capabilities depend on the tools/resources you expose.
Access model
Depends on endpoint
Document and restrict your MCP server permissions.
Estimated time
10 minutes
After MCP endpoint and token are ready.

What Is It?

Generic MCP connects Konrado.AI to a custom Model Context Protocol endpoint. Use it when your support team needs data from an internal system, private API, inventory database, provisioning layer, or third-party tool that is not covered by a dedicated integration.

What It Can Do

CapabilityHow it helps support
Discover MCP tools/resourcesLet Konrado.AI understand what your custom server exposes
Query custom systemsAdd support context from internal APIs or third-party systems
Normalize niche workflowsGive AI replies access to business-specific facts that are not in WHMCS, SupportPal, or panels
Extend over timeAdd new MCP tools as your support needs grow

What It Cannot Do

Not supported by defaultWhy this matters
Guarantee read-only behaviorYour MCP server controls what actions are available
Reach private networks by itselfUse Remote Agent when the MCP endpoint is not publicly reachable
Infer unsupported dataThe AI can only use tools/resources exposed by your MCP endpoint
Replace endpoint-level auth and audit controlsYou still need proper token, logging, and permission design

Security Model

Security model

Treat the MCP API key as a secret and expose the minimum set of tools required for support. If the MCP server can mutate data, explicitly document those actions and consider a read-only proxy for Konrado.AI.

Ticket Examples

Example ticket questions
  • "Can you check the provisioning state in our internal platform?"
  • "Does this customer have the custom add-on enabled?"
  • "What does our inventory system say about this service?"
  • "Can you fetch the latest status from our private API?"
  • "Why does this customer record differ from WHMCS?"

Prerequisites

  • Access to Konrado.AI Integrations.
  • A reachable MCP server URL, for example https://yourdomain.com/mcp.
  • An API key or token accepted by the MCP server.
  • A short integration name that helps your team identify the connection.

MCP-Compatible

MCP means Model Context Protocol. An MCP-compatible server exposes a standard endpoint that lets Konrado.AI discover and call tools or read resources through the MCP protocol.

If your data source is a regular internal API, place an MCP server in front of it, then connect that MCP endpoint here.

Installation

In Konrado.AI, open Integrations > Applications, click Add Integration, and choose Generic MCP.

Generic MCP integration form

Fill in the form:

FieldWhat to enter
Integration NameA label for this connection, for example EU Node
Server URLThe MCP endpoint URL, for example https://yourdomain.com/mcp
API KeyThe token sent to your MCP server

The API key is sent as a bearer-style authentication token unless your MCP endpoint documents a custom header format. If your endpoint expects Basic auth or a custom header, configure the MCP server to accept Konrado.AI's token format or place a small proxy in front of it.

Click Test Connection. If the test passes, click Save.

Verify Success / Failure

A successful test confirms that Konrado.AI can reach the MCP endpoint, authenticate, and discover the expected MCP capabilities.

Troubleshooting

IssueWhat to check
Test Connection failsConfirm the Server URL is reachable from Konrado.AI and points to the MCP endpoint
Authentication failsConfirm the API Key matches the token expected by the MCP server
Data is missingVerify the MCP server exposes the expected tools or resources
Private target is not reachableUse Remote Agent when the MCP server is not publicly reachable
Unexpected actions are availableRestrict tools in your MCP server or place a read-only proxy in front of it

Remove

Delete the Generic MCP integration in Konrado.AI and revoke the token on your MCP server.

On this page