Home / lstr-1 / skills · orchestrator/skills/mcp-builder/SKILL.md · GitHub

mcp-builder skillA

mcp-builder is agent-read markdown (skill) from lstr-1/skills: Use when creating a new MCP (Model Context Protocol) server, extending an existing one, or debugging tool discoverability/performance. Guides through research → implementation → test → eval phases with TypeScript-first guidance matching our stack. Trigger on phrases like "build an MCP server", "expose X as an MCP tool", "write MCP tools for Y", "integrate Z via MCP"..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# MCP Server Development

Adapted from [anthropics/skills/mcp-builder](https://github.com/anthropics/skills/tree/main/skills/mcp-builder). MCP-server quality is measured by how well it lets LLMs accomplish real-world tasks — not by endpoint count.

> **Compliance (DSGVO Art. 28 / EU AI Act Art. 5):** MCP-Tools, die Inhalte an entfernte Endpunkte
> übertragen, MÜSSEN eine Auftragsverarbeitungsvereinbarung (AVV) für diesen Endpunkt voraussetzen.
> Tool-Schemas MÜSSEN Secrets und personenbezogene Daten aus Argumenten ausschließen. Keine
> MCP-Tools, die natürliche Personen bewerten oder sensible Attribute inferieren. Siehe
> `references/compliance.md`.

## Stack default for our projects

- **Language:** TypeScript (matches our stack; static typing + Zod schemas + good LLM code-gen)
- **Transport:** `stdio` for local tools, **Streamable HTTP (stateless JSON)** for remote
- **SDK:** [`@modelcontextprotocol/sdk`](https://github.com/modelcontextprotocol/typescript-sdk)
- **Package manager:** pnpm (never npm/yarn in our repos)

## Phase 1 — Research & Plan

### 1.1 Design principles
…

Read the whole file at its exact version.

How to install

Latest version
mdr add lstr-1/skills/mcp-builder@v0.1.0
Exact content
mdr add lstr-1/skills/mcp-builder@sha256:63537e9e010bb5f5

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_hq2ga43emepnmkuk.svg)](https://markdownregistry.com/a/art_hq2ga43emepnmkuk)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v0.1.0 latest2026-09-22 a6ca51a 10,875 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (10875 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

lstr-1/skills · 2 stars · license none · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_hq2ga43emepnmkuk
GET https://markdownregistry.com/api/v1/resolve?ref=lstr-1/skills/mcp-builder
GET https://markdownregistry.com/api/v1/blob/63537e9e010bb5f5cf055c329f3ba9109d3dfd65acb1dbca206dd760b8840342

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from lstr-1/skills

create-skill skill
lstr-1/skills · create-skill/SKILL.md · Use when the user wants to create, design, or generate a new AI agent skill (SKILL.md) from a problem description. This…
v0.1.0 · audit A · 2 stars
monitor-startup-dach skill
lstr-1/skills · monitor-startup-dach/SKILL.md · Fetch the top-25 posts from r/StartupDACH/hot.json, classify each into six deterministic German intent clusters…
v0.1.0 · audit A · 2 stars
nlm-meta-study skill
lstr-1/skills · nlm-meta-study/SKILL.md · Create scientific meta-studies on any topic using Gemini Notebook (NotebookLM). Invoke for systematic reviews…
v0.1.0 · audit A · 2 stars
orchestrator skill
lstr-1/skills · orchestrator/SKILL.md · Orchestriert den vollständigen Session-Lebenszyklus (Bootstrap → Start → Plan → Wave → End) als Prosa-Workflow mit…
v0.1.0 · audit A · 2 stars
architecture skill
lstr-1/skills · orchestrator/skills/architecture/SKILL.md · Use when the user asks to improve architecture, find refactoring opportunities, surface deepening opportunities…
v0.1.0 · audit A · 2 stars
autopilot skill
lstr-1/skills · orchestrator/skills/autopilot/SKILL.md · Use this skill when running an autonomous session-orchestration loop. Chains session-start → session-plan →…
v0.1.0 · audit A · 2 stars
bootstrap skill
lstr-1/skills · orchestrator/skills/bootstrap/SKILL.md · Use this skill when scaffolding the minimum repository structure required by orchestrator. Invoked automatically by the…
v0.1.0 · audit A · 2 stars
brainstorm skill
lstr-1/skills · orchestrator/skills/brainstorm/SKILL.md · Use when you have a feature idea but the scope or UX is still ambiguous — runs a lightweight Socratic design dialogue…
v0.1.0 · audit A · 2 stars
claude-md-drift-check skill
lstr-1/skills · orchestrator/skills/claude-md-drift-check/SKILL.md · Use when detecting drift between CLAUDE.md (or AGENTS.md, the Codex CLI alias) / _meta narrative and live repository…
v0.1.0 · audit A · 2 stars
convergence-monitoring skill
lstr-1/skills · orchestrator/skills/convergence-monitoring/SKILL.md · Monitor iterative improvement loops for convergence. Three signals — shrinking diff, pass-rate plateau, velocity —…
v0.1.0 · audit A · 2 stars
daily skill
lstr-1/skills · orchestrator/skills/daily/SKILL.md · Use this skill when creating today's daily note in the Meta-Vault (03-daily/YYYY-MM-DD.md) with valid…
v0.1.0 · audit A · 2 stars
debug skill
lstr-1/skills · orchestrator/skills/debug/SKILL.md · Use when encountering any bug, test failure, build break, or unexpected behavior — runs a 4-phase systematic debugging…
v0.1.0 · audit A · 2 stars

Every file in lstr-1/skills

Other files named mcp-builder

mcp-builder skill
anthropics/skills · skills/mcp-builder/SKILL.md · Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external…
git:20251201.ef74077 · audit A · 177,978 stars
mcp-builder skill
jnmetacode/superpowers-zh · skills/mcp-builder/SKILL.md · 在构建 MCP 服务器或 MCP 工具时使用 —— 系统化的生产级 MCP 构建方法论,覆盖工具设计、错误处理、传输层选择与测试,让 AI 助手连接外部能力
v1.0.0 · audit A · 8,203 stars
mcp-builder skill
thinkinaixyz/deepchat · resources/skills/mcp-builder/SKILL.md · Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external…
git:20260113.8fd50e4 · audit A · 6,342 stars
mcp-builder skill
davepoon/buildwithclaude · plugins/all-skills/skills/mcp-builder/SKILL.md · Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external…
git:20260104.903b22f · audit A · 3,530 stars
mcp-builder skill
letta-ai/skills · tools/mcp-builder/SKILL.md · Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external…
git:20251219.b3de744 · audit A · 145 stars
mcp-builder skill
razshy/wiggle · mnt-skills/examples/mcp-builder/SKILL.md · Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external…
git:20260904.bb60abf · audit A · 92 stars
mcp-builder skill
naveedharri/benai-skills · plugins/all-skills/skills/mcp-builder/SKILL.md · Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external…
git:20260627.94fdd8b · audit A · 65 stars
mcp-builder skill
kanevry/session-orchestrator · .codex-plugin/skills/mcp-builder/SKILL.md · Use when creating a new MCP (Model Context Protocol) server, extending an existing one, or debugging tool…
git:20260907.cf0876c · audit A · 52 stars

Browse by kind, by grade A, or by owner.