All Metrics
Agentic Workflow Health · Layer 5

MCP Context
Access Rate

The fraction of agent-authored PRs that were informed by rkito design context before code generation began.

Target metric — not yet computed

This page describes the intended design. It requires MCP server access-log tracking, which doesn't exist anywhere in the product yet. It doesn't appear on your dashboard yet, and no org currently has a live value for it.

Formula
MCPCAR = (agent PRs where ≥1 rkito
MCP tool called before
first commit
÷ total agent-authored PRs)
× 100
Range: 0 – 100·Higher is better
Thresholds
≥ 80MCP integration broadly adoptedMonitor AHCR + LSCR
≥ 50Partial adoption — gaps remainUpdate agent startup prompts
< 50Most agents coding without contextDeploy MCP integration broadly
01

What it signals

MCPCAR is the MCP integration adoption metric. It measures the fraction of agent-authored PRs that were informed by rkito design context before code generation began. Low MCPCAR means agents are writing code without Ledger context, Steering context, or CHI scope — producing output that cannot be expected to conform to a design system the agent never consulted.

High MCPCAR is the prerequisite for positive AHCR. Agents cannot outperform humans on design conformance without first loading the governed design context that defines what conformance means. An agent that codes without calling rkito MCP tools is operating on implicit or stale context — exactly the condition that produces high ADRIFT scores and negative AHCR.

MCPCAR is the earliest leading indicator in the agentic health stack. Before AHCR can turn positive, MCPCAR must be high. Before LSCR can improve, the Lens context must actually be loaded. MCPCAR is the signal that tells you whether the investment in connecting agents to rkito is being realised operationally.

02

How rkito produces it

MCP server access logs are correlated with branch creation timestamps. A session that called get_ledger_state, get_applicable_lenses, get_steering_context, or get_approved_chi before the first commit on the associated branch increments MCPCAR. Detected automatically from MCP server access logs.

1
01
Agent session begins
An agent-attributed session is detected via commit signatures or session metadata
2
02
MCP tool calls monitored before first commit
rkito checks whether get_ledger_state, get_applicable_lenses, get_steering_context, or get_approved_chi was called
3
03
Timestamp correlation
MCP call timestamps are compared against the earliest commit timestamp on the branch
4
04HIT
MCP tool called before first commit
MCPCAR hit — agent loaded design context before generating code
5
05MISS
No MCP tool called before first commit
MCPCAR miss — agent coded without rkito context
6
06
MCPCAR computed over all agent-authored PRs in the window
Hit rate is reported per sprint and trended on the org dashboard alongside AHCR
03

Who this metric is for

Architect
Design Authority
MCP adoption signal

MCPCAR is the adoption metric for the MCP integration. It shows whether the investment in connecting agents to rkito is being realised operationally. If MCPCAR is high and AHCR is still negative, the context is being loaded but the agents are not using it effectively — a different problem requiring agent configuration review, not deployment work.

VP Eng
Engineering Leadership
Integration deployment health

MCPCAR tells you whether your .mcp.json and CLAUDE.md bootstrap instructions have been deployed across all agent-enabled repositories. A low MCPCAR is not an agent quality problem — it is a deployment gap. The agents that are loading context consistently outperform those that are not. Fix the deployment and the metric follows.

04

Watch

Access does not equal use

MCPCAR measures that an MCP tool was called, not that the returned context was meaningfully used. An agent that calls get_ledger_state() and then ignores the response will show MCPCAR=100 and still produce high ADRIFT. The call is logged. The usage is not.

Pair MCPCAR with AHCR and LSCR to confirm that high MCP access is translating into conformant output. MCPCAR rising without AHCR improving is the signal that agents are loading context but not acting on it — an agent configuration or prompt engineering problem, not a deployment problem.

05

What to do at each threshold

Step-by-step response playbook for each signal state.

Green≥ 80Monitor output quality

MCP integration is broadly adopted. Agents are loading design context before coding begins.

01

Monitor AHCR and LSCR to confirm context loading is producing conformant output. High MCPCAR with negative AHCR means agents are loading context but not acting on it — shift focus from deployment to agent configuration review.

02

Track MCPCAR by repository to identify any new repos that onboarded agents without the MCP bootstrap instructions. High org-level MCPCAR can mask individual repo gaps as the agent footprint expands.

Yellow≥ 50Update agent prompts

Partial adoption. Some agent configurations or workflows are not loading MCP context before coding.

01

Identify which agent configurations or workflows are not loading MCP context. The most common cause: agents configured before MCP integration was deployed. These sessions have no bootstrap instruction and no default MCP call in their startup sequence.

02

Update agent startup instructions or system prompts to include rkito MCP bootstrap calls. A single line in CLAUDE.md — “call get_ledger_state before writing any code” — is sufficient to convert an MCPCAR miss into a hit.

Red< 50Deploy MCP broadly

Most agents are coding without design context. MCP integration is not deployed broadly enough.

01

Prioritise deployment of .mcp.json and CLAUDE.md bootstrap instructions across all agent-enabled repositories. This is a deployment task, not an agent tuning task — the agents will perform better the moment context is available.

02

Do not interpret low MCPCAR as an indictment of agent capability. Agents without context are expected to produce drift — that is the AHCR baseline condition. The fix is not to restrict agents; it is to give them the design context they need before the first line is written.

Start measuring yours

What is your org's MCPCAR?

rkito computes MCPCAR automatically by correlating MCP server access logs with branch creation timestamps. Connect your repo and see your agent context adoption rate within minutes.