# api-scraper-markdown

Markdown Scraper API for Autonomous Agents

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add www-guiferreira70/api-scraper-markdown

# Browse available tools
npx -y smithery tool list www-guiferreira70/api-scraper-markdown

# Get full schema for a tool
npx -y smithery tool get www-guiferreira70/api-scraper-markdown scrape_url_to_markdown

# Call a tool
npx -y smithery tool call www-guiferreira70/api-scraper-markdown scrape_url_to_markdown '{}'
```

## Direct MCP Connection

Endpoint: `https://api-scraper-markdown--www-guiferreira70.run.tools`

## Tools (1)

- `scrape_url_to_markdown` — Extracts the main content of any given URL as Markdown. Requires a Dodo Payments token in the Authorization header. Cos…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get www-guiferreira70/api-scraper-markdown <tool-name>
```
