# Webpage Timestamps Extractor

Extract creation, modification, and publication timestamps from webpages to evaluate content freshness and support temporal analysis. Utilize multiple data sources including HTML meta tags, HTTP head…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Fabien-desablens/mcp-webpage-timestamps

# Browse available tools
npx -y @smithery/cli@latest tool list Fabien-desablens/mcp-webpage-timestamps

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Fabien-desablens/mcp-webpage-timestamps extract_timestamps

# Call a tool
npx -y @smithery/cli@latest tool call Fabien-desablens/mcp-webpage-timestamps extract_timestamps '{}'
```

## Tools (2)

- `extract_timestamps` — Extract creation, modification, and publication timestamps from a webpage
- `batch_extract_timestamps` — Extract timestamps from multiple webpages in batch

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Fabien-desablens/mcp-webpage-timestamps <tool-name>
```

---

Source: https://github.com/Fabien-desablens/mcp-webpage-timestamps | License: MIT
