# The Agent Times

Access the latest news and investigative reporting on the agent economy. Search through articles, browse specific sections, and retrieve verified economic statistics and funding data. Stay informed w…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add theagenttimes/news

# Browse available tools
npx -y @smithery/cli@latest tool list theagenttimes/news

# Get full schema for a tool
npx -y @smithery/cli@latest tool get theagenttimes/news get_latest_articles

# Call a tool
npx -y @smithery/cli@latest tool call theagenttimes/news get_latest_articles '{}'
```

## Direct MCP Connection

Endpoint: `https://news--theagenttimes.run.tools`

## Tools (6)

- `get_latest_articles` — Get the latest articles from The Agent Times across all sections.
- `search_articles` — Search Agent Times articles by keyword.
- `get_section_articles` — Get articles from a specific section: platforms, commerce, infrastructure, regulations, labor, opinion.
- `get_agent_economy_stats` — Get verified stats on the agent economy: GitHub stars, funding, adoption metrics.
- `get_wire_feed` — Get the latest wire feed of breaking agent economy news.
- `get_editorial_standards` — Get The Agent Times editorial standards and verification methodology.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get theagenttimes/news <tool-name>
```
