A Model Context Protocol (MCP) server implementation for Google Patents, allowing AI assistants to search and retrieve patent information.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Searches Google Patents via SerpApi. Parameters: q (string, required), page (integer, default: 1), num (integer, default: 10, must be between 10 and 100), sort (string, options: 'relevance', 'new', 'old', default: 'relevance'), before (string, date filter), after (string, date filter), inventor (string, filter by inventor names), assignee (string, filter by assignee names), country (string, filter by country codes), language (string, filter by language), status (string, options: 'GRANT', 'APPLICATION'), type (string, options: 'PATENT', 'DESIGN'), scholar (boolean, default: false).