@hauntapi/mcp-server
Extract canonical URL metadata from web pages as part of the metadata extraction capabilities, identifying the preferred URL for content.
Automatically bypass Cloudflare protection when extracting data from URLs, handling JavaScript rendering and Cloudflare security measures transparently.
Access the MCP server source code and documentation on GitHub, with the server hosted at the hauntapi/mcp-server repository.
Handle JavaScript-rendered content when extracting data from URLs, allowing extraction from modern web applications and dynamic websites.
Extract Open Graph metadata (Facebook/Meta tags) and other social media metadata from web pages as part of the metadata extraction capabilities.
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/postextract_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.comPricing
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
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Darko893/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server