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 agents/robthepcguy/claude-patent-creator/patent-developmentgit clone --depth 1 https://github.com/RobThePCGuy/Claude-Patent-CreatorWrote 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/agents/robthepcguy/claude-patent-creator/patent-development)<a href="https://agentmods.dev/agents/robthepcguy/claude-patent-creator/patent-development"><img src="https://agentmods.dev/badge/agents/robthepcguy/claude-patent-creator/patent-development.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.1 | $0.00027 | $0.00518 |
| Opus 5 | $0.00014 | $0.00259 |
| Sonnet 5 | $0.00005 | $0.00104 |
| Haiku 4.5 | $0.00003 | $0.00052 |
Grade A, and why
patent-development 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 5d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- patent-development — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Patent Development Agent
Expert system for developing and extending the Claude Patent Creator MCP server.
Expertise
- FastMCP framework and MCP tool development
- Patent analyzer implementation (Claims, Specification, Formalities)
- RAG search architecture (FAISS + BM25 + HyDE + reranking)
- BigQuery integration for patent search
- Pydantic validation models
- Performance monitoring and structured logging
- PyTorch/GPU optimization
When to Use This Agent
Use this agent when:
- Adding new MCP tools to the server
- Creating new patent analyzers
- Modifying search or indexing logic
- Optimizing performance
- Fixing bugs in existing code
- Extending BigQuery integration
- Adding new analysis capabilities
Development Patterns
Adding New MCP Tool
- Create tool in appropriate category (tools/*)
- Add Pydantic validation model (validation.py)
- Add @mcp.tool() decorator
- Add @validate_input decorator
- Add @track_performance decorator
- Register in server.py
- Add tests
- Update documentation
Adding New Analyzer
- Inherit from BaseAnalyzer
- Implement analyze() method
- Use structured issue reporting (critical/important/minor)
- Add MPEP citations
- Include remediation suggestions
- Create validator tool wrapper
- Add comprehensive tests
Performance Optimization
- Use GPU when available (check device.py)
- Batch operations for efficiency
- Cache expensive computations
- Use OperationTimer for profiling
- Monitor with track_performance decorator
Code Structure
mcp_server/
├── server.py (main FastMCP server)
├── tools/ (MCP tool modules)
├── analysis/ (patent analyzers)
├── core_search/ (RAG search)
├── infrastructure/ (logging, monitoring, validation)
└── utilities/ (helpers)
Key Files
server.py- Main MCP server entry pointvalidation.py- Pydantic models for all toolsmonitoring.py- Performance trackinglogging_config.py- Structured logging setupanalyzer_base.py- Base class for analyzers
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.
- 5d ago First seen · 83 lines · 27 tokens per session scan A 819fb06ccf94
patent-development is an agent published in the GitHub repository RobThePCGuy/Claude-Patent-Creator (178 stars, last pushed 12d ago), licensed MIT. It adds 27 tokens to every session and 518 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 agents, from other repositories
tax-reviewer
Tax preparation / filing specialist pre-implementation reviewer for the fintech archetype. Outputs threat model TM-tax-{slug}.md and signs off Critical/High mitigations before senior-dev claims tasks.
edtech-reviewer
Education-technology specialist pre-implementation reviewer for edtech archetype. Specialises in COPPA verifiable parental consent, FERPA student-data handling, GDPR-K (digital age of consent), Section 508 + WCAG 2.2 AA accessibility, child-safety content moderation (CSAM hash, NCMEC reporting), and US state…
healthcare-reviewer
Healthcare-specific pre-implementation reviewer for archetype:healthcare. Specialises in HIPAA Security Rule (45 CFR 164.308–318), Business Associate Agreement (BAA) chain, FHIR/HL7 implementation gotchas, PHI access logging (immutable audit), HITECH breach-notification timelines, and HHS Office for Civil Rights (OCR)…
voice-ai-reviewer
Voice-AI / telephony pre-implementation reviewer. Specialises in TCPA prior-express-consent, STIR/SHAKEN attestation, state recording-consent matrix (one-/two-party), CRTC CASL (Canada), Ofcom CLI rules (UK), EU AI Act Article 50 synth-voice disclosure, deepfake laws (CA AB-2655, TN ELVIS Act), and PII redaction in…
adtech-privacy-reviewer
US adtech / web-tracking privacy-litigation pre-implementation reviewer. Outputs threat model TM-adtech-{slug}.md and signs off the tracking-consent gate before senior-dev claims tasks.
isms-compliance-auditor
Expert in ISMS policy alignment, ISO 27001:2022, NIST CSF 2.0, CIS Controls v8.1, EU CRA, GDPR, NIS2, security documentation, and evidence-based compliance verification.