mcp-research

Installation
SKILL.md

Query: $ARGUMENTS

Goal: answer the query with minimum fetches. Targeted reads only — no broad crawling.

Sequence:

  1. PARSE — Extract from $ARGUMENTS:

    • Target source type: github | url | mcp-tool | search
    • Specific artifact: endpoint, schema, function, config key, page section
    • If source is ambiguous → ask before fetching
  2. LOCATE — One targeted lookup to find the exact resource:

    • GitHub repo: fetch https://api.github.com/repos/<owner>/<repo>/contents/<path> or raw file URL
    • API spec: fetch OpenAPI/AsyncAPI root, then only the relevant path object
    • DB schema: use available MCP tool (e.g. list-tables → describe only relevant tables)
    • Unknown source: one WebSearch with site: scoped query, pick top result
Installs
1
First Seen
Jun 24, 2026
mcp-research — rheinmir/skills-kit