Claude-skill-registry-data mcp-server-discovery
Discovers and finds connection details for Model Context Protocol (MCP) servers through research and documentation
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/mcp-server-discovery" ~/.claude/skills/majiayu000-claude-skill-registry-data-mcp-server-discovery && rm -rf "$T"
manifest:
data/mcp-server-discovery/SKILL.mdsource content
MCP Server Discovery Skill
This skill discovers and finds connection details for Model Context Protocol (MCP) servers by researching official documentation, GitHub repositories, and trusted sources.
Purpose
- Perform web searches to find MCP server connection details
- Research official documentation for specific services
- Read GitHub repository READMEs for MCP server implementations
- Find blog posts and articles about MCP server integrations
- Gather authentication and configuration information from trusted sources
Research Approach
- Web Search Queries: Formulate targeted search queries like "neon db http mcp server url" or "github sse mcp server documentation"
- Official Documentation: Prioritize official documentation from service providers
- GitHub Repositories: Check for official MCP server implementations and their README files
- Blog Posts: Research articles on platforms like Medium, Dev.to, or official blogs
- Verification: Cross-reference multiple sources to ensure accuracy
Information Gathering
- Connection URLs and endpoints for HTTP/SSE MCP servers
- Command-line tools and installation instructions for stdio servers
- Authentication methods and required tokens/credentials
- Configuration parameters and setup instructions
- Required dependencies and system requirements
Quality Standards
- Prioritize official documentation and repositories
- Verify information across multiple trusted sources
- Focus on current, up-to-date implementation details
- Flag deprecated or experimental implementations
- Note any specific version requirements
Usage Context
Use this skill when:
- Users need connection details for specific MCP servers
- Uncertain about official endpoints for services like Neon DB, GitHub, Slack, etc.
- Need to research authentication methods for specific platforms
- Looking for command-line tools for stdio-based MCP servers
- Seeking setup instructions for specific MCP server implementations