
Markitdown MCP Server
The Markitdown MCP Server bridges AI assistants with markdown content, enabling automated documentation, content analysis, and markdown file management for enha...
Connect your AI workflows to the USPTO for patent search, analysis, and document retrieval—all inside FlowHunt.
The USPTO Patent MCP Server is a FastMCP server that enables AI assistants and clients to access United States Patent and Trademark Office (USPTO) patent and patent application data. It acts as a bridge between AI-powered development environments and external patent data sources, such as the USPTO’s Public Search and Open Data Portal APIs. Through this server, developers and AI models can perform tasks like searching for patents, retrieving full-text documents, accessing bibliographic metadata, and downloading patent PDFs. By integrating with tools like Claude Desktop, the server streamlines workflows involving patent research, intellectual property analysis, and legal tech applications, allowing for automated, context-aware interactions with comprehensive patent databases.
No information about prompt templates is available in the repository.
No explicit resource primitives are documented in the repository or README.
git clone https://github.com/riemannzeta/patent_mcp_server
cd patent_mcp_server
uv sync
"mcpServers": {
"uspto-patent-mcp": {
"command": "uv",
"args": ["run", "patent-mcp-server"]
}
}
Securing API Keys
"env": {
"USPTO_ODP_API_KEY": "your_api_key_here"
},
"inputs": {}
"mcpServers": {
"uspto-patent-mcp": {
"command": "uv",
"args": ["run", "patent-mcp-server"]
}
}
Securing API Keys
"env": {
"USPTO_ODP_API_KEY": "your_api_key_here"
},
"inputs": {}
git clone https://github.com/riemannzeta/patent_mcp_server
cd patent_mcp_server
uv sync
"mcpServers": {
"uspto-patent-mcp": {
"command": "uv",
"args": ["run", "patent-mcp-server"]
}
}
Securing API Keys
"env": {
"USPTO_ODP_API_KEY": "your_api_key_here"
},
"inputs": {}
"mcpServers": {
"uspto-patent-mcp": {
"command": "uv",
"args": ["run", "patent-mcp-server"]
}
}
Securing API Keys
"env": {
"USPTO_ODP_API_KEY": "your_api_key_here"
},
"inputs": {}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"uspto-patent-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “uspto-patent-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | From README.md |
List of Prompts | ⛔ | No prompt templates documented |
List of Resources | ⛔ | No explicit MCP resource primitives documented |
List of Tools | ✅ | Patent Search, Full Text, PDF, Metadata |
Securing API Keys | ✅ | Env variable USPTO_ODP_API_KEY |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available documentation and features, the USPTO Patent MCP Server is a focused, practical MCP implementation with strong real-world utility for legal and patent data workflows. However, it lacks explicit MCP prompt/resource primitives and sampling support, limiting its flexibility for broader AI workflow integration.
Has a LICENSE | Yes (MIT) |
---|---|
Has at least one tool | Yes |
Number of Forks | 5 |
Number of Stars | 7 |
My rating for this MCP server, based on the above tables, is 6/10.
It is highly functional for its purpose, licensed openly, and has clear tool support, but is missing more advanced MCP features and broader documentation on prompts/resources.
It’s a FastMCP server that bridges AI assistants and developer tools with the United States Patent and Trademark Office's patent data, enabling automated search, retrieval, and analysis of patents and applications.
You can search for patents, retrieve full text and PDF documents, access bibliographic and litigation metadata, and perform automated intellectual property research within AI-powered workflows.
Developers, legal professionals, R&D teams, consultants, and anyone needing streamlined access to US patent data for research, monitoring, or product development.
Add the MCP component in FlowHunt, insert your server details in the system MCP configuration, and connect your AI agent. See the configuration samples for each supported client above.
Yes, you need a USPTO ODP API key, which should be securely provided as an environment variable in your client or server configuration.
Integrate the USPTO Patent MCP Server into your AI workflows for instant access to US patent data, full-text documents, and legal metadata.
The Markitdown MCP Server bridges AI assistants with markdown content, enabling automated documentation, content analysis, and markdown file management for enha...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The Microsoft Docs MCP Server provides real-time, authoritative access to Microsoft documentation for AI assistants, IDEs, and development tools. Enhance workfl...