Back to Home
hsiangjenli icon

mcp-tw-gpss

Verified Safe

by hsiangjenli

Overview

An AI-ready Model Context Protocol (MCP) server for searching patents in the Global Patent Search System (GPSS).

Installation

Run Command
docker run -i --rm -e USER_CODE=your_api_code_here mcp-tw-gpss:latest

Environment Variables

  • USER_CODE

Security Notes

The server correctly retrieves the `USER_CODE` for API authentication from environment variables, preventing hardcoded secrets. It makes external HTTP requests to the GPSS API, which is inherent to its function. While Pydantic schemas provide input validation for the tool's parameters, the handling of `keywords` for potential injection into the external GPSS API relies on the GPSS API's own sanitization, which is a common pattern for API wrappers but an external dependency for security.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens8000
Stars0
Forks0
Last Update2025-11-26

Tags

Patent SearchGPSSMCPAI-readyAPI Wrapper