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.
Server Config
{
"mcpServers": {
"haunt": {
"command": "npx",
"args": [
"@hauntapi/mcp-server"
],
"env": {
"HAUNT_API_KEY": "<YOUR_HAUNT_API_KEY>"
}
}
}
}