Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/ringo380/ga-mcp-fullWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/ringo380/ga-mcp-full/reconnect)<a href="https://agentmods.dev/commands/ringo380/ga-mcp-full/reconnect"><img src="https://agentmods.dev/badge/commands/ringo380/ga-mcp-full/reconnect/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/ringo380/ga-mcp-full/reconnect"><img src="https://agentmods.dev/badge/commands/ringo380/ga-mcp-full/reconnect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00040 | $0.00883 |
| Opus 5 | $0.00020 | $0.00441 |
| Sonnet 5 | $0.00008 | $0.00177 |
| Haiku 4.5 | $0.00004 | $0.00088 |
Grade B, and why
reconnect scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads MCP configurationmediumAgent snooping
mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.
cat .mcp.json 2>/dev/null || echo "(no project-scoped .mcp.json in cwd)" How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/ga-mcp-full:reconnect
Diagnose the ga-mcp-full MCP server and surface the exact reconnect path for the current failure mode. Use this when GA tool calls stop responding, return auth errors, or the /plugin detail view shows a red error line for ga-mcp-full.
Why this command exists
Claude Code's /plugin and /mcp menus do not expose a plugin-extensible "reconnect" button for stdio MCP servers — that affordance is HTTP-transport-only per the MCP 2025-06-18 spec. So reconnects for this stdio server happen through one of three paths, and the right path depends on which failure you hit. This command runs the diagnostics needed to pick the right one.
Steps
-
Check CLI installation — if this fails, no other reconnect path will help:
command -v ga-mcp-full && ga-mcp-full --versionIf missing, point the user at
/ga-mcp-full:setup. -
Check auth state:
ga-mcp-full auth statusRelay the output verbatim.
-
Check
.mcp.jsonsanity — staleenvsubstitution entries are the most common load-time failure:cat .mcp.json 2>/dev/null || echo "(no project-scoped .mcp.json in cwd)"Flag any
${GA_MCP_CLIENT_*}entries in theenvblock — those make Claude Code refuse to start the subprocess even though the bundled client would work without them. -
Pick the reconnect path based on findings, and tell the user exactly what to do:
Symptom Reconnect path auth statusreportsAuthenticated: noorToken expired: trueRun /ga-mcp-full:auth-login. No process restart needed —auth.pyreloads credentials from disk on the next tool call.auth statusreports stale account /email: <unknown …>Run /ga-mcp-full:auth-loginto upgrade the cached token to the v0.4.0 scope set (adds openid/email)./plugindetail view shows "Missing environment variables: GA_MCP_CLIENT_ID…".mcp.jsondeclares required env vars it shouldn't. Fix by removing theenvblock (bundled client is the default). Then restart Claude Code — plugin config is only re-read on session start.MCP subprocess crashed mid-session / claude mcp listshows it as✗ Failed to connectOpen the /mcpdialog; stdio servers are restarted by toggling the server off and on there. If that fails, restart Claude Code.Everything looks healthy but tool calls still 401 Run /ga-mcp-full:auth-logoutthen/ga-mcp-full:auth-login— clears the cached refresh token and forces a fresh consent.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 56 lines · 40 tokens per session scan B 5c072578d216
reconnect is a command published in the GitHub repository ringo380/ga-mcp-full (0 stars, last pushed 1mo ago), licensed MIT. It adds 40 tokens to every session and 883 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads mcp configuration). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
meta-audit-bridge-readiness
Audit click-to-open readiness across all configured vaults — checks bridge ≥ 0.2.0, Local REST API ≥ 4.0.0, insecure HTTP enabled, AND a live probe that confirms /open/ is actually registered in-memory. (Skill meta-audit-bridge-readiness handles natural-language triggers.).
wiki-lint
Health-check the wiki — orphans, dead wikilinks, index drift, frontmatter gaps. Read-only by default with optional auto-fix. (Skill wiki-lint handles natural-language triggers.).
refactor-clean
You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance.
fix-develop
Autonomous fix loop for failing CI on the repo's default branch.
relationships
Explore dependencies and relationships for a file or code pattern.
perf-profile.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.