# Webvizio — MCP server on mcp.ai > Connect your Webvizio account and use 2 tools for project management straight from your AI agent. Connect with your own API key. Webvizio is a visual feedback and collaboration tool for web professionals, enabling users to annotate web pages, share feedback, track bugs, and manage tasks efficiently. By: mcp.ai · official Page: https://mcp.ai/webvizio ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_webvizio?ms=1787293560000 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/webvizio/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/webvizio/ 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/webvizio/skill.md Postman collection (v2.1): https://mcp.ai/webvizio/postman.json ## Tools - webvizio_list_projects() — Tool to fetch all available Webvizio projects for the authenticated user. Use when you need to retrieve project information or select a project for further operations. - webvizio_list_webhooks() — Tool to list all configured outgoing webhook subscriptions. Use when you need an overview of active webhooks before managing them. ## Example prompts - "What can I do in Webvizio?" - "Show me a summary of my Webvizio account" ## Links Docs: https://mcp.ai/docs/mcps/webvizio Website: https://mcp.ai/mcps/webvizio