Claude-Patent-Creator
Verified Safeby RobThePCGuy
Overview
A USPTO patent creation and analysis system with dual-mode architecture, providing programmatic access via an MCP server and interactive workflows as a Claude Code plugin.
Installation
python mcp_server/server.pyEnvironment Variables
- GOOGLE_CLOUD_PROJECT
- ANTHROPIC_API_KEY
- OPENAI_API_KEY
- USPTO_API_KEY
Security Notes
The project adheres to good security practices by explicitly using environment variables for API keys (Google Cloud, Anthropic, OpenAI, USPTO). It also uses trusted open-source models (BGE-base-en-v1.5, MS-MARCO MiniLM-L-6-v2) and standard cloud services (BigQuery). Network operations are primarily for downloading public data and interacting with well-known APIs. The primary security considerations involve proper management of user-provided API keys and Google Cloud credentials.
Similar Servers
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
ast-mcp-server
Provides an MCP (Model Context Protocol) server for code structure and semantic analysis using ASTs and ASGs, integrated with external AI clients like Claude Desktop.
mcp-raganything
Provides a FastAPI REST API and MCP server for Retrieval Augmented Generation (RAG) capabilities, integrating with the RAG-Anything and LightRAG libraries for multi-modal document processing and knowledge graph operations.
uspto_enriched_citation_mcp
Provides structured access to USPTO enriched citation data, enabling detailed patent research and analysis, particularly for prior art and examiner behavior, through an LLM-integrated MCP server.