# Webvizio — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_webvizio?ms=1787296020000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `webvizio_list_projects`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/webvizio`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/webvizio/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/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.
- `POST https://api.mcp.ai/api/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"

## More
- Page: https://mcp.ai/webvizio
- Agent spec (llms.txt): https://mcp.ai/webvizio/llms.txt
- Postman collection: https://mcp.ai/webvizio/postman.json
