@hauntapi/mcp-server
by Darko893
Haunt API MCP 服务器
从任何 URL 提取整洁、结构化的数据 —— 直接在 Claude、Cursor 或任何兼容 MCP 的 AI 中使用。
快速开始
添加到您的 Claude Desktop 配置中(Mac 上位于 ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"haunt": {
"command": "npx",
"args": ["-y", "@hauntapi/mcp-server"],
"env": {
"HAUNT_API_KEY": "your-api-key"
}
}
}
}在 hauntapi.com 获取免费 API 密钥 —— 每月 100 次请求,无需信用卡。
工具
extract_url
从任何 URL 提取整洁的数据。自动处理 JavaScript 渲染和 Cloudflare 绕过。
Extract the article content from https://example.com/blog/postextract_batch
同时从多个 URL 提取数据(最多 10 个)。
Extract the title and price from these product pages: [url1, url2, url3]extract_metadata
获取元数据:标题、描述、Open Graph 标签、Twitter 卡片、规范 URL。
Get the Open Graph metadata for https://example.com定价
免费版:每月 100 次请求
专业版:$0.01/次请求(按量付费)
链接
API 文档:https://hauntapi.com/docs
获取 API 密钥:https://hauntapi.com
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