loading…
Search for a command to run...
loading…
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.
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.
Extract clean, structured data from any URL — directly from Claude, Cursor, Windsurf, or any MCP-compatible AI.
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on Mac):
{
"mcpServers": {
"haunt": {
"command": "npx",
"args": ["-y", "@hauntapi/mcp-server"],
"env": {
"HAUNT_API_KEY": "your-api-key"
}
}
}
}
Get a free API key at hauntapi.com — 100 requests/month, no credit card needed.
extract_urlExtract structured data from any web page. Provide a URL and a plain-English prompt describing what you want. Handles JavaScript rendering and Cloudflare bypass automatically.
Extract the product name, price, and availability from https://example.com/product
extract_articleExtract the main article content from a news article or blog post. Returns title, body text, author, and publish date.
Extract the article content from https://example.com/blog/post
extract_metadataPull metadata from any URL: title, description, Open Graph tags, Twitter cards, canonical URL.
Get the Open Graph metadata for https://example.com
| 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 |
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"haunt-api": {
"command": "npx",
"args": []
}
}
}