# Send MCP Server Discovery to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mcp-server-discovery",
    "name": "MCP Server Discovery",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Yanick112/mcp-server-discovery",
    "canonicalUrl": "https://clawhub.ai/Yanick112/mcp-server-discovery",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/mcp-server-discovery",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mcp-server-discovery",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/registry.md",
      "scripts/mcp_discover.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "mcp-server-discovery",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T04:49:21.072Z",
      "expiresAt": "2026-05-12T04:49:21.072Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mcp-server-discovery",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mcp-server-discovery",
        "contentDisposition": "attachment; filename=\"mcp-server-discovery-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "mcp-server-discovery"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/mcp-server-discovery"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/mcp-server-discovery",
    "downloadUrl": "https://openagent3.xyz/downloads/mcp-server-discovery",
    "agentUrl": "https://openagent3.xyz/skills/mcp-server-discovery/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mcp-server-discovery/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mcp-server-discovery/agent.md"
  }
}
```
## Documentation

### MCP Server Discovery

This skill helps you discover and manage MCP (Model Context Protocol) servers.

### What is MCP?

Model Context Protocol (MCP) is an open standard that enables AI systems to connect with external data sources and tools. It provides a standardized way for AI assistants to access files, databases, APIs, and other resources.

### Available Commands

Use the scripts/mcp_discover.py script for all MCP operations:

### List Available Servers

python3 scripts/mcp_discover.py list

Filter by category:

python3 scripts/mcp_discover.py list --category database

Categories: filesystem, dev, database, web, search, memory

### Search for Servers

python3 scripts/mcp_discover.py search --query "database"

### Get Server Details

python3 scripts/mcp_discover.py info --name postgres

### Generate MCP Client Configuration

python3 scripts/mcp_discover.py config --servers "filesystem,github,memory"

### Setting up a new MCP client

List available servers to see options
Select the servers you need
Generate configuration with those servers
Save the output to your MCP client's config file

### Finding the right server

Use search with keywords related to your need
Use info to get detailed information about a specific server
Check the install command and URL for setup instructions

### Server Categories

filesystem: File system access and management
dev: Development tools and integrations (GitHub, etc.)
database: Database connections (PostgreSQL, SQLite)
web: Web scraping and content fetching
search: Search engine integrations
memory: Persistent memory and knowledge graph

### JSON Output

All commands support --json flag for programmatic use:

python3 scripts/mcp_discover.py list --json
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Yanick112
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-05T04:49:21.072Z
- Expires at: 2026-05-12T04:49:21.072Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/mcp-server-discovery)
- [Send to Agent page](https://openagent3.xyz/skills/mcp-server-discovery/agent)
- [JSON manifest](https://openagent3.xyz/skills/mcp-server-discovery/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/mcp-server-discovery/agent.md)
- [Download page](https://openagent3.xyz/downloads/mcp-server-discovery)