# agent-ip

GeneOnline Agent IP MCP Server

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add markchiang/agent-ip

# Browse available tools
npx -y smithery tool list markchiang/agent-ip

# Get full schema for a tool
npx -y smithery tool get markchiang/agent-ip search_patents

# Call a tool
npx -y smithery tool call markchiang/agent-ip search_patents '{}'
```

## Direct MCP Connection

Endpoint: `https://agent-ip--markchiang.run.tools`

## Tools (1)

- `search_patents` — Searches Google Patents using SerpApi. Allows filtering by date, inventor, assignee, country, language, status, type, a…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get markchiang/agent-ip <tool-name>
```
