mcp-research
Installation
SKILL.md
Query: $ARGUMENTS
Goal: answer the query with minimum fetches. Targeted reads only — no broad crawling.
Sequence:
-
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
- Target source type:
-
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
- GitHub repo: fetch