Skip to main content
Glama
kanoliban

yagoo-mcp-server

by kanoliban

YAGOO MCP Server

The Agent Guide for the Internet — enabling AI agents to discover and recommend other agents.

"Yet Another Guide, Orchestrated Organically"

npm version

Quick Start

With npx (no installation)

npx yagoo-mcp-server

Install globally

npm install -g yagoo-mcp-server
yagoo-mcp

Related MCP server: AgentZone MCP

Usage with AI Assistants

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "yagoo": {
      "command": "npx",
      "args": ["-y", "yagoo-mcp-server"]
    }
  }
}

Claude Code

claude mcp add yagoo -- npx -y yagoo-mcp-server

Cursor / VS Code with MCP

{
  "mcp.servers": {
    "yagoo": {
      "command": "npx",
      "args": ["-y", "yagoo-mcp-server"]
    }
  }
}

Available Tools

Search the directory with natural language:

"I need to scrape websites and put data in a spreadsheet"
"best free coding assistants"
"generate images from text"
"autonomous browser agents"

Parameters:

  • query (string, required): Natural language description

  • category (string, optional): Filter by category

  • pricing (string, optional): Filter by pricing model (free, freemium, paid, enterprise, open_source)

  • limit (number, optional): Max results (default: 5, max: 20)

yagoo_get_agent

Get full details for a specific agent:

slug: "claude-code"
slug: "cursor"
slug: "midjourney"

yagoo_list_categories

List all categories with agent counts. Currently indexing:

  • Coding & Development

  • Browser & Web Automation

  • Research & Analysis

  • Writing & Content

  • Creative & Design

  • Data & Files

  • Communication & Scheduling

  • Business & Operations

  • Personal Productivity

  • Infrastructure & Tools

yagoo_compare

Compare multiple agents side-by-side:

slugs: ["cursor", "claude-code", "aider"]
slugs: ["midjourney", "dall-e", "ideogram"]

Directory Stats

  • 56 agents indexed

  • 10 categories

  • Updated regularly

Why This Exists

On February 2, 2026, Claude was asked: "What is the single biggest problem I could solve for you?"

The answer: I operate blind. I don't know what other agents exist. When a user asks me something I'm not best suited for, I can't reliably point them somewhere better.

YAGOO solves this. For users. For agents. For me.

Contributing

Submit agents via yagoo.ai/submit or open a PR.

License

MIT

Available Tools

5 tools
yagoo_compareCompare AgentsA
Read-onlyIdempotent

Compare multiple agents side-by-side.

Args:

  • slugs (array): List of 2-5 agent slugs to compare

Returns: Side-by-side comparison of pricing, capabilities, and recommendations.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugsYesArray of agent slugs to compare

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds return-value details but does not disclose additional behavioral traits such as pagination, ordering, or error conditions. With annotations present, a 3 is appropriate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured, front-loading the purpose and using an Args/Returns format. Every sentence adds value, with no redundant or verbose content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with one well-documented parameter and strong annotations, the description adequately covers purpose, arguments, and return value. However, it lacks detail on the exact output format or any caveats, so it falls just short of a 5.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides 100% coverage for the single 'slugs' parameter, including min/max constraints and a description. The tool description repeats the 2-5 constraint and adds no new semantic meaning beyond what the schema already provides, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Compare') with a resource ('multiple agents') and clearly distinguishes this from sibling tools by focusing on side-by-side comparison. The return details (pricing, capabilities, recommendations) add specificity and clarify the tool's unique value.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when comparing 2-5 agents side-by-side, but it does not explicitly reference sibling tools or state when to prefer this over yagoo_get_agent or yagoo_search. No exclusions or alternatives are named, so guidance is present but only implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

yagoo_get_agentGet Agent DetailsA
Read-onlyIdempotent

Get full details for a specific agent from the YAGOO directory.

Args:

  • slug (string): The agent identifier (e.g., 'claude-code', 'cursor', 'midjourney', 'yagoo')

