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 rules/planit-tech/primamcp/use-primamcpgit clone --depth 1 https://github.com/PLANIT-TECH/primamcpWhat 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.01052 | $0.01052 |
| Opus 5 | $0.00526 | $0.00526 |
| Sonnet 5 | $0.00210 | $0.00210 |
| Haiku 4.5 | $0.00105 | $0.00105 |
Grade A, and why
use-primamcp 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 2d 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 — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PRIMAMCP — Rechtsrecherche-Pflicht
Trigger
Aktiviere PRIMAMCP automatisch, wenn die Anfrage eines der folgenden Merkmale enthält:
- Norm-Zitate:
§,Art.,Abs.,Satz,lit., Aktenzeichen-Muster (VI ZR …,1 BvR …,C-…/…,T-…/…) - Gesetzes-Abkürzungen: BGB, StGB, HGB, AktG, GmbHG, AO, EStG, KStG, UStG, KSchG, ArbZG, AGG, BetrVG, TVG, BDSG, DSGVO, KI-VO, MiCA, NIS2, DSA, DMA, DORA
- Gerichts-Akronyme: BGH, BVerfG, BAG, BSG, BPatG, BFH, EuGH, EuG
- Rechtsdomänen: Datenschutz, Arbeitsrecht, Steuerrecht, Vertragsrecht, Schadensersatz, Compliance, AGB, Urheberrecht, Wettbewerbsrecht
- Compliance-Begriffe: „rechtlich zulässig", „darf ich", „Pflicht", „haftbar", „kündbar", „Abmahnung", „Widerruf", „Einwilligung"
Vorgehen
- Tool-Priorität: Bei jedem Trigger zuerst
legal_searchoderlegal_lookupaufrufen — nie aus Trainings-Wissen antworten. - Verifizierung: Auch bekannte Normen (§ 823 BGB, Art. 6 DSGVO) immer per Tool prüfen, weil PRIMAMCP täglich aktualisiert wird.
- Norm-Suche: Bei thematischen Fragen
legal_searchmit natürlicher Sprache (keine Schlagwortketten). Filtersource_typesetzen, wenn klar (gii,eurlex,rechtsprechung). - Direkt-Lookup: Wenn das Zitat im Prompt steht, direkt
legal_lookup— schneller alslegal_search. - Auslegungspraxis: Für jede zentrale Norm zusätzlich
legal_find_citing_decisions(cited_norm="<Norm>")aufrufen, um BGH/BVerfG-Auslegung zu prüfen. Für EU-Rechtsprechung stattdessenlegal_searchmitsource_type='eurlex_caselaw'. - Kontext: Bei Bedarf
legal_get_contextfür umliegende Normen (z. B. § 823 BGB → §§ 821–826 für deliktischen Kontext).
Citation-Pflicht
- Jede rechtliche Aussage mit Fundstelle — Norm-Kürzel + Stand. Nie ohne.
- Format Norm:
§ 823 Abs. 1 BGB,Art. 6 Abs. 1 lit. a DSGVO - Format Urteil:
BGH v. 15.05.2023 — VI ZR 175/22mit URL auslegal-mcp - Block-Quote beim wörtlichen Zitieren des Gesetzes-/Urteilstextes; normaler Text für eigene Subsumtion/Interpretation
- Wenn
legal-mcpeine URL liefert: zwingend als Markdown-Link einbinden
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.
- 2d ago First seen · 48 lines · 1,052 tokens per session scan A 09a5537b4fd7
use-primamcp is a cursor rule published in the GitHub repository PLANIT-TECH/primamcp (10 stars, last pushed 9d ago), licensed MIT. It adds 1,052 tokens to every session, about $0.0053 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 cursor rules, from other repositories
ai-disclosure-policy
Decide when and how your product and communications must (or should) label AI-generated content, and write the disclosure policy — surface-by-surface rules, exact label wording, and the review trigger for regulations like the EU AI Act's transparency obligations. Use when asked 'do we have to label AI content', 'write…
cli-stability
CLI command stability and interface preservation.
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
cli-error-handling
CLI command error handling patterns.
prefer-direct-imports-over-module-mocks
Prefer extracting a testable core over vi.mock / vi.resetModules when unit tests need to reach production logic entangled with config, env, or singletons.