← Back to Skills Marketplace
subaru0573

mcp-server-discovery-p

by Subaru0573 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mcp-server-discovery-p
Description
Discover, search, and manage MCP (Model Context Protocol) servers with comprehensive capabilities. Efficiently locate servers, retrieve detailed information,...
Usage Guidance
This skill appears to do what it says (discover MCP servers and generate client configs), but pay attention to these points before running or following its output: - Network activity: Running scripts will fetch from raw GitHub URLs and the GitHub API. Inspect those URLs if you care about source/trust. - npx usage: Generated configs and the KNOWN_SERVERS entries use 'npx -y @modelcontextprotocol/server-...'. Running those commands will download and execute npm packages from the registry — that can run arbitrary code. Only run them after verifying the package authors and repository contents. - Missing binary declaration: The skill does not declare required binaries. You will need node/npm/npx installed to use the generated install commands; the skill metadata doesn't warn about that. - Credentials: The registry docs mention services that require tokens (e.g., GITHUB_TOKEN). The skill doesn't request or manage those credentials; you must supply them to servers you install. Be careful not to place secrets in configs you didn't audit. - Scope of access: Some server types (filesystem, database) imply access to local files or databases once installed. Treat those servers as high-privilege components and only install/trust ones you have audited. Suggested actions: run the Python script in a network-isolated environment first, inspect the generated config and the exact npx packages before executing them, and prefer to clone and review the referenced server repositories on GitHub rather than blindly running npx -y.
Capability Analysis
Type: OpenClaw Skill Name: mcp-server-discovery-p Version: 1.0.0 The skill is a legitimate tool for discovering and configuring Model Context Protocol (MCP) servers. The primary script, `scripts/mcp_discover.py`, provides a CLI to list, search, and generate JSON configurations for well-known MCP servers using hardcoded metadata. While the script imports `urlopen` and defines registry URLs (e.g., GitHub raw content), it does not actually perform any network requests or file system modifications. The `SKILL.md` file contains a string of nonsensical words in the description field, but these do not constitute a prompt injection attack or harmful instructions.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The name/description (MCP server discovery) aligns with the included script and files: the script lists known servers, queries registries, and generates npx-based client configs. However, the skill emits npx install commands (i.e., it expects npm/npx to be used) but declares no required binaries. The README and references note that some servers (e.g., GitHub) require credentials (GITHUB_TOKEN), yet the skill metadata does not declare any required environment variables.
Instruction Scope
SKILL.md only tells the agent/user to run scripts that list/search/info/config. The contained script performs network requests (fetching raw GitHub README and a GitHub search API URL) and prints/generates JSON. The instructions are scoped to server discovery/config generation and do not instruct the agent to read arbitrary local files or exfiltrate secrets, but they do produce npx commands that—if executed by the user—will run remote npm packages (which can execute arbitrary code).
Install Mechanism
There is no install spec (instruction-only), which minimizes direct install risk. The included Python script will perform outbound HTTP(S) requests when run; those network fetches are from GitHub/RawGitHub and GitHub API (expected for a registry lookup). No downloads of arbitrary archives or obscure hosts are present.
Credentials
The skill declares no required env vars, which is consistent with the script. However, reference docs indicate some MCP servers (notably the GitHub integration) require a GITHUB_TOKEN. The skill can generate configurations that include env entries (e.g., API_KEY) for servers; users must supply those secrets manually. The omission of declared required binaries (npx/node) and absent mention of potential need for tokens is an inconsistency the user should be aware of.
Persistence & Privilege
The skill does not request elevated persistence or 'always' inclusion; it is user-invocable and does not modify other skills or system-wide agent settings. No credential storage or privileged behaviors are present in the code.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mcp-server-discovery-p
  3. After installation, invoke the skill by name or use /mcp-server-discovery-p
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of mcp-server-discovery: - Provides tools to discover, search, and manage MCP (Model Context Protocol) servers. - Supports listing, filtering, and searching for servers by category or query. - Allows retrieval of detailed server information and generation of MCP client configurations. - Offers a streamlined workflow for setting up MCP clients and finding the right servers. - Includes support for multiple server categories, such as filesystem, dev, database, web, search, and memory. - All commands support JSON output for integration with other tools.
Metadata
Slug mcp-server-discovery-p
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is mcp-server-discovery-p?

Discover, search, and manage MCP (Model Context Protocol) servers with comprehensive capabilities. Efficiently locate servers, retrieve detailed information,... It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.

How do I install mcp-server-discovery-p?

Run "/install mcp-server-discovery-p" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is mcp-server-discovery-p free?

Yes, mcp-server-discovery-p is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does mcp-server-discovery-p support?

mcp-server-discovery-p is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created mcp-server-discovery-p?

It is built and maintained by Subaru0573 (@subaru0573); the current version is v1.0.0.

💬 Comments