Skip to main content
Glama

Haunt API MCPサーバー

Claude、Cursor、またはその他の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リクエストまで、クレジットカード不要です。

ツール

extract_url

あらゆるURLからクリーンなデータを抽出します。JavaScriptレンダリングとCloudflareバイパスを自動的に処理します。

Extract the article content from https://example.com/blog/post

extract_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/リクエスト(使用した分のみ支払い)

リンク

-
security - not tested
F
license - not found
-
quality - not tested

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