← yutori.com

INDIVIDUAL MCP TOOL

run_browsing_task

Execute a one-time web browsing task and return a task_id for polling.

yutori.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.yutori.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for run_browsing_task and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests code or command execution.

Parent server

yutori.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.yutori-mcp]
url = "https://api.yutori.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "yutori-mcp": {
      "type": "http",
      "url": "https://api.yutori.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: yutori-mcp
Remote MCP URL: https://api.yutori.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "yutori-mcp": {
      "url": "https://api.yutori.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "yutori-mcp": {
      "type": "http",
      "url": "https://api.yutori.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "yutori-mcp",
  "transport": "streamable-http",
  "url": "https://api.yutori.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_api_usage — Get Yutori usage statistics including active scouts, rate limits, and activity metrics.
  • list_scouts — List scouts for the authenticated Yutori user.
  • get_scout_detail — Get detailed information about a specific scout.
  • get_scout_updates — Get paginated updates and reports for a scout.
  • create_scout — Create a monitoring scout for continuous web monitoring.
  • edit_scout — Update a scout's query, schedule, webhook configuration, or status.
  • delete_scout — Permanently delete a scout and all its data.
  • get_browsing_task_result — Poll for browsing task status and result.