Metadata-Version: 2.4
Name: mcp-server-google-patents
Version: 0.1.4
Summary: MCP server for Google Patents via SerpApi
Author-email: Antigravity <antigravity@example.com>
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: mcp
Requires-Dist: python-dotenv
Requires-Dist: requests
Description-Content-Type: text/markdown

# Google Patents MCP Server

This is a Model Context Protocol (MCP) server that provides access to Google Patents data using SerpApi.

## Configuration

You need a SerpApi API key to use this server. Set the `SERPAPI_API_KEY` environment variable.

## Tools

- `search_patents(query: str, num: int = 10, page: int = 1)`: Search for patents.
- `get_patent_details(patent_id: str)`: Get details of a specific patent.

## Installation

```bash
pip install mcp-server-google-patents
```

## Usage

Run the server:

```bash
mcp-server-google-patents
```
