# Hystruct — MCP server on mcp.ai > Connect your Hystruct account and use 1 tools for web scraping straight from your AI agent. Connect with your own API key. Hystruct is an AI-driven web scraping tool that simplifies data extraction from websites using predefined schemas, supporting various data fields like job listings and e-commerce. By: mcp.ai · official Page: https://mcp.ai/hystruct ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_hystruct?ms=1787293740000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/hystruct/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/hystruct/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/hystruct/skill.md Postman collection (v2.1): https://mcp.ai/hystruct/postman.json ## Tools - hystruct_list_all_webhooks() — Tool to list all webhooks associated with the account. Use when you need to retrieve every configured webhook for your team. ## Example prompts - "What can I do in Hystruct?" - "Show me a summary of my Hystruct account" ## Links Docs: https://mcp.ai/docs/mcps/hystruct Website: https://mcp.ai/mcps/hystruct