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/claude-cpanel-mcpWrote 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/claude-cpanel-mcp/account-switch)<a href="https://agentmods.dev/commands/ringo380/claude-cpanel-mcp/account-switch"><img src="https://agentmods.dev/badge/commands/ringo380/claude-cpanel-mcp/account-switch/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/claude-cpanel-mcp/account-switch"><img src="https://agentmods.dev/badge/commands/ringo380/claude-cpanel-mcp/account-switch.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.00019 | $0.00314 |
| Opus 5 | $0.00010 | $0.00157 |
| Sonnet 5 | $0.00004 | $0.00063 |
| Haiku 4.5 | $0.00002 | $0.00031 |
Grade A, and why
account-switch scanned grade A with 0 findings 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
/cpanel-mcp:account-switch
Switch between previously-saved cPanel credential profiles. Useful when managing multiple cPanel accounts (e.g. agency / reseller workflows).
Flow
- Call
auth_list_profilesto enumerate saved profiles. Each entry shows the profile name, host, user, last-4 of the token, and whether it's currently active. - If only one profile exists, surface that fact and stop - no switch is meaningful.
- Use
AskUserQuestionto let the user pick from the available non-active profiles. Show host + user alongside the profile name so they can disambiguate. - Call
auth_switch_profile(profile=<name>). The tool reinstantiates the in-memory client immediately; subsequent tool calls use the new credentials with no restart needed. - Verify with
whoamiand surface the new host/user to the user.
Notes
- To add a new profile, use
/cpanel-mcp:setupinstead. - To delete a profile, call
auth_delete_profile(profile=<name>, confirm=true)- refuses to delete the currently-active profile. - The
CPANEL_PROFILEenv var overrides the active-profile file at MCP server startup time, so a profile set via env var cannot be switched away from mid-session (you'd need to unset and reconnect the MCP).
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 · 24 lines · 19 tokens per session scan A 8e777d3fa221
account-switch is a command published in the GitHub repository ringo380/claude-cpanel-mcp (1 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 314 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
cloudflare-images:validate-config
Validate wrangler.jsonc configuration, verify Cloudflare Images bindings, check environment variables, and test Workers integration. Ensures correct setup for using Cloudflare Images with Cloudflare Workers.
cloudflare-queues:setup
Interactive wizard to set up Cloudflare Queues with queue creation, producer/consumer binding configuration, and Dead Letter Queue setup. Use when user wants to create first queue or add queues to existing Worker.
cloudflare-workers:migrate
Platform migration assistant for moving applications from AWS Lambda, Vercel, Netlify, or Cloudflare Pages to Cloudflare Workers.
cloudflare-images:check
Run comprehensive health check and configuration validation for Cloudflare Images. Tests API connectivity, verifies authentication, checks transformations enabled, lists variants, and shows quota usage.
cloudflare-queues:troubleshoot
Quick troubleshooting for common Cloudflare Queues issues.
cloudflare-workers:debug
Interactive debugging workflow for Cloudflare Workers. Diagnoses deployment errors, runtime issues, and performance problems with step-by-step fixes.