Get Mcp Adoption Tool
get-mcp-adoption-toolWho on the team is actually using the Coderbuds MCP. Every MCP tool call is recorded per member, so this reports adoption over a recent window (default 30 days): total invocations, per-member usage with last-used time and favourite tool, per-tool call counts, and — the nudge list — login members who have never connected the MCP at all. The denominator is who could plausibly connect one today — a login member (only they can mint API tokens) who is still shipping code. Tracked contributors cannot connect, deactivated or long-inactive members have left, and someone with several linked identities counts once. Use when asked "who is using the MCP", "is the team on the MCP yet", or to find who still needs the setup instructions.
A call is attributed to the team it was about — the repository slug on it, or the
?team= binding on the connection — not to whichever team the web switcher last
landed on, so a member working across several teams shows up under the one they were
working in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | How many days back to summarize usage. Defaults to 30, clamped between 1 and 90. | |
| repository | No | Optional "owner/name" slug (from `git remote get-url origin`) of the repository you are working in — binds the session to the owning team when you belong to several. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | Team name. | |
| totals | Yes | invocations, members_using (distinct people in window), connectable_members (login members still shipping code, one per person — the denominator), tools_used. | |
| by_tool | Yes | Per tool: tool, invocations, last_used_at. Sorted by usage. | |
| by_member | Yes | Per person: user_id, name, invocations, last_used_at, top_tool. Sorted by usage. | |
| lookback_days | Yes | Usage window in days. | |
| never_connected_members | Yes | Currently active login members with no MCP call on record ever — who still needs the setup instructions. |