# agent-press

GeneOnline Agent Press MCP Server

## Quick Start

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

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

# Get full schema for a tool
npx -y smithery tool get markchiang/agent-press news_company

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

## Direct MCP Connection

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

## Tools (1)

- `news_company` — Fetch recent company headlines for a given stock symbol.

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