ibl-mcp-config

Installation
SKILL.md

ibl.ai MCP Configuration

Configure external tool access for AI agents (mentors) on the ibl.ai platform. The platform models MCP with three objects, and a working integration always requires all three:

  1. MCP Server — metadata for the external MCP endpoint (name, URL, transport, auth_type, auth_scope).
  2. MCP Server Connection — the credential binding (a static token, or a reference to an OAuth ConnectedService), at platform, agent, or user scope.
  3. Agent wiring — the agent must have "mcp-tool" in its tools list AND the server ID in its mcp_servers list.

A missing step 3 is the most common failure mode: server and connection exist but the agent never calls them. Always finish by verifying agent settings.

Prerequisites (gather before doing anything)

Value Notes
Base URL e.g. https://base.manager.iblai.app (deployment-specific)
Org / tenant key {org} in paths, e.g. acme
Admin username {user_id} in paths. Must be a tenant admin for all create/update/delete operations
API token Sent as Authorization: Token <value>
Agent (mentor) unique_id UUID — needed for agent wiring or agent-scoped connections
Installs
2
Repository
iblai/api
GitHub Stars
15
First Seen
13 days ago
ibl-mcp-config — iblai/api