mcp-fetch-patents
by clankercode
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PATENT_EPO_KEY | No | EPO OPS client_id:client_secret | |
| PATENT_TIMEOUT | No | HTTP timeout (seconds) | 30.0 |
| PATENT_LENS_KEY | No | Lens.org API key | |
| PATENT_CACHE_DIR | No | Cache directory for patent files | ~/.local/share/patent-cache/patents |
| PATENT_CONCURRENCY | No | Max concurrent fetches | 10 |
| PATENT_SERPAPI_KEY | No | SerpAPI key (web search fallback) | |
| PATENT_ACTIVITY_JOURNAL | No | Per-repo activity journal (empty = disabled) | .patent-activity.jsonl |
| PATENT_BIGQUERY_PROJECT | No | GCP project for BigQuery source | |
| PATENT_FETCH_ALL_SOURCES | No | Try all sources even after first success | true |
| PATENT_SEARCH_ENRICH_TOP_N | No | Enrich top N search results with full metadata | 5 |
| PATENT_SEARCH_BACKEND_DEFAULT | No | Default search backend | browser |
| PATENT_SEARCH_BROWSER_HEADLESS | No | Run Playwright in headless mode | true |
| PATENT_SEARCH_BROWSER_MAX_PAGES | No | Max Google Patents result pages per query | 3 |
| PATENT_SEARCH_BROWSER_IDLE_TIMEOUT | No | Browser idle timeout in seconds | 1800 |
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/clankercode/mcp-fetch-patents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server