1. Conduid
  2. AI
  3. yagoo-server
MCP server · AI

yagoo-server

MCP server for YAGOO - The Agent Guide for the Internet. Enables AI agents to discover and recommend other agents.

Unclaimed devtools
39Low

Scored 3 months ago · breakdown

About yagoo-server

yagoo-server is an MCP server published by git+kanoliban in the AI category: mCP server for YAGOO - The Agent Guide for the Internet. Enables AI agents to discover and recommend other agents. It has been installed 0 times through Conduid.

Install

Install
npx yagoo-mcp-server
Claude Code
claude mcp add yagoo-mcp-server -- npx -y yagoo-mcp-server
npx
npx -y yagoo-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about yagoo-server

Powered by Claude · Grounded in docs

I know everything about yagoo-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

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

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

yagoo_search

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

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About yagoo-server

How do I install yagoo-server?

Run npx yagoo-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is yagoo-server safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is yagoo-server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.