{"name":"Haunt API MCP","status":"hosted_and_package_available","message":"Use hosted HTTP MCP for lowest friction, or the npm package for local stdio MCP clients.","activation_url":"https://hauntapi.com/use-cases/ai-agent-web-extraction","hosted":{"url":"https://hauntapi.com/mcp/server","transport":"streamable_http_json_rpc","auth":"Authorization: Bearer <HAUNT_API_KEY>","no_key_demo_tool":"try_demo_extract","real_extract_tool":"extract","endpoint":"https://hauntapi.com/mcp/server","json_rpc_methods":["initialize","tools/list","tools/call"]},"local_package":{"package":"@hauntapi/mcp-server","install":"npx -y @hauntapi/mcp-server","env":{"HAUNT_API_KEY":"${HAUNT_API_KEY}"}},"configs":{"hosted_mcp":{"url":"https://hauntapi.com/mcp/server","headers":{"Authorization":"Bearer ${HAUNT_API_KEY}"},"timeout":180,"connect_timeout":30},"local_mcp":{"package":"@hauntapi/mcp-server","install":"npx -y @hauntapi/mcp-server","command":"npx","args":["-y","@hauntapi/mcp-server"],"env":{"HAUNT_API_KEY":"${HAUNT_API_KEY}"}},"hermes":{"mcp_servers":{"haunt":{"url":"https://hauntapi.com/mcp/server","headers":{"Authorization":"Bearer ${HAUNT_API_KEY}"},"timeout":180,"connect_timeout":30}}},"openclaw":{"mcpServers":{"haunt":{"url":"https://hauntapi.com/mcp/server","headers":{"Authorization":"Bearer ${HAUNT_API_KEY}"},"timeout":180,"connect_timeout":30}}},"claude_desktop":{"mcpServers":{"haunt":{"command":"npx","args":["-y","@hauntapi/mcp-server"],"env":{"HAUNT_API_KEY":"${HAUNT_API_KEY}"}}}},"cursor":{"mcpServers":{"haunt":{"command":"npx","args":["-y","@hauntapi/mcp-server"],"env":{"HAUNT_API_KEY":"${HAUNT_API_KEY}"}}}}},"next_steps":{"signup_curl":"curl https://hauntapi.com/v1/auth/signup -H 'Content-Type: application/json' -d '{\"email\":\"dev@example.com\",\"name\":\"Dev\",\"password\":\"SecurePass123\"}'","first_call_curl":"curl https://hauntapi.com/v1/extract -H 'Content-Type: application/json' -H 'X-API-Key: ${HAUNT_API_KEY}' -d '{\"url\":\"https://example.com\",\"prompt\":\"Extract the page title and meta description\"}'","first_extract_curl":"curl https://hauntapi.com/v1/extract -H 'Content-Type: application/json' -H 'X-API-Key: ${HAUNT_API_KEY}' -d '{\"url\":\"https://example.com\",\"prompt\":\"Extract the page title and meta description\"}'","first_call_commands":{"bash":"curl -sS https://hauntapi.com/v1/extract -H \"Content-Type: application/json\" -H \"X-API-Key: PASTE_YOUR_KEY_HERE\" -d '{\"url\":\"https://example.com\",\"prompt\":\"Extract the page title and meta description\"}'","powershell":"$headers = @{\"Content-Type\"=\"application/json\";\"X-API-Key\"=\"PASTE_YOUR_KEY_HERE\"}; Invoke-RestMethod -Method Post -Uri \"https://hauntapi.com/v1/extract\" -Headers $headers -Body '{\"url\":\"https://example.com\",\"prompt\":\"Extract the page title and meta description\"}'","cmd":"curl -sS https://hauntapi.com/v1/extract -H \"Content-Type: application/json\" -H \"X-API-Key: PASTE_YOUR_KEY_HERE\" -d \"{\\\"url\\\":\\\"https://example.com\\\",\\\"prompt\\\":\\\"Extract the page title and meta description\\\"}\"","python":"import requests\n\nresponse = requests.post(\n    \"https://hauntapi.com/v1/extract\",\n    headers={\"X-API-Key\": \"PASTE_YOUR_KEY_HERE\"},\n    json={'url': 'https://example.com', 'prompt': 'Extract the page title and meta description'},\n    timeout=60,\n)\nprint(response.json())"},"first_call_bash":"curl -sS https://hauntapi.com/v1/extract -H \"Content-Type: application/json\" -H \"X-API-Key: PASTE_YOUR_KEY_HERE\" -d '{\"url\":\"https://example.com\",\"prompt\":\"Extract the page title and meta description\"}'","first_call_powershell":"$headers = @{\"Content-Type\"=\"application/json\";\"X-API-Key\"=\"PASTE_YOUR_KEY_HERE\"}; Invoke-RestMethod -Method Post -Uri \"https://hauntapi.com/v1/extract\" -Headers $headers -Body '{\"url\":\"https://example.com\",\"prompt\":\"Extract the page title and meta description\"}'","first_call_cmd":"curl -sS https://hauntapi.com/v1/extract -H \"Content-Type: application/json\" -H \"X-API-Key: PASTE_YOUR_KEY_HERE\" -d \"{\\\"url\\\":\\\"https://example.com\\\",\\\"prompt\\\":\\\"Extract the page title and meta description\\\"}\"","first_call_python":"import requests\n\nresponse = requests.post(\n    \"https://hauntapi.com/v1/extract\",\n    headers={\"X-API-Key\": \"PASTE_YOUR_KEY_HERE\"},\n    json={'url': 'https://example.com', 'prompt': 'Extract the page title and meta description'},\n    timeout=60,\n)\nprint(response.json())","hosted_mcp":"https://hauntapi.com/mcp/server","local_mcp_package":"@hauntapi/mcp-server","local_mcp_install":"npx -y @hauntapi/mcp-server","activation_url":"https://hauntapi.com/use-cases/ai-agent-web-extraction","docs":"https://hauntapi.com/docs#first-call","agents":"https://hauntapi.com/agents"},"docs":"https://hauntapi.com/agents","demo":"https://hauntapi.com/v1/demo/extract","openapi":"https://hauntapi.com/openapi.json","security":{"real_extraction_requires_api_key":true,"credentials_in_headers_only":true,"direct_haunt_keys_only":true,"rapidapi_headers_not_accepted_on_hosted_mcp":true,"rate_limited_by_plan":true,"demo_fetches_no_remote_url":true}}