MCP.so
ログイン

Webvizio MCP

@Webvizio

Webvizio MCP について

Webvizio MCP Server - Automatically converts feedback and bug reports from websites and web apps into actionable, context-enriched developer tasks. Delivered straight to your AI coding tools, the Webvizio MCP Server ensures your AI agent has all the data it needs to solve tasks w

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

Webvizio

投稿者

Alex Malashkevych

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "webvizio": {
      "command": "npx",
      "args": [
        "-y",
        "@webvizio/mcp-server"
      ],
      "env": {
        "WEBVIZIO_API_KEY": "your-api-key"
      }
    }
  }
}

ツール

11

Fetch all available Webvizio projects

Fetch details of the currently selected Webvizio project

Set the current Webvizio project

Fetches the users task list. Use this tool if a user asks to see their tasks. You should also use it if the user wants to execute a specific task but you don't have its UUID to use with the get_task_prompt tool. Display received tasks as <task number>: <title>. For example, 123: Prepare Q2 Report. Do not show the UUID.

Fetches the task description. Use this tool only if the user ask you to provide the task description. If you need information for task execution, use get_task_prompt tool instead

Fetches the task prompt that includes a description of the task and relevant technical data to facilitate proper understanding and execution. You should use this tool whenever a user requests the execution of a specific task, by name, number, or by providing a link such as “https://app.webvizio.com/task/8ad64d4a-176a-41a0-9e4a-d20adcf25da3/show.” In cases where a link is provided, extract the UUID from the URL to retrieve the corresponding task prompt. If you are unable to obtain the UUID based on the task’s title or number, use the get_tasks tool to retrieve a list of all available tasks.

Fetches the task console logs (Browser console logs) which have been added to the task. Use this tool if the task prompt lacks sufficient information for execution. Do not use this tool if the task and its solution methods are entirely clear from the task prompt

Fetches the task network logs (Network requests) which have been added to the task. Use this tool if the task prompt lacks sufficient information for execution. Do not use this tool if the task and its solution methods are entirely clear from the task prompt

Fetches the task action logs (Repro steps) which have been added to the task. Use this tool if the task prompt lacks sufficient information for execution. Do not use this tool if the task and its solution methods are entirely clear from the task prompt

Fetches the task screenshot. By default, a screenshot is automatically generated when a task is created, displaying the page in the browser exactly as the user saw it at that moment. A distinctive lilac marker on the screenshot indicates the location of the element on the page that the task refers to. In some cases, the task author may also add additional hints and instructions directly onto the screenshot. Use this tool if the task prompt lacks sufficient information for execution. Analyzing a screenshot can also be particularly useful for tasks related to layout or resolving visual bugs. Do not use this tool if the task and its solution methods are entirely clear from the task prompt

Closes the task. Use this tool only if the user ask you to close the task. DO NOT use this tool until the user confirms the task is complete.

概要

What is Webvizio MCP?

Webvizio MCP is a server that automatically converts feedback and bug reports from websites and web applications into actionable, context-enriched developer tasks. It integrates with the Webvizio platform and delivers tasks directly to AI coding tools, enabling AI agents to solve

コメント

「その他」の他のコンテンツ