# Mifactory

Extract clean text and metadata from any URL to simplify web data collection. Transform raw web pages into structured information for easier analysis and content processing. Access core data from the…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add mifactory-bot/scraping-api

# Browse available tools
npx -y smithery tool list mifactory-bot/scraping-api

# Get full schema for a tool
npx -y smithery tool get mifactory-bot/scraping-api scrape

# Call a tool
npx -y smithery tool call mifactory-bot/scraping-api scrape '{}'
```

## Direct MCP Connection

Endpoint: `https://scraping-api--mifactory-bot.run.tools`

**Required config:**
- `apikey` (header) — Your mifactory API key. Get one at https://mifactory-portal.vercel.app

## Tools (1)

- `scrape` — Extract clean text and metadata from any URL

```bash
# Get full input/output schema for a tool
npx -y smithery tool get mifactory-bot/scraping-api <tool-name>
```
