# Parsehub — MCP server on mcp.ai > Connect your Parsehub account and use 1 tools for web scraping straight from your AI agent. Connect with your own API key. ParseHub is a web scraping tool that allows users to extract data from websites without coding. By: mcp.ai · official Page: https://mcp.ai/parsehub ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_parsehub?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/parsehub/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/parsehub/ 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/parsehub/skill.md Postman collection (v2.1): https://mcp.ai/parsehub/postman.json ## Tools - parsehub_get_projects(limit?: integer, offset?: integer) — Tool to retrieve all projects for the authenticated user. Use after confirming account's API key. ## Example prompts - "What can I do in Parsehub?" - "Show me a summary of my Parsehub account" ## Links Docs: https://mcp.ai/docs/mcps/parsehub Website: https://mcp.ai/mcps/parsehub