Web-extraction MCP for AI agents. Point it at any public URL and get clean JSON or markdown — handles JS rendering and bot-walls, and failed extractions don't burn credits. Free: 1,000 credits/month, no card. Privacy-first.
Overview
Give your AI agent the ability to read any webpage
Point Haunt at a public URL and get back clean JSON or markdown instead of raw HTML.
- Handles JavaScript rendering and bot-walls
- Failed extractions return a clear error and do NOT burn credits
- Free tier: 1,000 credits/month, no credit card
- Privacy-first: page content and results are not retained by default
Install: npx -y --package @hauntapi/cli@latest haunt-cli init
Hosted MCP: https://hauntapi.com/mcp/server
No-key demo: https://hauntapi.com/demo
Get a free key: https://hauntapi.com
Server Config
{
"mcpServers": {
"haunt": {
"command": "npx",
"args": [
"@hauntapi/mcp-server"
],
"env": {
"HAUNT_API_KEY": "<YOUR_HAUNT_API_KEY>"
}
}
}
}