loading…
Search for a command to run...
loading…
Web extraction MCP server for AI agents. Extract structured data from any URL with built-in Cloudflare bypass, JavaScript rendering, and intelligent parsing. Re
Web extraction MCP server for AI agents. Extract structured data from any URL with built-in Cloudflare bypass, JavaScript rendering, and intelligent parsing. Returns clean markdown or JSON.
Give Claude, Cursor, Windsurf, and other MCP-compatible agents a clean web extraction tool.
Haunt turns messy public web pages into structured JSON using natural-language prompts. It is built for agent workflows that need product data, competitor pricing, article content, metadata, lead lists, research snippets, or any other web data without maintaining brittle selectors.
Get a free API key: https://hauntapi.com/#signup
Add this to your MCP client config:
{
"mcpServers": {
"haunt": {
"command": "npx",
"args": ["-y", "@hauntapi/mcp-server"],
"env": {
"HAUNT_API_KEY": "your-api-key"
}
}
}
}
Then ask your agent:
Use Haunt to extract the product name, price, availability, and review count from https://example.com/product
extract_urlGeneral-purpose extraction from any web page.
Use it for:
extract_articleExtract article fields from news, blog, and editorial pages.
Returns title, body text, author, and publish date when available.
extract_metadataExtract page metadata including title, description, Open Graph tags, Twitter Card tags, canonical URL, and related metadata.
| Plan | Requests | Price |
|---|---|---|
| Free | 100/mo | £0 |
| Starter | 1,000/mo | £19/mo |
| Pro | 5,000/mo | £49/mo |
| Scale | 15,000/mo | £99/mo |
Upgrade: https://hauntapi.com/#pricing
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"hauntapi-mcp-server": {
"command": "npx",
"args": []
}
}
}