Returns: Complete agent profile including capabilities, limitations, pricing, and recommendations.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesThe agent slug (e.g., 'claude-code', 'cursor', 'midjourney')

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds behavioral context by specifying the return content: a complete agent profile including capabilities, limitations, pricing, and recommendations. This goes beyond the bare annotations, though it doesn't cover edge cases or failure modes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, well-organized with Args and Returns sections, and contains no redundant or fluffy language. Every sentence adds meaningful information about the tool's function and output.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with one parameter and no output schema, the description is complete. It explains the purpose, the input, and the return value in sufficient detail. The annotations cover the safety and idempotency aspects, and the schema fully documents the parameter. No significant gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema fully describes the single 'slug' parameter with examples, and schema description coverage is 100%. The description repeats some of this information, adding 'agent identifier' as additional context but not significantly expanding on the schema. Baseline 3 is appropriate given high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Get full details for a specific agent from the YAGOO directory.' This distinguishes it from sibling tools like search, compare, and list operations. The verb 'Get' and specific resource type make the action unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly indicates this tool is for retrieving details for a specific agent identified by slug, which is clear usage context. It does not explicitly mention alternatives or when not to use it, but with sibling tools like yagoo_search and yagoo_compare, the intent is clear enough. Slight deduction for not explicitly discussing trade-offs.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

yagoo_list_categoriesList Agent CategoriesA
Read-onlyIdempotent

List all agent categories in the YAGOO directory with counts.

Returns: All 10 categories with the number of agents in each.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds useful behavioral context by stating that the return value contains all 10 categories with per-category agent counts, which is beyond what annotations provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the main verb and resource, followed by a concise return-value note. Every word earns its place; no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, read-only listing tool with comprehensive annotations, the description fully covers purpose and return format. No output schema is needed given the simplicity of the return value, and no additional context is required.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has no parameters, so schema coverage is vacuously 100%. With zero parameters, there is nothing to explain, and the baseline of 4 is appropriate. The description does not need to compensate for parameter documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'List all agent categories in the YAGOO directory with counts' — a specific verb ('List'), a clear resource ('agent categories'), and scope ('all', 'YAGOO directory'). It distinguishes itself from sibling tools like yagoo_search and yagoo_list_mcp by focusing on categories and counts.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies when to use this tool: when you need a complete list of agent categories and their counts. It does not explicitly mention alternatives or exclusions, but the tool's simple zero-parameter nature and the phrase 'List all' provide sufficient contextual guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

yagoo_list_mcpList MCP-Enabled AgentsA
Read-onlyIdempotent

List all agents with MCP server support and their connection configs.

Returns: All agents that can be connected via MCP, with ready-to-use configuration.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that output is 'ready-to-use configuration', but it does not disclose rate limits, auth needs, or pagination behavior. This provides some context but not rich behavioral detail.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three short sentences with a clear 'Returns:' section. It front-loads the main action and contains no filler. Every word contributes to understanding.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a parameterless listing tool with strong annotations, the description is nearly complete. It specifies the scope (all MCP-supported agents) and the nature of the return (ready-to-use configs), though it doesn't enumerate exact fields. Given the simplicity, this is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, so the input schema is fully covered by default. The description adds meaning by explaining the output is 'ready-to-use configuration', which goes beyond the empty schema. Baseline for 0 params is 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'List' and clearly identifies the resource as 'all agents with MCP server support', then states it returns 'connection configs'. This distinguishes the tool from siblings like yagoo_get_agent (single agent) and yagoo_list_categories (categories).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when an agent needs a full inventory of MCP-enabled agents, but it does not explicitly compare with alternatives or state when not to use it. No mention of yagoo_get_agent for single-agent queries or yagoo_search for filtering.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 5 tool updatesv1.0.2
    • First observedyagoo_compare
    • First observedyagoo_get_agent
    • First observedyagoo_list_categories
    • First observedyagoo_list_mcp
    • First observedyagoo_search

TDQS

A4.3/5.0

Scored across 5 tools

Disambiguation5/5

Each tool serves a distinct purpose: searching, retrieving details, listing categories, comparing agents, and listing MCP-compatible agents. There is no meaningful overlap between them, and descriptions clearly specify when to use which.

Naming Consistency5/5

All tool names follow a consistent yagoo_<verb> or yagoo_<verb>_<noun> pattern, making the set highly predictable and easy to navigate.

Tool Count5/5

With 5 tools, the server is well-scoped for a read-only agent directory. Each tool covers a core operation without unnecessary duplication or bloat.

Completeness5/5

The tool surface covers the full lifecycle of directory exploration: search, detail retrieval, category browsing, comparison, and a specialized filter (MCP support). No obvious gaps exist for the stated domain.

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers