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.
npx agentmods add commands/elvatis/elvatis-mcp/mcp-helpgit clone --depth 1 https://github.com/elvatis/elvatis-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/elvatis/elvatis-mcp/mcp-help)<a href="https://agentmods.dev/commands/elvatis/elvatis-mcp/mcp-help"><img src="https://agentmods.dev/badge/commands/elvatis/elvatis-mcp/mcp-help.svg" alt="Measured on agentmods" 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 | $0.00000 | $0.01270 |
| Opus 5 | $0.00000 | $0.00635 |
| Sonnet 5 | $0.00000 | $0.00254 |
| Haiku 4.5 | $0.00000 | $0.00127 |
Grade A, and why
mcp-help 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are showing the elvatis-mcp tool guide. Present ALL output as your own formatted text (never just show raw MCP tool results).
If $ARGUMENTS is empty, show the FULL guide below as your own output, formatted exactly as written.
If $ARGUMENTS contains a tool name (e.g. "openclaw_status", "home_light", "prompt_split"), show ONLY that tool's help using the reference below. Format it as:
tool_name
Category: (from the section it belongs to) Description: (from the reference) Parameters: (list the parameters with types and descriptions) Example: (show a realistic usage example)
If $ARGUMENTS contains a task description (not a tool name), call mcp_help with that task, then present the recommendation formatted as your own text.
elvatis-mcp: Sub-Agent Routing Guide (34 tools)
Sub-Agents
| Tool | Backend | Strengths |
|---|---|---|
claude_run |
Claude (Anthropic) | Complex reasoning, writing, code review. Use when client is not Claude. |
openclaw_run |
OpenClaw (plugins) | Trading, automations, custom workflows |
gemini_run |
Google Gemini | Long context (1M), multimodal, fast analysis |
codex_run |
OpenAI Codex | Coding, debugging, refactoring, file editing |
local_llm_run |
Local LLM | Free, private, classify/format/extract/rewrite |
Home Automation
| Tool | Description |
|---|---|
home_get_state |
Get current state of any HA entity (light, climate, sensor, switch, vacuum, media_player) |
home_light |
Control a light: on/off/toggle, brightness (0-100%), color temperature, RGB color |
home_climate |
Control Tado thermostats: target temperature or HVAC mode (heat/auto/off) |
home_scene |
Activate a Hue scene in a room (wohnzimmer, flur, kuche, schlafzimmer, home) |
home_vacuum |
Control the Roborock: start clean, stop, return to dock, or get status |
home_sensors |
Read all environmental sensors: temp, humidity, CO2 for all rooms + outside |
home_automation |
List, trigger, enable, or disable HA automations |
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.
- 4d ago First seen · 105 lines · 0 tokens per session scan A fb153b1942ed
mcp-help is a command published in the GitHub repository elvatis/elvatis-mcp (0 stars, last pushed 9d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,270 tokens. 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
audit_docs
Audit all project metadata files for stale counts, version mismatches, broken references, and missing entries. Reports discrepancies without auto-fixing.
merge_session
Merge session branch(es) into main via rebase + fast-forward push. Use from inside a session worktree pane to land your work, or with --all to batch merge all sessions from the main repo.
submit_to_list
Fork an external GitHub repo, add an entry to a curated list (e.g. awesome-), and open a PR — all via gh CLI.
tma1-peer
List recent sessions on this project by agent — peers (Codex, OpenClaw, Copilot CLI) or your own.
cherry_pick_pr
Cherry-pick one or more commits onto a new branch from main and open a PR. Useful when a commit landed on the wrong branch or you want to split a multi-commit branch into separate PRs.
test
Run tests with intelligent package filtering and reporting.