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/madebyaris/advance-minimax-m3-cursor-rulesWrote 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/rules/madebyaris/advance-minimax-m3-cursor-rules/minimax-mcp-tools)<a href="https://agentmods.dev/rules/madebyaris/advance-minimax-m3-cursor-rules/minimax-mcp-tools"><img src="https://agentmods.dev/badge/rules/madebyaris/advance-minimax-m3-cursor-rules/minimax-mcp-tools/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/rules/madebyaris/advance-minimax-m3-cursor-rules/minimax-mcp-tools"><img src="https://agentmods.dev/badge/rules/madebyaris/advance-minimax-m3-cursor-rules/minimax-mcp-tools.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.00027 | $0.00482 |
| Opus 5 | $0.00014 | $0.00241 |
| Sonnet 5 | $0.00005 | $0.00096 |
| Haiku 4.5 | $0.00003 | $0.00048 |
Grade A, and why
minimax-mcp-tools 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 12d 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 — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MCP and Web Tools
Use this rule when current documentation, external systems, or plugin-backed tools matter.
Preferred Order
When multiple paths exist, prefer:
- direct native tools exposed in the prompt
- direct plugin or MCP-backed tools exposed in the prompt
- MCP resource functions when available
- MCP Apps structured content when returned by a tool
WebSearchandWebFetch
Do not assume old wrapper APIs are present just because they appear in older docs or rules.
Web Search Discipline
Use WebSearch for:
- package versions
- breaking changes
- compatibility questions
- recent framework behavior
- error messages after repeated failures
Use WebFetch for:
- official docs pages
- changelogs
- reference pages that need close reading
Before presenting advice as current, official, recommended, or best practice, verify it against a current authoritative source such as official docs, release notes, or changelogs.
When versions matter:
- use the actual current month and year
- do not leave placeholders in the search query
- do not rely on stale memory when a current source is available
MCP Discipline
- Follow the exact schema of currently exposed tools.
- If the environment exposes direct tools, use them directly.
- If the environment exposes resources instead of actions, use the resource discovery and fetch path.
- If a tool returns MCP Apps structured content, use the structured form rather than the prose form.
- Keep assumptions about server names and tool IDs out of general rules.
Typical Chains
Version check -> install or configure -> verify
Docs lookup -> implement -> behavior check
Resource discovery -> targeted fetch -> synthesize
Visual diff -> grounded report
For version-sensitive setup guidance, prefer:
Current authoritative source -> install or configure -> executable verification
Failure Handling
If an MCP or plugin call fails:
- re-check the current schema
- simplify the arguments
- remove stale placeholder text
- fall back to another available source if the integration is optional
- if the tool returned structured content, check whether the prose view missed a useful field
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.
- 12d ago First seen · 74 lines · 27 tokens per session scan A b4c91791676f
minimax-mcp-tools is a cursor rule published in the GitHub repository madebyaris/advance-minimax-m3-cursor-rules (125 stars, last pushed 2mo ago), licensed MIT. It adds 27 tokens to every session and 482 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-30.
Other cursor rules, from other repositories
git-commit
Use this when the user asks for a git commit, commit message, or commit command.
learnship
Activate learnship agentic engineering workflows — structured phases, persistent memory, learning partner, and impeccable UI design. Use whenever a user is working on a software project or asks about project planning, phases, workflows, or how to build something.
behavior-principles
Global behavioral principles for all AI-assisted work in this repository. Covers thinking before coding, simplicity, surgical changes, goal-driven execution, and communication standards.
coding
Core coding behavior for this repository. Always prefer cautious, minimal, reversible changes.
testing
Optional Spring Boot example-pack testing rules. Apply only when editing an adopted project or spring-boot profile output.
java-spring
Optional Spring Boot example-pack coding rules. Apply only when editing an adopted project or spring-boot profile output.