Skip to main content
Glama

Haunt API MCP 서버

Claude, Cursor 또는 모든 MCP 호환 AI에서 직접 모든 URL의 깔끔하고 구조화된 데이터를 추출하세요.

빠른 시작

Claude Desktop 설정(~/Library/Application Support/Claude/claude_desktop_config.json, Mac 기준)에 추가하세요:

{
  "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회 요청

  • Pro: 요청당 $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