From 1b179325036cf2feb4e751f3c51b090957c45cbe Mon Sep 17 00:00:00 2001 From: "Michael F. Martin" Date: Sun, 9 Mar 2025 09:13:26 -0700 Subject: [PATCH 1/2] Update README.md Add link to community server for access to United States Patent & Trademark Office data hosted through the USPTO Open Data Protocol (ODP) API. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 214f636be5..44c40464d3 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[OpenRPC](https://github.com/shanejonas/openrpc-mpc-server)** - Interact with and discover JSON-RPC APIs via [OpenRPC](https://open-rpc.org). - **[Open Strategy Partners Marketing Tools](https://github.com/open-strategy-partners/osp_marketing_tools)** - Content editing codes, value map, and positioning tools for product marketing. - **[Pandoc](https://github.com/vivekVells/mcp-pandoc)** - MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more. +- **[USPTO]([https](https://github.com/riemannzeta/patent_mcp_server))** - MCP server for accessing United States Patent & Trademark Office data through its Open Data Protocol (ODP) API. - **[PIF](https://github.com/hungryrobot1/MCP-PIF)** - A Personal Intelligence Framework (PIF), providing tools for file operations, structured reasoning, and journal-based documentation to support continuity and evolving human-AI collaboration across sessions. - **[Pinecone](https://github.com/sirmews/mcp-pinecone)** - MCP server for searching and uploading records to Pinecone. Allows for simple RAG features, leveraging Pinecone's Inference API. - **[Placid.app](https://github.com/felores/placid-mcp-server)** - Generate image and video creatives using Placid.app templates From 8a7a3dc4069cf9ec5898b9e0e5ec2c84a75b2d37 Mon Sep 17 00:00:00 2001 From: Michael Frank Martin Date: Tue, 18 Mar 2025 09:27:12 -0700 Subject: [PATCH 2/2] Update README.md With vestigial (http) removed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c40464d3..dce358538f 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[OpenRPC](https://github.com/shanejonas/openrpc-mpc-server)** - Interact with and discover JSON-RPC APIs via [OpenRPC](https://open-rpc.org). - **[Open Strategy Partners Marketing Tools](https://github.com/open-strategy-partners/osp_marketing_tools)** - Content editing codes, value map, and positioning tools for product marketing. - **[Pandoc](https://github.com/vivekVells/mcp-pandoc)** - MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more. -- **[USPTO]([https](https://github.com/riemannzeta/patent_mcp_server))** - MCP server for accessing United States Patent & Trademark Office data through its Open Data Protocol (ODP) API. +- **[USPTO](https://github.com/riemannzeta/patent_mcp_server)** - MCP server for accessing United States Patent & Trademark Office data through its Open Data Protocol (ODP) API. - **[PIF](https://github.com/hungryrobot1/MCP-PIF)** - A Personal Intelligence Framework (PIF), providing tools for file operations, structured reasoning, and journal-based documentation to support continuity and evolving human-AI collaboration across sessions. - **[Pinecone](https://github.com/sirmews/mcp-pinecone)** - MCP server for searching and uploading records to Pinecone. Allows for simple RAG features, leveraging Pinecone's Inference API. - **[Placid.app](https://github.com/felores/placid-mcp-server)** - Generate image and video creatives using Placid.app templates