Docs

Model Context Protocol (MCP)

An Iqrar MCP server exposes register, emit, and decision as MCP tools — any MCP host (Claude Desktop, Cursor, Goose, Cline, Continue) can register agents and emit telemetry without writing code.

MCP (the Model Context Protocol) is the emerging standard for plugging tools into AI coding agents. The Iqrar MCP server wraps the SDK as MCP tools so any MCP host can register an agent and emit telemetry.

Tools exposed

  • iqrar.register({ org, jurisdiction, capabilities, ... }) — registers an agent against the configured Worker.
  • iqrar.emit({ type, payload }) — emits a telemetry event.
  • iqrar.decision({ decisionId, input, output, rationale, ... }) — records a decision.
  • iqrar.disclose() — returns the canonical disclosure string.

Hosts

Any MCP host works — Claude Desktop, Cursor, Goose, Cline, Continue, and any custom host built on the MCP SDK.

Status

On the roadmap. The wire format the server uses internally is the same one documented on the .

See also

  • ·
© 2026 Cortex Innovations (Pty) Ltd. Iqrar is a working name pending trademark clearance.Powered by Stratafy