High-performance MCP server for USPTO Patent File Wrapper API with secure document downloads, metadata access, and context reduction
Server Config
{
"mcpServers": {
"uspto_pfw": {
"command": "uv",
"args": [
"--directory",
"C:/Users/YOUR_USERNAME/uspto_pfw_mcp",
"run",
"patent-filewrapper-mcp"
],
"env": {
"USPTO_API_KEY": "<your_actual_USPTO_api_key_here>",
"MISTRAL_API_KEY": "<your_mistral_api_key_here_OPTIONAL>",
"PROXY_PORT": "8080"
}
}
}
}