# Haunt API

Structured web extraction for AI agents. Pass any URL and a prompt, get clean JSON data back. Native MCP server with 100 free requests/month.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list dannydarko/hauntapi

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dannydarko/hauntapi web_extract

# Call a tool
npx -y @smithery/cli@latest tool call dannydarko/hauntapi web_extract '{}'
```

## Direct MCP Connection

Endpoint: `https://hauntapi--dannydarko.run.tools`

## Tools (2)

- `web_extract` — Extract structured data from any webpage. Provide a URL and describe what data you want in plain English. Returns clean…
- `get_usage` — Check your Haunt API usage and remaining credits.

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