Put Kiberon Labs project data inside your agent workflows.

Connect supported AI clients to Kiberon Labs through MCP. Your agents can retrieve project updates, timelines, and client portal information while your API key keeps access scoped to your account.

Supported MCP servers

01 integration
Available

Kiberon Labs

Client Portal MCP

Give your agents read-only access to the information already in your Kiberon Labs client portal. Stay current without switching tabs or manually copying updates between tools.

Endpointhttps://clients.mcp.kiberonlabs.com/mcp
Scoped API key authentication

Generate a key from your client portal account and select the Read Only Client Portal preset for the required scopes.

Project updates

Get the latest status and progress from your active Kiberon Labs projects.

Timelines

Check delivery milestones and upcoming work without leaving your agent.

Project information

Retrieve the portal information your team needs to stay aligned.

Agent-ready access

Ask for client portal information in the same workflow where you use it.

Connect in four steps.

  1. 1

    Open your client portal

    Sign in with the account linked to your organization.

  2. 2

    Create an API key

    Choose the Read Only Client Portal preset, create the key, and copy it when shown.

  3. 3

    Add the remote MCP server

    Use the endpoint and pass your API key as a bearer token.

  4. 4

    Start asking for project context

    Your agent can now call the available tools within the scopes granted to the key.

mcp.json
{
  "mcpServers": {
    "kiberon-client-portal": {
      "type": "http",
      "url": "https://clients.mcp.kiberonlabs.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Configuration field names can vary by client. Use HTTP transport, the endpoint above, and bearer authentication.

Everything is available through tool calls.

Due to limited client capabilities, some features are resources in the full MCP specification. This server however also exposes them as tools, so clients without complete resource support can still use every available capability.

  • Streamable HTTP endpoint
  • API key access control
  • Tool-first compatibility
Keep keys private

Store your key in your MCP client's secure secrets or environment settings. Never commit it to source control.

Ready to connect?

Bring your client portal into your agent.

Open the client portal