Yutori MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_api_usageA | Get API usage statistics including active scout counts, rate limits, and activity metrics. |
| list_scoutsA | List all scouts for the authenticated user. Returns basic metadata; use get_scout_detail for full fields. |
| get_scout_detailA | Get detailed information about a specific scout. |
| get_scout_updatesA | Get paginated updates/reports for a scout. Each update contains findings from a run. |
| create_scoutB | Create a monitoring scout for continuous web monitoring. Scouts track changes relevant to a query and alert you. Examples: 'news about Yutori', 'H100 pricing below $1.50'. |
| edit_scoutA | Update an existing scout's query, schedule, webhook configuration, or status. Use status='paused' to pause, 'active' to resume, or 'done' to archive. |
| delete_scoutA | Permanently delete a scout and all its data. This action cannot be undone. |
| run_browsing_taskC | Execute a one-time web browsing task. The navigator agent runs a browser and operates it like a person. Returns a task_id for polling. Example: 'list employees'. Set browser='local' to use the desktop app with the user's logged-in sessions. |
| list_browsing_tasksA | List one-time browsing tasks for the authenticated user. Supports cursor pagination and status filtering. List status is approximate (running also covers queued and not-yet-reconciled tasks); call get_browsing_task_result for a task's authoritative status. |
| get_browsing_task_resultA | Poll for browsing task status and result. Call until status is 'succeeded' or 'failed'. |
| run_research_taskB | Execute a one-time deep web research task. The research agent searches, reads, and synthesizes information from across the web. Returns a task_id for polling. Example: 'latest AI startup funding announcements'. |
| list_research_tasksA | List one-time research tasks for the authenticated user. Supports cursor pagination and status filtering. List status is approximate (running also covers queued and not-yet-reconciled tasks); call get_research_task_result for a task's authoritative status. |
| get_research_task_resultA | Poll for research task status and result. Call until status is 'succeeded' or 'failed'. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yutori-ai/yutori-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server