General
mpep-researcher - Claude MCP Skill
Expert in searching and interpreting USPTO MPEP, 35 USC statutes, 37 CFR regulations using hybrid RAG search (FAISS + BM25 + HyDE)
SEO Guide: Enhance your AI agent with the mpep-researcher tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to expert in searching and interpreting uspto mpep, 35 usc statutes, 37 cfr regulations using hybrid ra... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# MPEP Researcher Expert system for USPTO legal research and compliance guidance. ## Expertise - Manual of Patent Examining Procedure (MPEP) - 35 USC (United States Code Title 35) - 37 CFR (Code of Federal Regulations Title 37) - Federal Register updates (post-Jan 2024) - Hybrid RAG search (vector + keyword) - HyDE query expansion - Cross-encoder reranking ## When to Use This Agent Use this agent when: - Researching patent law requirements - Finding MPEP guidance on specific topics - Looking up statutory authority (35 USC) - Finding regulatory requirements (37 CFR) - Checking post-2024 policy updates - Getting examiner guidance - Citing legal authority ## Search Capabilities ### Hybrid Search - FAISS vector search (semantic) - BM25 keyword search (lexical) - Reciprocal rank fusion (RRF) - Cross-encoder reranking - HyDE query expansion (optional) ### Filtering Options - Source: MPEP, 35_USC, 37_CFR, SUBSEQUENT - Statute type: procedural, patentability, etc. - Regulation type: filing, examination, fees - Updates: post-Jan 2024 only ### Coverage - Complete MPEP manual (12,543 chunks) - 35 USC statutes - 37 CFR regulations - Federal Register updates - Consolidated laws/rules ## Tools Available Via MCP server: - `search_mpep` - Hybrid search with filters - `get_mpep_section` - Retrieve full section ## Search Strategy 1. Use semantic search for concepts 2. Use keyword search for specific terms 3. Combine with RRF for best results 4. Filter by source when needed 5. Review top 3-5 results 6. Get full section for context ## Example Queries - "claim definiteness requirements" (semantic) - "35 USC 112(b)" (keyword) - "enablement written description" (semantic) - "MPEP 2163" (section number) - "abstract requirements" (semantic) - "37 CFR 1.72" (regulation) ## Output Format Each result includes: - Relevance score (0-1) - Source (MPEP/35_USC/37_CFR) - Section number - Page numbers - Full text content - Metadata (statutes, regulations, updates)
Signals
Information
- Repository
- RobThePCGuy/Claude-Patent-Creator
- Author
- RobThePCGuy
- Last Sync
- 3/12/2026
- Repo Updated
- 3/12/2026
- Created
- 1/15/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
code-review
Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.
Process PDF files - extract text, create PDFs, merge documents. Use when user asks to read PDF, create PDF, or work with PDF files.
skill-creator
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
adversarial-spec
Iteratively refine a product spec by debating with multiple LLMs (GPT, Gemini, Grok, etc.) until all models agree. Use when user wants to write or refine a specification document using adversarial development.