Haunt API MCPサーバー
Claude、Cursor、Windsurf、またはその他のMCP互換AIから直接、あらゆるURLからクリーンで構造化されたデータを抽出します。
クイックスタート
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リクエストまで利用可能です。
Related MCP server: Anybrowse
ツール
extract_url
あらゆるWebページから構造化データを抽出します。URLと、抽出したい内容を説明する平易な英語のプロンプトを指定してください。JavaScriptのレンダリングやCloudflareのバイパスを自動的に処理します。
Extract the product name, price, and availability from https://example.com/productextract_article
ニュース記事やブログ投稿からメインの記事コンテンツを抽出します。タイトル、本文、著者、公開日を返します。
Extract the article content from https://example.com/blog/postextract_metadata
あらゆるURLからメタデータを取得します:タイトル、説明、Open Graphタグ、Twitterカード、正規URL。
Get the Open Graph metadata for https://example.com料金プラン
プラン | リクエスト数 | 価格 |
Free | 100/月 | £0 |
Starter | 1,000/月 | £19/月 |
Pro | 5,000/月 | £49/月 |
Scale | 15,000/月 | £99/月 |
リンク
ウェブサイト: https://hauntapi.com
APIドキュメント: https://hauntapi.com/docs
APIキーの取得: https://hauntapi.com/#signup
Maintenance
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/haunt-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
