Haunt API
Extract clean, structured data from any URL — directly from Claude, Cursor, or any MCP-compatible AI.
Haunt API MCP Server
Extract clean, structured data from any URL — directly from Claude, Cursor, or any MCP-compatible AI.
Quick Start
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.
Tools
extract_url
Extract clean data from any URL. Handles JavaScript rendering and Cloudflare bypass automatically.
Extract the article content from https://example.com/blog/post
extract_batch
Extract from multiple URLs at once (up to 10).
Extract the title and price from these product pages: [url1, url2, url3]
extract_metadata
Pull metadata: title, description, Open Graph tags, Twitter cards, canonical URL.
Get the Open Graph metadata for https://example.com
Pricing
- Free: 100 requests/month
- Pro: $0.01/request (pay only for what you use)
Links
- API Docs: https://hauntapi.com/docs
- Get API Key: https://hauntapi.com
- GitHub: https://github.com/hauntapi/mcp-server
相關伺服器
Bright Data
贊助Discover, extract, and interact with the web - one interface powering automated access across the public internet.
Read URL MCP
Extracts web content from a URL and converts it to clean Markdown format.
Documentation Crawler
Crawl websites to generate Markdown documentation and make it searchable through an MCP server.
Financial Data MCP Server
Provides real-time financial market data from Yahoo Finance.
NBA Player Stats
Provides comprehensive NBA player statistics from basketball-reference.com, including career stats, season comparisons, and advanced metrics.
DOMShell
Browse the web with filesystem commands. 38 MCP tools let AI agents ls, cd, grep, click, and type through Chrome via a Chrome Extension.
MCP Query Table
Query financial web tables from sources like iwencai, tdx, and eastmoney using Playwright.
Cloudflare Playwright
Control a browser for web automation tasks using Playwright on Cloudflare Workers.
YouTube Transcript MCP Server
A high-performance MCP server for fetching YouTube video transcripts, with support for caching, rate limiting, and proxy rotation.
Playwright
Playwright MCP server