io.github.xhighhongo41/patent-checker
by xhighhongo41
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PATENT_CHECKER_OPS_KEY | No | EPO OPS consumer key. If provided, also provide PATENT_CHECKER_OPS_SECRET (or use file variants). | |
| PATENT_CHECKER_DATA_DIR | No | Directory for server data (cache, logs). Optional. | |
| PATENT_CHECKER_CACHE_DIR | No | Shared document cache directory. Optional. | |
| PATENT_CHECKER_CACHE_TTL | No | Cache expiry overrides, e.g., 'biblio=90d,claims=0'. Optional. | |
| PATENT_CHECKER_LOG_LEVEL | No | Log level: debug, info, warning, error. Default: info | |
| PATENT_CHECKER_OPS_SECRET | No | EPO OPS consumer secret. If provided, also provide PATENT_CHECKER_OPS_KEY (or use file variants). | |
| PATENT_CHECKER_SERVER_RPS | No | Rate limit for incoming MCP requests. Default: 5 | |
| PATENT_CHECKER_SERVER_HOST | No | Bind address. Default: 127.0.0.1 | |
| PATENT_CHECKER_SERVER_PORT | No | Port to listen on. Default: 8642 | |
| PATENT_CHECKER_OPS_KEY_FILE | No | Path to a file containing the EPO OPS consumer key. Use with PATENT_CHECKER_OPS_SECRET_FILE. | |
| PATENT_CHECKER_SERVER_BURST | No | Burst size for rate limiting. Default: 10 | |
| PATENT_CHECKER_SERVER_TOKEN | No | Bearer token for the HTTP server. Alternative to using a file. | |
| PATENT_CHECKER_OPS_SECRET_FILE | No | Path to a file containing the EPO OPS consumer secret. Use with PATENT_CHECKER_OPS_KEY_FILE. | |
| PATENT_CHECKER_OPERATOR_CONSENT | Yes | Version of the operator notice acknowledged (e.g., '1.0'). Required to start the server. | |
| PATENT_CHECKER_SERVER_TOKEN_FILE | No | Path to a file containing the bearer token. Alternative to PATENT_CHECKER_SERVER_TOKEN. | |
| PATENT_CHECKER_SERVER_ALLOWED_HOSTS | No | Comma-separated host names allowed in the Host header. Optional. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues